Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-03-06 17:07:55 +0000
committerRyan D. Brooks2014-03-06 17:07:55 +0000
commitbe43ea64f6d8ca87f36e5b3ab1f9ed6f8aac5461 (patch)
tree65d24f63624d25619779ac2b8e0ab613901417cf /features
parent6f9514fda36927d5e87bfdfb6e313318a878307a (diff)
downloadorg.eclipse.osee-be43ea64f6d8ca87f36e5b3ab1f9ed6f8aac5461.tar.gz
org.eclipse.osee-be43ea64f6d8ca87f36e5b3ab1f9ed6f8aac5461.tar.xz
org.eclipse.osee-be43ea64f6d8ca87f36e5b3ab1f9ed6f8aac5461.zip
feature: Add equinox.metatype to base external features
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.external.feature/feature.xml7
-rw-r--r--features/org.eclipse.osee.x.core.external.feature/feature.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.external.feature/feature.xml b/features/org.eclipse.osee.external.feature/feature.xml
index 3a88d4d3785..9dfc623376d 100644
--- a/features/org.eclipse.osee.external.feature/feature.xml
+++ b/features/org.eclipse.osee.external.feature/feature.xml
@@ -74,6 +74,13 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.metatype"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin
id="org.eclipse.equinox.ds"
download-size="0"
diff --git a/features/org.eclipse.osee.x.core.external.feature/feature.xml b/features/org.eclipse.osee.x.core.external.feature/feature.xml
index a23ab661070..8f6ff3a5b14 100644
--- a/features/org.eclipse.osee.x.core.external.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.external.feature/feature.xml
@@ -422,4 +422,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.metatype"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top