Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-15 08:18:57 +0000
committerMarkus Knauer2009-06-15 08:18:57 +0000
commit913368a248ce0bf67aeba37f8cca3a2c4de37764 (patch)
treebad6bc5ac598e273bbe7368298cc00b34220d075 /packages/org.eclipse.epp.package.cpp.feature
parent744ce66db93ce6323cd99d632eb7749b09da54e0 (diff)
downloadorg.eclipse.epp.packages-913368a248ce0bf67aeba37f8cca3a2c4de37764.tar.gz
org.eclipse.epp.packages-913368a248ce0bf67aeba37f8cca3a2c4de37764.tar.xz
org.eclipse.epp.packages-913368a248ce0bf67aeba37f8cca3a2c4de37764.zip
- removing unused data (taken from the plugin.xml of the branding bundle)
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp.feature')
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/epp.product13
1 files changed, 2 insertions, 11 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/epp.product b/packages/org.eclipse.epp.package.cpp.feature/epp.product
index d1a2b659..6d0fd8be 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/epp.product
+++ b/packages/org.eclipse.epp.package.cpp.feature/epp.product
@@ -4,18 +4,8 @@
<product name="Eclipse IDE for C/C++ Developers" uid="epp.package.cpp" id="org.eclipse.epp.package.cpp.product" application="org.eclipse.ui.ide.workbench" version="1.2.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
- <image path="/org.eclipse.epp.package.cpp/eclipse_lg.gif"/>
<text>
- Eclipse IDE for C/C++ Developers
-
-Version: {featureVersion}
-Build id: {0}
-
-(c) Copyright Eclipse contributors and others 2000, 2009. All rights reserved.\n\
-Visit http://eclipse.org/
-
-This product includes software developed by the
-Apache Software Foundation http://apache.org/
+ Specified in the plugin.xml of the branding plugin.
</text>
</aboutInfo>
@@ -53,6 +43,7 @@ Apache Software Foundation http://apache.org/
<windows>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.cpp"/>
</plugins>

Back to the top