diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-22 01:16:24 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-22 01:16:24 +0000 |
commit | 3ca9a77252f3885f80a4958a6fbafc518a5fd3a3 (patch) | |
tree | f2bd19f071e73ca68d8172991b65ac320f24e302 /branches/sca-equinox/modules/binding-jsonrpc | |
parent | 0fb894eab4b8c86bf8363a11efc063f4eb3dc498 (diff) |
Fixed incorrect OSGi import/export.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/binding-jsonrpc')
-rw-r--r-- | branches/sca-equinox/modules/binding-jsonrpc/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-jsonrpc/pom.xml b/branches/sca-equinox/modules/binding-jsonrpc/pom.xml index e3198d3726..3790e5bb3f 100644 --- a/branches/sca-equinox/modules/binding-jsonrpc/pom.xml +++ b/branches/sca-equinox/modules/binding-jsonrpc/pom.xml @@ -61,8 +61,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.binding.jsonrpc</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.jsonrpc*</Export-Package> - <Import-Package>org.apache.tuscany.sca.assembly.xml,*</Import-Package> + <Export-Package>org.apache.tuscany.sca.binding.jsonrpc</Export-Package> </instructions> </configuration> </plugin> |