diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 20:11:43 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 20:11:43 +0000 |
commit | 8d4032bfc6c1fff5948355a2ae39945e909126ef (patch) | |
tree | f7e96989346470c32a5ac410d22bce9255352ac3 /branches/sca-equinox/modules/binding-ejb-runtime | |
parent | 3c53bdd06f5954e7ab18e796016d4481d45fbfdb (diff) |
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/binding-ejb-runtime')
-rw-r--r-- | branches/sca-equinox/modules/binding-ejb-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-ejb-runtime/pom.xml b/branches/sca-equinox/modules/binding-ejb-runtime/pom.xml index 936c588788..32007248de 100644 --- a/branches/sca-equinox/modules/binding-ejb-runtime/pom.xml +++ b/branches/sca-equinox/modules/binding-ejb-runtime/pom.xml @@ -178,7 +178,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.binding.ejb.runtime</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.ejb*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> |