Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.common.feature/feature.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.common.feature/feature.xml b/packages/org.eclipse.epp.package.common.feature/feature.xml
index 2be940f2..da858cf2 100644
--- a/packages/org.eclipse.epp.package.common.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.common.feature/feature.xml
@@ -23,5 +23,14 @@ to all EPP packages and general configurations.
<import feature="org.eclipse.epp.usagedata.feature"/>
<import feature="org.eclipse.epp.mpc"/>
</requires>
+
+
+ <plugin
+ id="org.eclipse.epp.package.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top