Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2016-09-23 16:38:57 +0000
committerdonald.g.dunne2016-09-23 16:38:57 +0000
commit94ead0d4189f66271284e367e10bbf58b2e83a3a (patch)
tree67ea28278810185e2117a88f55f1114a1ca01b04 /features/org.eclipse.osee.external.feature/feature.xml
parentf689b0b761c8387f23824a05e2e738bbacb84b55 (diff)
downloadorg.eclipse.osee-94ead0d4189f66271284e367e10bbf58b2e83a3a.tar.gz
org.eclipse.osee-94ead0d4189f66271284e367e10bbf58b2e83a3a.tar.xz
org.eclipse.osee-94ead0d4189f66271284e367e10bbf58b2e83a3a.zip
feature: Include the jdt feature
Diffstat (limited to 'features/org.eclipse.osee.external.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.external.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.external.feature/feature.xml b/features/org.eclipse.osee.external.feature/feature.xml
index 889200a981c..8c6e95507e1 100644
--- a/features/org.eclipse.osee.external.feature/feature.xml
+++ b/features/org.eclipse.osee.external.feature/feature.xml
@@ -17,6 +17,10 @@
%license
</license>
+ <includes
+ id="org.eclipse.jdt"
+ version="0.0.0"/>
+
<requires>
<import plugin="org.eclipse.equinox.registry" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.equinox.common" version="3.2.0" match="compatible"/>

Back to the top