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 | |
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')
-rw-r--r-- | branches/sca-equinox/modules/host-corba-jse/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-corba-jse/pom.xml b/branches/sca-equinox/modules/host-corba-jse/pom.xml index cde59fa5fe..d0296a49ca 100644 --- a/branches/sca-equinox/modules/host-corba-jse/pom.xml +++ b/branches/sca-equinox/modules/host-corba-jse/pom.xml @@ -47,7 +47,11 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jse</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.host.corba*</Export-Package> + <!-- FIXME: These packages are used by tuscany-host-corba-jse-tns. We need to find a better way. --> + <Export-Package> + org.apache.tuscany.sca.host.corba.jse, + org.apache.tuscany.sca.host.corba.naming + </Export-Package> </instructions> </configuration> </plugin> |