diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties index 4d694ac87..171fd23c6 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/about.properties +++ b/eclipse-distribution/org.springframework.boot.ide.branding/about.properties @@ -8,7 +8,6 @@ title=Spring Boot IDE \n\ \n\ Version: @QUALIFIER@\n\ Build Id: @BUILD_ID@\n\ -Platform: Eclipse @PLATFORM_VERSION@\n\ \n\ Copyright (c) 2007 - 2017 Pivotal Software, Inc.\n\ All rights reserved. Visit http://spring.io/tools/sts\n\ diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties index 95f3ae739..032292018 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties +++ b/eclipse-distribution/org.springframework.boot.ide.branding/plugin.properties @@ -6,7 +6,6 @@ productBlurb=Spring Boot IDE \n\ \n\ Version: @QUALIFIER@\n\ Build Id: @BUILD_ID@\n\ -Platform: Eclipse @PLATFORM_VERSION@\n\ \n\ Copyright (c) 2007 - 2017 Pivotal Software, Inc.\n\ All rights reserved. Visit http://spring.io/tools/sts\n\ diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml index 092f2d1c6..3e5ae66c6 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml @@ -1,8 +1,8 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 org.springframework.boot.ide @@ -11,13 +11,48 @@ ../pom.xml - org.springframework.boot.ide.branding - eclipse-plugin + org.springframework.boot.ide.branding + eclipse-plugin - org.springframework.boot.ide.branding + org.springframework.boot.ide.branding - + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + add-version-details-about-dialog + validate + + + + + + + + + + + + + + + + + + + + + + run + + + + + org.eclipse.tycho tycho-p2-plugin @@ -33,5 +68,5 @@ - +