removed usage of org.eclipse.osgi bundle import in some manifest files

This commit is contained in:
fmittag
2014-10-31 12:23:48 +01:00
parent 5b48104389
commit 7255bc25e1
3 changed files with 4 additions and 6 deletions
@@ -7,7 +7,6 @@ Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: com.mongodb.driver;bundle-version="2.6.2",
com.sap.sailing.mongodb,
org.eclipse.osgi,
org.json.simple;bundle-version="1.1.0",
org.hamcrest.core;bundle-version="1.1.0",
org.junit4;bundle-version="4.8.2",
@@ -15,4 +14,3 @@ Require-Bundle: com.mongodb.driver;bundle-version="2.6.2",
com.sap.sailing.gwt.ui;bundle-version="1.0.0",
com.sap.sailing.domain.common;bundle-version="1.0.0",
org.hamcrest;bundle-version="1.1.0"