Skip to content

Commit cbb8fdd

Browse files
committed
GH-1556: updated additional remaining sts4 references
1 parent 4f01d58 commit cbb8fdd

File tree

18 files changed

+38
-43
lines changed

18 files changed

+38
-43
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./mvnw clean package -Pe436 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5
1+
./mvnw clean package -Pe437 -Psnapshot -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Dorg.eclipse.equinox.p2.transport.ecf.retry=5

eclipse-distribution/org.springframework.boot.ide.branding/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h2>About Spring Tools for Eclipse Distribution</h2>
1010
<p>June 30, 2015</p>
1111
<h3>License</h3>
12-
<p>Pivotal Software, Inc. (“Pivotal”) makes available all content
12+
<p>Broadcom makes available all content
1313
in this download ("Content"). Unless otherwise indicated below, the
1414
Content is provided to you under the terms and conditions of the Eclipse
1515
Public License Version 1.0 ("EPL"). A copy of the EPL is available in

eclipse-distribution/org.springframework.boot.ide.branding/build.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ bin.includes = META-INF/,\
77
plugin_customization.ini,\
88
plugin_customization.properties,\
99
splash.png,\
10-
sts4-48.png,\
11-
sts4-32.png,\
12-
sts4-128.png,\
13-
sts4-256.png,\
14-
sts4-64.png,\
10+
springtools-48.png,\
11+
springtools-32.png,\
12+
springtools-128.png,\
13+
springtools-256.png,\
14+
springtools-64.png,\
1515
about.html,\
16-
sts4-16.png,\
16+
springtools-16.png,\
1717
trusted-keys/
1818
output.library.jar = bin/
1919
source.. = src/

eclipse-distribution/org.springframework.boot.ide.branding/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<?eclipse version="3.2"?>
33
<plugin>
44

5-
<extension id="sts4" point="org.eclipse.core.runtime.products">
5+
<extension id="springtools" point="org.eclipse.core.runtime.products">
66
<product name="%productName" application="org.eclipse.ui.ide.workbench" description="%productBlurb">
7-
<property name="windowImages" value="sts4-16.png,sts4-32.png,sts4-48.png"/>
7+
<property name="windowImages" value="springtools-16.png,springtools-32.png,springtools-48.png"/>
88
<property name="aboutImage" value="sts_lg.gif"/>
99
<property name="aboutText" value="%productBlurb"/>
1010
<property name="appName" value="Spring Tools for Eclipse"/>

0 commit comments

Comments
 (0)