Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2012-07-06 16:03:26 +0000
committerRoberto E. Escobar2012-07-06 16:03:26 +0000
commitfeb791fa037b24e82f06f12accec845bc91342fd (patch)
tree5ad928f94698d1e7dda165baafbd99d6cdc9a416 /features/org.eclipse.osee.framework.feature/feature.xml
parent1de8f4f60d8e4a60ea75caa3f1e85fe37f3c0370 (diff)
downloadorg.eclipse.osee-feb791fa037b24e82f06f12accec845bc91342fd.tar.gz
org.eclipse.osee-feb791fa037b24e82f06f12accec845bc91342fd.tar.xz
org.eclipse.osee-feb791fa037b24e82f06f12accec845bc91342fd.zip
feature[ats_ND03V]: Create branch gui to display parent and child branches relationships over time
Diffstat (limited to 'features/org.eclipse.osee.framework.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index a1e93a84d95..a0f97fd5323 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -107,6 +107,7 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
<plugin
id="org.eclipse.osee.framework.h2"
download-size="0"
@@ -128,4 +129,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.framework.branch.gantt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top