Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.x.core.feature.source/feature.xml')
-rw-r--r--features/org.eclipse.osee.x.core.feature.source/feature.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.x.core.feature.source/feature.xml b/features/org.eclipse.osee.x.core.feature.source/feature.xml
index cad640a8995..7b9196cd1e3 100644
--- a/features/org.eclipse.osee.x.core.feature.source/feature.xml
+++ b/features/org.eclipse.osee.x.core.feature.source/feature.xml
@@ -71,7 +71,7 @@
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/>
<plugin
id="org.eclipse.osee.event.osgi.source"
@@ -87,4 +87,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.executor.admin.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top