Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-05-19 07:19:52 +0000
committerMarkus Knauer2010-05-19 07:19:52 +0000
commit69c9bcb0f0d896b39e2a5d8d21fec4089f0acfdd (patch)
tree5ce801394cd7c696f9fdbc76551e8a2d281a05e4 /packages/org.eclipse.epp.package.common
parenteeb195bc71aa963d7a65db9df3896d49ef0a15ca (diff)
downloadorg.eclipse.epp.packages-69c9bcb0f0d896b39e2a5d8d21fec4089f0acfdd.tar.gz
org.eclipse.epp.packages-69c9bcb0f0d896b39e2a5d8d21fec4089f0acfdd.tar.xz
org.eclipse.epp.packages-69c9bcb0f0d896b39e2a5d8d21fec4089f0acfdd.zip
stripping down common feature to isolate error
Diffstat (limited to 'packages/org.eclipse.epp.package.common')
-rw-r--r--packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF1
-rw-r--r--packages/org.eclipse.epp.package.common/plugin.xml5
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
index 7ff31091..95ba64b1 100644
--- a/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.common/META-INF/MANIFEST.MF
@@ -5,4 +5,3 @@ Bundle-SymbolicName: org.eclipse.epp.package.common;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: Eclipse.org - EPP
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.epp.mpc.ui;bundle-version="1.0.0"
diff --git a/packages/org.eclipse.epp.package.common/plugin.xml b/packages/org.eclipse.epp.package.common/plugin.xml
index 4f7eba02..0489fb14 100644
--- a/packages/org.eclipse.epp.package.common/plugin.xml
+++ b/packages/org.eclipse.epp.package.common/plugin.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
+
+<!--
+
<extension
point="org.eclipse.epp.mpc.ui.catalog">
<catalog
@@ -11,4 +14,6 @@
</catalog>
</extension>
+-->
+
</plugin>

Back to the top