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-jee | |
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-jee')
-rw-r--r-- | branches/sca-equinox/modules/host-corba-jee/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/host-corba-jee/pom.xml b/branches/sca-equinox/modules/host-corba-jee/pom.xml index f17870ca8c..bcbf63def3 100644 --- a/branches/sca-equinox/modules/host-corba-jee/pom.xml +++ b/branches/sca-equinox/modules/host-corba-jee/pom.xml @@ -51,9 +51,9 @@ <configuration> <instructions> <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jdk</Bundle-SymbolicName> + <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jee</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.host.corba.jdk*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> |