diff options
author | Markus Knauer | 2009-06-09 18:44:33 +0000 |
---|---|---|
committer | Markus Knauer | 2009-06-09 18:44:33 +0000 |
commit | 13d75f092a19f9f91056a944e31fbdb29dedf354 (patch) | |
tree | bae6382d0a88e507f08b31decc26d70f3e757b77 | |
parent | 9ad2239473bda55b6893e34ed9225438e585c31a (diff) | |
download | org.eclipse.epp.packages-13d75f092a19f9f91056a944e31fbdb29dedf354.tar.gz org.eclipse.epp.packages-13d75f092a19f9f91056a944e31fbdb29dedf354.tar.xz org.eclipse.epp.packages-13d75f092a19f9f91056a944e31fbdb29dedf354.zip |
about dialog updates
4 files changed, 14 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/epp.product b/packages/org.eclipse.epp.package.cpp.feature/epp.product index 0c737a73..b9104405 100644 --- a/packages/org.eclipse.epp.package.cpp.feature/epp.product +++ b/packages/org.eclipse.epp.package.cpp.feature/epp.product @@ -8,6 +8,7 @@ <text> Eclipse IDE for C/C++ Developers +Version: {featureVersion} Build id: {0} (c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved. @@ -36,7 +37,6 @@ Apache Software Foundation http://apache.org/ <windowImages i16="/org.eclipse.epp.package.cpp/eclipse.png" i32="/org.eclipse.epp.package.cpp/eclipse32.png" i48="/org.eclipse.epp.package.cpp/eclipse48.png"/> <splash - location="org.eclipse.epp.package.cpp" startupProgressRect="5,275,445,15" /> <launcher> <solaris/> diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml index 5ca2bcff..78ae898f 100644 --- a/packages/org.eclipse.epp.package.cpp/plugin.xml +++ b/packages/org.eclipse.epp.package.cpp/plugin.xml @@ -17,7 +17,16 @@ </property> <property name="aboutText" - value="Eclipse IDE for C/C++ Developers"> + value="Eclipse IDE for C/C++ Developers + +Version: {featureVersion} +Build id: {0} + +(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved. +Visit http://eclipse.org/ + +This product includes software developed by the +Apache Software Foundation http://apache.org/"> </property> <property name="startupProgressRect" diff --git a/packages/org.eclipse.epp.package.java.feature/epp.product b/packages/org.eclipse.epp.package.java.feature/epp.product index 1902583a..7f1879e4 100644 --- a/packages/org.eclipse.epp.package.java.feature/epp.product +++ b/packages/org.eclipse.epp.package.java.feature/epp.product @@ -8,6 +8,7 @@ <text> Eclipse IDE for Java Developers +Version: {featureVersion} Build id: {0} (c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved. @@ -36,7 +37,6 @@ Apache Software Foundation http://apache.org/ <windowImages i16="/org.eclipse.epp.package.java/eclipse.png" i32="/org.eclipse.epp.package.java/eclipse32.png" i48="/org.eclipse.epp.package.java/eclipse48.png"/> <splash - location="org.eclipse.epp.package.java" startupProgressRect="5,275,445,15" /> <launcher> <solaris/> @@ -53,7 +53,6 @@ Apache Software Foundation http://apache.org/ <windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</windows> </vm> - <plugins> <plugin id="org.eclipse.epp.package.java"/> </plugins> diff --git a/packages/org.eclipse.epp.package.java/plugin.xml b/packages/org.eclipse.epp.package.java/plugin.xml index 9171fe85..491ee5c8 100644 --- a/packages/org.eclipse.epp.package.java/plugin.xml +++ b/packages/org.eclipse.epp.package.java/plugin.xml @@ -26,7 +26,7 @@ </property> <property name="aboutText" - value="Eclipse IDE for Java Developers

Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/"> + value="Eclipse IDE for Java Developers

Version: {featureVersion}
Build id: {0}
(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/"> </property> <property name="windowImages" @@ -36,3 +36,4 @@ </extension> </plugin> + |