diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:40:34 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:40:34 +0000 |
commit | a770fa9b39e28ebb3316fbe1bdddbcd571f0aa40 (patch) | |
tree | b6519e99668157eaacad353e0d4cf3440258bd71 /branches/sca-equinox/modules/host-corba-jse-tns | |
parent | 978c2de7115b483c4321e7fe7df09fbffeccb823 (diff) |
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/host-corba-jse-tns')
-rw-r--r-- | branches/sca-equinox/modules/host-corba-jse-tns/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-corba-jse-tns/pom.xml b/branches/sca-equinox/modules/host-corba-jse-tns/pom.xml index 4c6f6af352..1350170ec5 100644 --- a/branches/sca-equinox/modules/host-corba-jse-tns/pom.xml +++ b/branches/sca-equinox/modules/host-corba-jse-tns/pom.xml @@ -61,7 +61,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jse.tns</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.host.corba.jse.tns*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> |