Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-18 09:55:17 +0000
committerMarkus Knauer2009-06-18 09:55:17 +0000
commitab19c01606081ec450acb17c58bc211bf426771a (patch)
treebacd45d7a32d3d8c1de3972b0b65b163d6e35f2a /packages/org.eclipse.epp.package.java/plugin.xml
parenta322eee6196301248c1faecd6dace96eedab583a (diff)
downloadorg.eclipse.epp.packages-ab19c01606081ec450acb17c58bc211bf426771a.tar.gz
org.eclipse.epp.packages-ab19c01606081ec450acb17c58bc211bf426771a.tar.xz
org.eclipse.epp.packages-ab19c01606081ec450acb17c58bc211bf426771a.zip
bug 275521, patch 139444 - trying to get the featureVersion in
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 aa468213..c271c605 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;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