File tree Expand file tree Collapse file tree 10 files changed +111
-6
lines changed
org.eclipse.tm.terminal.connector.ssh.feature
org.eclipse.tm.terminal.feature
org.eclipse.tm.terminal.view.feature Expand file tree Collapse file tree 10 files changed +111
-6
lines changed Original file line number Diff line number Diff line change 19
19
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
20
20
21
21
22
- blurb =TM Terminal via Remote API Connector Extensions\n \
22
+ blurb =TM Terminal SSH Connector Extensions\n \
23
23
\n \
24
24
Version: {featureVersion}\n \
25
25
Build id: {0}\n \
Original file line number Diff line number Diff line change 19
19
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
20
20
21
21
22
- blurb =TM Terminal Telnet Connector Extensions \n \
22
+ blurb =TM Terminal\n \
23
23
\n \
24
24
Version: {featureVersion}\n \
25
25
Build id: {0}\n \
Original file line number Diff line number Diff line change 13
13
label =" %featureName"
14
14
version =" 12.2.0.qualifier"
15
15
provider-name =" %providerName"
16
- plugin =" org.eclipse.tm.terminal.view.core"
17
16
license-feature =" org.eclipse.license"
18
17
license-feature-version =" 0.0.0" >
19
18
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
3
+
4
+ < head >
5
+ < meta http-equiv ="Content-Type " content ="text/html; charset=ISO-8859-1 " />
6
+ < title > About</ title >
7
+ </ head >
8
+
9
+ < body lang ="EN-US ">
10
+ < h2 > About This Content</ h2 >
11
+
12
+ < p > November 30, 2017</ p >
13
+ < h3 > License</ h3 >
14
+
15
+ < p >
16
+ The Eclipse Foundation makes available all content in this plug-in
17
+ ("Content"). Unless otherwise indicated below, the Content
18
+ is provided to you under the terms and conditions of the Eclipse
19
+ Public License Version 2.0 ("EPL"). A copy of the EPL is
20
+ available at < a href ="https://www.eclipse.org/legal/epl-2.0 "> https://www.eclipse.org/legal/epl-2.0</ a > .
21
+ For purposes of the EPL, "Program" will mean the Content.
22
+ </ p >
23
+
24
+ < p >
25
+ If you did not receive this Content directly from the Eclipse
26
+ Foundation, the Content is being redistributed by another party
27
+ ("Redistributor") and different terms and conditions may
28
+ apply to your use of any object code in the Content. Check the
29
+ Redistributor's license that was provided with the Content. If no such
30
+ license exists, contact the Redistributor. Unless otherwise indicated
31
+ below, the terms and conditions of the EPL still apply to any source
32
+ code in the Content and such source code may be obtained at < a
33
+ href ="https://www.eclipse.org/ "> https://www.eclipse.org</ a > .
34
+ </ p >
35
+
36
+ </ body >
37
+
38
+ </ html >
Original file line number Diff line number Diff line change
1
+ # about.ini
2
+ # contains information about a feature
3
+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
4
+ # "%key" are externalized strings defined in about.properties
5
+ # This file does not need to be translated.
6
+
7
+ # Property "aboutText" contains blurb for "About" dialog (translated)
8
+ aboutText =%blurb
9
+
10
+ # Property "windowImage" contains path to window icon (16x16)
11
+ # needed for primary features only
12
+
13
+ # Property "featureImage" contains path to feature image (32x32)
14
+ featureImage =cdt_logo_icon32.png
15
+
16
+ # Property "aboutImage" contains path to product image (500x330 or 115x164)
17
+ # needed for primary features only
18
+
19
+ # Property "appName" contains name of the application (translated)
20
+ # needed for primary features only
21
+
22
+ # Property "welcomePerspective" contains the id of the perspective in which the
23
+ # welcome page is to be opened.
24
+ # optional
Original file line number Diff line number Diff line change
1
+ # about.mappings
2
+ # contains fill-ins for about.properties
3
+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
4
+ # This file does not need to be translated.
5
+
6
+ # The following should contain the build version.
7
+ # e.g. "0=20200106-1728"
8
+ # This value will be added automatically via the build scripts
9
+ 0=${buildId}
Original file line number Diff line number Diff line change
1
+ # ##############################################################################
2
+ # Copyright (c) 2018, 2025 Contributors to the Eclipse Foundation
3
+ #
4
+ # See the NOTICE file(s) distributed with this work for additional
5
+ # information regarding copyright ownership.
6
+ #
7
+ # This program and the accompanying materials
8
+ # are made available under the terms of the Eclipse Public License 2.0
9
+ # which accompanies this distribution, and is available at
10
+ # https://www.eclipse.org/legal/epl-2.0/
11
+ #
12
+ # SPDX-License-Identifier: EPL-2.0
13
+ # ##############################################################################
14
+ # about.properties
15
+ # contains externalized strings for about.ini
16
+ # java.io.Properties file (ISO 8859-1 with "\" escapes)
17
+ # fill-ins are supplied by about.mappings
18
+ # This file should be translated.
19
+ # NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
20
+
21
+
22
+ blurb =Terminal (Console) View\n \
23
+ \n \
24
+ Version: {featureVersion}\n \
25
+ Build id: {0}\n \
26
+ \n \
27
+ Copyright (c) 2018, 2025 Contributors to the Eclipse Foundation
28
+ \n \
29
+ See the NOTICE file(s) distributed with this work for additional\n \
30
+ information regarding copyright ownership.\n \
31
+ \n \
32
+ Visit http://www.eclipse.org/cdt
Original file line number Diff line number Diff line change 10
10
# Wind River Systems - initial API and implementation
11
11
# ##############################################################################
12
12
bin.includes = feature.xml,\
13
- feature.properties
14
- src.includes = feature.properties
13
+ feature.properties,\
14
+ about.ini,\
15
+ about.mappings,\
16
+ about.properties,\
17
+ cdt_logo_icon32.png
18
+ src.includes = feature.properties
Original file line number Diff line number Diff line change 13
13
label =" %featureName"
14
14
version =" 12.2.0.qualifier"
15
15
provider-name =" %providerName"
16
- plugin =" org.eclipse.tm.terminal.view.ui"
17
16
license-feature =" org.eclipse.license"
18
17
license-feature-version =" 0.0.0" >
19
18
You can’t perform that action at this time.
0 commit comments