diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 21:01:58 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-14 21:01:58 +0000 |
commit | 3a8a0343fc95986017f8c62c5805e7cf40d44756 (patch) | |
tree | 90a24735bc34599142ed98302b31874167403fe1 /branches/sca-equinox/modules/databinding-sdo/META-INF | |
parent | 43fa7eb6d1d07b00bc1f57e9c269ae1da1f2675f (diff) |
Adjust optional dependencies from test cases to avoid duplicate classpath entries (from PDE requiredPlugins classpath container or explicit classpath entries)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/databinding-sdo/META-INF')
-rw-r--r-- | branches/sca-equinox/modules/databinding-sdo/META-INF/MANIFEST.MF | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/databinding-sdo/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/databinding-sdo/META-INF/MANIFEST.MF index 10dcefda95..decc3332d2 100644 --- a/branches/sca-equinox/modules/databinding-sdo/META-INF/MANIFEST.MF +++ b/branches/sca-equinox/modules/databinding-sdo/META-INF/MANIFEST.MF @@ -30,7 +30,7 @@ Import-Package: commonj.sdo;version="2.1", javax.xml.stream,
javax.xml.transform,
javax.xml.transform.dom,
- junit.framework;resolution:=optional,
+
org.apache.tuscany.sca.assembly;version="1.4.0",
org.apache.tuscany.sca.contribution;version="1.4",
org.apache.tuscany.sca.contribution.processor;version="1.4",
@@ -56,7 +56,7 @@ Import-Package: commonj.sdo;version="2.1", org.eclipse.emf.common.notify,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.util,
- org.junit;resolution:=optional,
+
org.osoa.sca;version="1.4",
org.w3c.dom,
org.w3c.dom.bootstrap,
|