diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-06 18:55:25 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-06 18:55:25 +0000 |
commit | f0af0172c5436e14de378c93149cbf3ab6e0fbdd (patch) | |
tree | 0a672d3f68a6274186696045739cbac7501343e5 /sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF | |
parent | 3bfaac8a927bba93f5cd76506e9483df7a18af12 (diff) |
Simplifying modules structure by merging *-js-dojo into the binding-runtime specific modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF index 8f550a8fc6..16d6e1f322 100644 --- a/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF +++ b/sca-java-2.x/trunk/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF @@ -36,4 +36,9 @@ Import-Package: javax.security.auth.login, org.oasisopen.sca.annotation;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.binding.jsonrpc.runtime
Bundle-DocURL: http://www.apache.org/
+Export-Package: org.apache.tuscany.sca.binding.jsonrpc.js.dojo;version="2.0.0";
+ uses:="org.apache.tuscany.sca.binding.jsonrpc,
+ org.apache.tuscany.sca.assembly,
+ org.apache.tuscany.sca.web.javascript,
+ javax.xml.namespace"
|