Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.parallel.feature/eclipse_parallel_juno.xml2
-rw-r--r--packages/org.eclipse.epp.package.parallel.feature/epp.product4
-rw-r--r--packages/org.eclipse.epp.package.parallel/about.properties2
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin.xml4
4 files changed, 7 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.parallel.feature/eclipse_parallel_juno.xml b/packages/org.eclipse.epp.package.parallel.feature/eclipse_parallel_juno.xml
index 23448bfa..8c5504d4 100644
--- a/packages/org.eclipse.epp.package.parallel.feature/eclipse_parallel_juno.xml
+++ b/packages/org.eclipse.epp.package.parallel.feature/eclipse_parallel_juno.xml
@@ -8,7 +8,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse IDE for Parallel Application Developers"
+ packageName="Eclipse for Parallel Application Developers"
maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/parallel.png"
bugzillaComponentId="parallel-package"
diff --git a/packages/org.eclipse.epp.package.parallel.feature/epp.product b/packages/org.eclipse.epp.package.parallel.feature/epp.product
index af0d1aed..3536266e 100644
--- a/packages/org.eclipse.epp.package.parallel.feature/epp.product
+++ b/packages/org.eclipse.epp.package.parallel.feature/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for Parallel Application Developers" uid="epp.package.parallel" id="org.eclipse.epp.package.parallel.product" application="org.eclipse.ui.ide.workbench" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse for Parallel Application Developers" uid="epp.package.parallel" id="org.eclipse.epp.package.parallel.product" application="org.eclipse.ui.ide.workbench" version="1.0.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<text>
@@ -38,6 +38,7 @@
</win>
</launcher>
+
<vm>
<linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</linux>
<macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos>
@@ -45,6 +46,7 @@
<windows include="true">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.parallel"/>
</plugins>
diff --git a/packages/org.eclipse.epp.package.parallel/about.properties b/packages/org.eclipse.epp.package.parallel/about.properties
index 56e5ad37..82153216 100644
--- a/packages/org.eclipse.epp.package.parallel/about.properties
+++ b/packages/org.eclipse.epp.package.parallel/about.properties
@@ -16,7 +16,7 @@
#
# Do not translate any values surrounded by {}
-blurb=Eclipse IDE for Parallel Application Developers\n\
+blurb=Eclipse for Parallel Application Developers\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
diff --git a/packages/org.eclipse.epp.package.parallel/plugin.xml b/packages/org.eclipse.epp.package.parallel/plugin.xml
index 59126a34..9677d35f 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 Parallel Application Developers&#x0A;&#x0A;Version: Juno Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2012. 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 for Parallel Application Developers&#x0A;&#x0A;Version: Juno Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2012. 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="startupForegroundColor"
@@ -44,7 +44,7 @@
value="product:intro-eclipse.png"/>
<property
name="introTitle"
- value="Welcome to the Eclipse IDE for Parallel Application Developers">
+ value="Welcome to Eclipse for Parallel Application Developers">
</property>
<property
name="introBrandingImageText"

Back to the top