Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-05-28 23:37:33 +0000
committerrescobar2010-05-28 23:37:33 +0000
commit40204b1809b1d84c7ad8155fef0302108b1be255 (patch)
tree795ba16747b75c31e5253687d59d72287fffef69 /features/org.eclipse.osee.core.runtime.feature
parentf52f2343b70bfc54786853c29bce8118b92b1925 (diff)
downloadorg.eclipse.osee-40204b1809b1d84c7ad8155fef0302108b1be255.tar.gz
org.eclipse.osee-40204b1809b1d84c7ad8155fef0302108b1be255.tar.xz
org.eclipse.osee-40204b1809b1d84c7ad8155fef0302108b1be255.zip
Diffstat (limited to 'features/org.eclipse.osee.core.runtime.feature')
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/build.properties1
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/feature.xml10
2 files changed, 10 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.core.runtime.feature/build.properties b/features/org.eclipse.osee.core.runtime.feature/build.properties
index fc7011debf3..f52d5391566 100644
--- a/features/org.eclipse.osee.core.runtime.feature/build.properties
+++ b/features/org.eclipse.osee.core.runtime.feature/build.properties
@@ -5,3 +5,4 @@ bin.includes = feature.xml,\
build.properties
generate.feature@org.eclipse.osee.core.feature.source = org.eclipse.osee.core.feature
generate.feature@org.eclipse.osee.core.ui.feature.source = org.eclipse.osee.core.ui.feature
+generate.feature@org.eclipse.osee.core.plugin.feature.source = org.eclipse.osee.core.plugin.feature
diff --git a/features/org.eclipse.osee.core.runtime.feature/feature.xml b/features/org.eclipse.osee.core.runtime.feature/feature.xml
index 78abc698c7e..3839d3118d5 100644
--- a/features/org.eclipse.osee.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.osee.core.runtime.feature/feature.xml
@@ -30,11 +30,19 @@
version="0.0.0"/>
<includes
+ id="org.eclipse.osee.core.plugin.feature"
+ version="0.0.0"/>
+
+ <includes
id="org.eclipse.osee.core.feature.source"
version="0.0.0"/>
<includes
id="org.eclipse.osee.core.ui.feature.source"
version="0.0.0"/>
-
+
+ <includes
+ id="org.eclipse.osee.core.plugin.feature.source"
+ version="0.0.0"/>
+
</feature>

Back to the top