Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-06-09 14:25:32 +0000
committerMarkus Knauer2010-06-09 14:25:32 +0000
commit63eb9883a5482661b8e9461480835923bd2399fd (patch)
tree6811d27d5636625040231a51e531f8890746e3bf /packages/org.eclipse.epp.package.linuxtools
parent5c65c4a5c8808a82ddde1abfbe632590ee5227a2 (diff)
downloadorg.eclipse.epp.packages-HELIOS_RC4.tar.gz
org.eclipse.epp.packages-HELIOS_RC4.tar.xz
org.eclipse.epp.packages-HELIOS_RC4.zip
* all: bug 287707: [About] About dialog is missing version number - removed (3.6.0)HELIOS_RC4
Diffstat (limited to 'packages/org.eclipse.epp.package.linuxtools')
-rw-r--r--packages/org.eclipse.epp.package.linuxtools/build.properties2
-rw-r--r--packages/org.eclipse.epp.package.linuxtools/plugin.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.linuxtools/build.properties b/packages/org.eclipse.epp.package.linuxtools/build.properties
index aef43bf3..c00ba629 100644
--- a/packages/org.eclipse.epp.package.linuxtools/build.properties
+++ b/packages/org.eclipse.epp.package.linuxtools/build.properties
@@ -13,3 +13,5 @@ bin.includes = META-INF/,\
intro-eclipse.png,\
about.ini,\
about.properties
+
+ \ No newline at end of file
diff --git a/packages/org.eclipse.epp.package.linuxtools/plugin.xml b/packages/org.eclipse.epp.package.linuxtools/plugin.xml
index d85b042e..6eb96975 100644
--- a/packages/org.eclipse.epp.package.linuxtools/plugin.xml
+++ b/packages/org.eclipse.epp.package.linuxtools/plugin.xml
@@ -17,7 +17,7 @@
</property>
<property
name="aboutText"
- value="Eclipse IDE for C/C++ Linux Developers&#x0A;&#x0A;Version: Helios Release (3.6.0)&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2010. 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 C/C++ Linux Developers&#x0A;&#x0A;Version: Helios Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2010. 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="startupProgressRect"

Back to the top