Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2008-04-03 09:19:03 +0000
committerMarkus Knauer2008-04-03 09:19:03 +0000
commite4ca298ca14b9c009d1fccb991cde7f641b780b1 (patch)
tree80ec7506070dd6e88856ac1b74b8e2afb119eb28 /plugins/org.eclipse.epp.packaging.core/plugin.xml
parentd40fa153110b750cf7518ca6763fe43b85c24c83 (diff)
downloadorg.eclipse.epp.packages-e4ca298ca14b9c009d1fccb991cde7f641b780b1.tar.gz
org.eclipse.epp.packages-e4ca298ca14b9c009d1fccb991cde7f641b780b1.tar.xz
org.eclipse.epp.packages-e4ca298ca14b9c009d1fccb991cde7f641b780b1.zip
application returns correct error codes
Diffstat (limited to 'plugins/org.eclipse.epp.packaging.core/plugin.xml')
-rw-r--r--plugins/org.eclipse.epp.packaging.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.epp.packaging.core/plugin.xml b/plugins/org.eclipse.epp.packaging.core/plugin.xml
index da7d34c6..7eb6fd49 100644
--- a/plugins/org.eclipse.epp.packaging.core/plugin.xml
+++ b/plugins/org.eclipse.epp.packaging.core/plugin.xml
@@ -15,7 +15,7 @@
id="EPP"
point="org.eclipse.core.runtime.products">
<product
- application="application"
+ application="org.eclipse.epp.packaging.core.application"
name="EPP Packaging">
<property
name="appName"

Back to the top