Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-06-04 22:52:42 +0000
committerMarkus Knauer2009-06-04 22:52:42 +0000
commit6ea5a9639f396280d2cf7010e430259c93c14634 (patch)
treec24d99ea72e4de1383b79a23c4112f069a45f31a /packages/org.eclipse.epp.package.rcp
parentc71659f25b0643d36ff3a9015f209f917ad59a21 (diff)
downloadorg.eclipse.epp.packages-6ea5a9639f396280d2cf7010e430259c93c14634.tar.gz
org.eclipse.epp.packages-6ea5a9639f396280d2cf7010e430259c93c14634.tar.xz
org.eclipse.epp.packages-6ea5a9639f396280d2cf7010e430259c93c14634.zip
grrr... changing appName and product back to "Eclipse" - the .product file editor does not work as expected
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp')
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index 7a97d64b..26758d67 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -6,14 +6,14 @@
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.ui.ide.workbench"
- name="Eclipse for RCP/Plug-in Developers">
+ name="Eclipse">
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
<property
name="appName"
- value="Eclipse for RCP/Plug-in Developers">
+ value="Eclipse">
</property>
<property
name="aboutText"

Back to the top