Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-10 13:41:44 +0000
committerMarkus Knauer2009-06-10 13:41:44 +0000
commitfc5aea5c7c1bb8a56d3f65fb4bf5455d80d23dc5 (patch)
treee1cb659419e7f888d95fb8bec77c0290058bb4b6 /packages/org.eclipse.epp.package.java/plugin.xml
parent993063b1caba839fc6378017ff1ae3db04824ce5 (diff)
downloadorg.eclipse.epp.packages-fc5aea5c7c1bb8a56d3f65fb4bf5455d80d23dc5.tar.gz
org.eclipse.epp.packages-fc5aea5c7c1bb8a56d3f65fb4bf5455d80d23dc5.tar.xz
org.eclipse.epp.packages-fc5aea5c7c1bb8a56d3f65fb4bf5455d80d23dc5.zip
bug 275521, patch 138393 - testing featureVersion in about.mappings
Diffstat (limited to 'packages/org.eclipse.epp.package.java/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.java/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.java/plugin.xml b/packages/org.eclipse.epp.package.java/plugin.xml
index e4911561..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&#x0A;&#x0A;&#x0A;Build id: {0}&#x0A;(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
+ value="Eclipse IDE for Java Developers&#x0A;&#x0A;Version: {featureVersion}&#x0A;Build id: {0}&#x0A;(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
</property>
<property
name="windowImages"

Back to the top