Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-12-14 15:38:17 +0000
committerMarkus Knauer2010-12-14 15:38:17 +0000
commitf781c7f7014465f4e164d2cc55e2fd30b3a53f36 (patch)
treec70c1ded18805f1030718d9e9b8fec23841b2835 /packages/org.eclipse.epp.package.parallel/plugin.xml
parent4e28e8557e14c95216770eadf6d3cb13d8bb8a08 (diff)
downloadorg.eclipse.epp.packages-f781c7f7014465f4e164d2cc55e2fd30b3a53f36.tar.gz
org.eclipse.epp.packages-f781c7f7014465f4e164d2cc55e2fd30b3a53f36.tar.xz
org.eclipse.epp.packages-f781c7f7014465f4e164d2cc55e2fd30b3a53f36.zip
* parallel: minor corrections, putting the package name in all appropriate places
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/plugin.xml b/packages/org.eclipse.epp.package.parallel/plugin.xml
index 0d1300b8..c4106b2e 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin.xml
+++ b/packages/org.eclipse.epp.package.parallel/plugin.xml
@@ -17,7 +17,7 @@
</property>
<property
name="aboutText"
- value="Eclipse IDE for C/C++ Developers&#x0A;&#x0A;Version: Indigo 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/">
+ value="Eclipse IDE for Parallel Application Developers&#x0A;&#x0A;Version: Indigo 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"
@@ -36,7 +36,7 @@
value="product:intro-eclipse.png"/>
<property
name="introTitle"
- value="Welcome to the Eclipse IDE for C/C++ Developers">
+ value="Welcome to the Eclipse IDE for Parallel Application Developers">
</property>
<property
name="introBrandingImageText"

Back to the top