Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-09-10 03:21:42 +0000
committerRyan D. Brooks2010-09-10 03:21:42 +0000
commit14f7bfbd0a38786341c028faff2eb26b7deb7173 (patch)
treec9f371bb30013e68f3549be1233c4881b3c04c1b /features
parent09838483a2ad42e464bd5afb497c11d0fba1f2f7 (diff)
downloadorg.eclipse.osee-14f7bfbd0a38786341c028faff2eb26b7deb7173.tar.gz
org.eclipse.osee-14f7bfbd0a38786341c028faff2eb26b7deb7173.tar.xz
org.eclipse.osee-14f7bfbd0a38786341c028faff2eb26b7deb7173.zip
refactor: Remove postgresql feature dependency
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.framework.server.external.feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.framework.server.external.feature/feature.xml b/features/org.eclipse.osee.framework.server.external.feature/feature.xml
index 6dda8eb414f..02c1d3c08e8 100644
--- a/features/org.eclipse.osee.framework.server.external.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.server.external.feature/feature.xml
@@ -37,7 +37,6 @@
<import plugin="com.google.inject" version="2.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore" version="2.5.0" match="greaterOrEqual"/>
<import plugin="org.antlr.runtime" version="3.0.0" match="greaterOrEqual"/>
- <import feature="org.postgresql.feature" version="0.9.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top