Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-24 20:26:35 +0000
committerrescobar2010-06-24 20:26:35 +0000
commit6241e39c24ed4b8a9263d0cb958f02c9f7b224b8 (patch)
tree94979bdd1864edff651fdfb6b70d0effe1d6171c /plugins/org.eclipse.osee.framework.core.datastore/META-INF
parenta330ba00ff9ed3f19e20737a6392054c1b6bcbee (diff)
downloadorg.eclipse.osee-6241e39c24ed4b8a9263d0cb958f02c9f7b224b8.tar.gz
org.eclipse.osee-6241e39c24ed4b8a9263d0cb958f02c9f7b224b8.tar.xz
org.eclipse.osee-6241e39c24ed4b8a9263d0cb958f02c9f7b224b8.zip
Move Database Schema Creation to app server
Create datastore bundle Misc. osgi service fixes
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.datastore/META-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.datastore/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.datastore/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.datastore/META-INF/MANIFEST.MF
index 8dca54d319d..82f65fbb3b1 100644
--- a/plugins/org.eclipse.osee.framework.core.datastore/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.datastore/META-INF/MANIFEST.MF
@@ -32,7 +32,7 @@ Import-Package: org.apache.commons.lang,
org.eclipse.osee.framework.jdk.core.util.time,
org.eclipse.osee.framework.jdk.core.util.xml,
org.eclipse.osee.framework.logging,
- org.osgi.framework;version="1.3.0",
+ org.osgi.framework,
org.osgi.util.tracker
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true

Back to the top