summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/databinding
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 21:01:58 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 21:01:58 +0000
commit3a8a0343fc95986017f8c62c5805e7cf40d44756 (patch)
tree90a24735bc34599142ed98302b31874167403fe1 /branches/sca-equinox/modules/databinding
parent43fa7eb6d1d07b00bc1f57e9c269ae1da1f2675f (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')
-rw-r--r--branches/sca-equinox/modules/databinding/META-INF/MANIFEST.MF40
1 files changed, 25 insertions, 15 deletions
diff --git a/branches/sca-equinox/modules/databinding/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/databinding/META-INF/MANIFEST.MF
index ebb12dab8c..14592efd70 100644
--- a/branches/sca-equinox/modules/databinding/META-INF/MANIFEST.MF
+++ b/branches/sca-equinox/modules/databinding/META-INF/MANIFEST.MF
@@ -36,21 +36,31 @@ Bnd-LastModified: 1225397181875
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA DataBinding Framework
-Import-Package: javax.xml.datatype,javax.xml.namespace,javax.xml.parse
- rs,javax.xml.stream,javax.xml.stream.util,javax.xml.transform,javax.x
- ml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,o
- rg.apache.tuscany.sca.contribution.resolver;version="1.4",org.apache.
- tuscany.sca.databinding;version="1.4",org.apache.tuscany.sca.databind
- ing.annotation;version="1.4",org.apache.tuscany.sca.databinding.impl;
- version="1.4",org.apache.tuscany.sca.databinding.javabeans;version="1
- .4",org.apache.tuscany.sca.databinding.util;version="1.4",org.apache.
- tuscany.sca.databinding.xml;version="1.4",org.apache.tuscany.sca.exte
- nsibility;version="1.4",org.apache.tuscany.sca.interfacedef;version="
- 1.4",org.apache.tuscany.sca.interfacedef.impl;version="1.4",org.apach
- e.tuscany.sca.interfacedef.util;version="1.4",org.apache.tuscany.sca.
- xsd;version="1.4",org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax
- .helpers,org.custommonkey.xmlunit;resolution:=optional,org.junit;reso
- lution:=optional,junit.framework;resolution:=optional
+Import-Package: javax.xml.datatype,
+ javax.xml.namespace,
+ javax.xml.parsers,
+ javax.xml.stream,
+ javax.xml.stream.util,
+ javax.xml.transform,
+ javax.xml.transform.dom,
+ javax.xml.transform.sax,
+ javax.xml.transform.stream,
+ org.apache.tuscany.sca.contribution.resolver;version="1.4",
+ org.apache.tuscany.sca.databinding;version="1.4",
+ org.apache.tuscany.sca.databinding.annotation;version="1.4",
+ org.apache.tuscany.sca.databinding.impl;version="1.4",
+ org.apache.tuscany.sca.databinding.javabeans;version="1.4",
+ org.apache.tuscany.sca.databinding.util;version="1.4",
+ org.apache.tuscany.sca.databinding.xml;version="1.4",
+ org.apache.tuscany.sca.extensibility;version="1.4",
+ org.apache.tuscany.sca.interfacedef;version="1.4",
+ org.apache.tuscany.sca.interfacedef.impl;version="1.4",
+ org.apache.tuscany.sca.interfacedef.util;version="1.4",
+ org.apache.tuscany.sca.xsd;version="1.4",
+ org.w3c.dom,
+ org.xml.sax,
+ org.xml.sax.ext,
+ org.xml.sax.helpers
Bundle-SymbolicName: org.apache.tuscany.sca.databinding
Bundle-DocURL: http://www.apache.org/