Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-03-03 01:05:59 +0000
committerRyan D. Brooks2011-03-03 01:05:59 +0000
commit96b3fda31e86cd44f298617bd560f58e917a8e60 (patch)
treeb28a5ec05733287859d6b63b90a742e3b6188ce7 /features
parenteac31b57d88b0f3fe8df514685a1dddaba3bfe65 (diff)
downloadorg.eclipse.osee-96b3fda31e86cd44f298617bd560f58e917a8e60.tar.gz
org.eclipse.osee-96b3fda31e86cd44f298617bd560f58e917a8e60.tar.xz
org.eclipse.osee-96b3fda31e86cd44f298617bd560f58e917a8e60.zip
bug: Add ats dsl bundles to build system
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.ats.feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.ats.feature/feature.xml b/features/org.eclipse.osee.ats.feature/feature.xml
index d25fbbbc8f2..cde57ae5c6c 100644
--- a/features/org.eclipse.osee.ats.feature/feature.xml
+++ b/features/org.eclipse.osee.ats.feature/feature.xml
@@ -31,4 +31,18 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.ats.dsl"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.osee.ats.dsl.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top