Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.framework.server.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.framework.server.feature/feature.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/features/org.eclipse.osee.framework.server.feature/feature.xml b/features/org.eclipse.osee.framework.server.feature/feature.xml
index ba15f3bc603..a184e5c1c26 100644
--- a/features/org.eclipse.osee.framework.server.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.server.feature/feature.xml
@@ -34,7 +34,6 @@
<import plugin="org.apache.log4j" version="1.2.15" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.compare.diff" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.compare.match" version="1.0.0" match="greaterOrEqual"/>
- <import plugin="org.h2" version="1.1.117" match="greaterOrEqual"/>
</requires>
<plugin
@@ -128,11 +127,11 @@
version="0.0.0"
unpack="false"/>
- <plugin
+ <!-- <plugin
id="org.eclipse.osee.framework.h2"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/> -->
</feature>

Back to the top