Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-09-29 03:46:13 +0000
committerRyan D. Brooks2010-09-29 03:46:13 +0000
commitdf4339a8127d547d5c5014815e2d5765930a785d (patch)
tree18df01407e92eceebe0f124571ed648504425d46 /features/org.eclipse.osee.framework.feature
parent1c18026bed4c5080b5a1a06f9cd761589ef64a1f (diff)
downloadorg.eclipse.osee-df4339a8127d547d5c5014815e2d5765930a785d.tar.gz
org.eclipse.osee-df4339a8127d547d5c5014815e2d5765930a785d.tar.xz
org.eclipse.osee-df4339a8127d547d5c5014815e2d5765930a785d.zip
feature[bgz_326568]: Include H2 Database in build
Diffstat (limited to 'features/org.eclipse.osee.framework.feature')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index e73068f9313..5048731a528 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -129,4 +129,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.osee.framework.h2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top