Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2016-03-08 19:11:55 +0000
committerRyan D. Brooks2016-03-08 19:11:55 +0000
commit2492701ba194fccc9c45dad5820abd43adb0dbfd (patch)
treea926e889e8b507a2262365db4074674076279bb9 /plugins/org.eclipse.osee.dep.p2
parenta09bde6557e86373d107c15ac9514f7ba3fcb358 (diff)
downloadorg.eclipse.osee-2492701ba194fccc9c45dad5820abd43adb0dbfd.tar.gz
org.eclipse.osee-2492701ba194fccc9c45dad5820abd43adb0dbfd.tar.xz
org.eclipse.osee-2492701ba194fccc9c45dad5820abd43adb0dbfd.zip
feature: Switch to feature based build
Diffstat (limited to 'plugins/org.eclipse.osee.dep.p2')
-rw-r--r--plugins/org.eclipse.osee.dep.p2/category.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.dep.p2/category.xml b/plugins/org.eclipse.osee.dep.p2/category.xml
index 3016764588d..90253a82d59 100644
--- a/plugins/org.eclipse.osee.dep.p2/category.xml
+++ b/plugins/org.eclipse.osee.dep.p2/category.xml
@@ -3,6 +3,9 @@
<feature url="features/org.eclipse.osee.dep.feature_0.24.0.qualifier.jar" id="org.eclipse.osee.dep.feature" version="0.24.0.qualifier">
<category name="org.eclipse.osee.dep"/>
</feature>
+ <feature url="features/org.eclipse.osee.dep.feature.source_0.24.0.qualifier.jar" id="org.eclipse.osee.dep.feature.source" version="0.24.0.qualifier">
+ <category name="org.eclipse.osee.dep"/>
+ </feature>
<category-def name="org.eclipse.osee.dep" label="Eclipse OSEE Deps - (Incubation)">
<description>
Eclipse OSEE Runtime - (Incubation)

Back to the top