diff options
author | Roberto E. Escobar | 2014-12-10 00:27:14 +0000 |
---|---|---|
committer | Angel Avila | 2014-12-10 00:27:14 +0000 |
commit | 65abd17e947a9578e88e5d274e6e8ff266da08e4 (patch) | |
tree | 5d91661c9144899953db95d72cb610fc1b7ffe3c /features | |
parent | 32591a5994b1928d1631767ec615ba5377fc3f39 (diff) | |
download | org.eclipse.osee-65abd17e947a9578e88e5d274e6e8ff266da08e4.tar.gz org.eclipse.osee-65abd17e947a9578e88e5d274e6e8ff266da08e4.tar.xz org.eclipse.osee-65abd17e947a9578e88e5d274e6e8ff266da08e4.zip |
feature[ats_ATS144309]: Remove IOseeDatabaseService from IDE client
Change-Id: I5a12d96c2bb1af711f541a3c797176772977f73f
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.osee.framework.feature/feature.xml | 14 | ||||
-rw-r--r-- | features/org.eclipse.osee.framework.ui.feature/feature.xml | 2 |
2 files changed, 0 insertions, 16 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml index eba50440df0..eebc8e62833 100644 --- a/features/org.eclipse.osee.framework.feature/feature.xml +++ b/features/org.eclipse.osee.framework.feature/feature.xml @@ -96,20 +96,6 @@ unpack="false"/> <plugin - id="org.eclipse.osee.framework.database" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.osee.hsqldb" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin id="org.eclipse.osee.framework.core.dsl.integration" download-size="0" install-size="0" diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml index 94a462ab049..c7ba1df803e 100644 --- a/features/org.eclipse.osee.framework.ui.feature/feature.xml +++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml @@ -27,7 +27,6 @@ <import plugin="org.eclipse.osee.framework.core"/> <import plugin="org.apache.commons.dbcp" version="1.4.0" match="compatible"/> <import plugin="org.apache.commons.pool" version="1.6.0" match="compatible"/> - <import plugin="org.eclipse.osee.framework.database"/> <import plugin="org.eclipse.osee.framework.jdk.core"/> <import plugin="org.eclipse.osee.framework.logging"/> <import plugin="org.eclipse.osee.framework.plugin.core"/> @@ -57,7 +56,6 @@ <import plugin="org.apache.xerces"/> <import plugin="org.eclipse.osee.framework.core.message"/> <import plugin="org.eclipse.osee.framework.core.model"/> - <import plugin="org.eclipse.osee.framework.database.init"/> <import plugin="org.eclipse.zest.layouts"/> <import plugin="org.eclipse.gef"/> <import plugin="org.eclipse.osee.ote.define"/> |