summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-python-runtime
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:23:11 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:23:11 +0000
commit330f96ddae328ca0e0fada64dcfd811297c79a37 (patch)
tree4567a9ddde1acccd329af53fb592779df9788c24 /sca-java-2.x/trunk/modules/implementation-python-runtime
parentb5551a0e8251121d253e90151aef3f3f3db0714f (diff)
Add missing exports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-python-runtime')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF
index 8155c1deb2..35e5486b87 100644
--- a/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/trunk/modules/implementation-python-runtime/META-INF/MANIFEST.MF
@@ -9,3 +9,17 @@ Bundle-Description: Apache Tuscany SCA Python Implementation Runtime
Bundle-SymbolicName: org.apache.tuscany.sca.implementation.python.runtime
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
+Export-Package: org.apache.tuscany.sca.implementation.python.provider;version="2.0.0"
+Import-Package: org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.core.invocation;version="2.0.0",
+ org.apache.tuscany.sca.host.http;version="2.0.0",
+ org.apache.tuscany.sca.implementation.jaxrs;version="2.0.0",
+ org.apache.tuscany.sca.implementation.python;version="2.0.0",
+ org.apache.tuscany.sca.interfacedef;version="2.0.0",
+ org.apache.tuscany.sca.invocation;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0",
+ org.apache.tuscany.sca.provider;version="2.0.0",
+ org.apache.tuscany.sca.runtime;version="2.0.0",
+ org.oasisopen.sca;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0"