Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml2
-rw-r--r--packages/org.eclipse.epp.package.linuxtools.feature/epp.product2
-rw-r--r--packages/org.eclipse.epp.package.linuxtools/about.properties2
-rw-r--r--packages/org.eclipse.epp.package.linuxtools/plugin.xml4
4 files changed, 5 insertions, 5 deletions
diff --git a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml
index 7d69db68..4f64ade5 100644
--- a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml
+++ b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_helios.xml
@@ -8,7 +8,7 @@
testPlan is the fully qualified URL to the test plan for this package
-->
<packageMetaData
- packageName="Eclipse IDE for Linux Developers (includes Incubating components)"
+ packageName="Eclipse IDE for C/C++ Linux Developers (includes Incubating components)"
maintainer="Eclipse Packaging Project"
iconurl="http://www.eclipse.org/downloads/images/c-linux.jpg"
bugzillaComponentId="linuxtools-package"
diff --git a/packages/org.eclipse.epp.package.linuxtools.feature/epp.product b/packages/org.eclipse.epp.package.linuxtools.feature/epp.product
index ee91403a..d2dadf26 100644
--- a/packages/org.eclipse.epp.package.linuxtools.feature/epp.product
+++ b/packages/org.eclipse.epp.package.linuxtools.feature/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse IDE for Linux Developers" uid="epp.package.linuxtools" id="org.eclipse.epp.package.linuxtools.product" application="org.eclipse.ui.ide.workbench" version="1.3.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse IDE for C/C++ Linux Developers" uid="epp.package.linuxtools" id="org.eclipse.epp.package.linuxtools.product" application="org.eclipse.ui.ide.workbench" version="1.3.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<text>
diff --git a/packages/org.eclipse.epp.package.linuxtools/about.properties b/packages/org.eclipse.epp.package.linuxtools/about.properties
index 94740e3e..c1c91fb7 100644
--- a/packages/org.eclipse.epp.package.linuxtools/about.properties
+++ b/packages/org.eclipse.epp.package.linuxtools/about.properties
@@ -16,7 +16,7 @@
#
# Do not translate any values surrounded by {}
-blurb=Eclipse IDE for Linux Developers\n\
+blurb=Eclipse IDE for C/C++ Linux Developers\n\
\n\
Version: {featureVersion}\n\
Build id: {0}\n\
diff --git a/packages/org.eclipse.epp.package.linuxtools/plugin.xml b/packages/org.eclipse.epp.package.linuxtools/plugin.xml
index dc8be9d4..d85b042e 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 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 (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/">
</property>
<property
name="startupProgressRect"
@@ -36,7 +36,7 @@
value="product:intro-eclipse.png"/>
<property
name="introTitle"
- value="Welcome to the Eclipse IDE for Linux Developers">
+ value="Welcome to the Eclipse IDE for C/C++ Linux Developers">
</property>
<property
name="introBrandingImageText"

Back to the top