Skip to content

Commit ca2fd97

Browse files
committed
Feature branding fix
1 parent 6033676 commit ca2fd97

File tree

10 files changed

+111
-6
lines changed

10 files changed

+111
-6
lines changed

terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/about.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
2020

2121

22-
blurb=TM Terminal via Remote API Connector Extensions\n\
22+
blurb=TM Terminal SSH Connector Extensions\n\
2323
\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\

terminal/features/org.eclipse.tm.terminal.feature/about.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
2020

2121

22-
blurb=TM Terminal Telnet Connector Extensions\n\
22+
blurb=TM Terminal\n\
2323
\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\

terminal/features/org.eclipse.tm.terminal.feature/feature.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
label="%featureName"
1414
version="12.2.0.qualifier"
1515
provider-name="%providerName"
16-
plugin="org.eclipse.tm.terminal.view.core"
1716
license-feature="org.eclipse.license"
1817
license-feature-version="0.0.0">
1918

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
(&quot;Content&quot;). 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 (&quot;EPL&quot;). 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, &quot;Program&quot; 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+
(&quot;Redistributor&quot;) 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>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

terminal/features/org.eclipse.tm.terminal.view.feature/build.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
# Wind River Systems - initial API and implementation
1111
###############################################################################
1212
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
1.84 KB
Loading

terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
label="%featureName"
1414
version="12.2.0.qualifier"
1515
provider-name="%providerName"
16-
plugin="org.eclipse.tm.terminal.view.ui"
1716
license-feature="org.eclipse.license"
1817
license-feature-version="0.0.0">
1918

0 commit comments

Comments
 (0)