diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:42:47 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:42:47 +0000 |
commit | ce5523c7c11f2665db517d0353a15366a66fbb2c (patch) | |
tree | df0276b23e9d37b53762a2772e2d83a98fc206f4 /branches/sca-equinox | |
parent | a770fa9b39e28ebb3316fbe1bdddbcd571f0aa40 (diff) |
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r-- | branches/sca-equinox/modules/host-ejb/pom.xml | 2 | ||||
-rw-r--r-- | branches/sca-equinox/modules/host-openejb/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/host-ejb/pom.xml b/branches/sca-equinox/modules/host-ejb/pom.xml index 8fc42d6ee4..3aaa4f22ab 100644 --- a/branches/sca-equinox/modules/host-ejb/pom.xml +++ b/branches/sca-equinox/modules/host-ejb/pom.xml @@ -47,7 +47,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.ejb</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.ejb*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.host.ejb</Export-Package>
</instructions>
</configuration>
</plugin>
diff --git a/branches/sca-equinox/modules/host-openejb/pom.xml b/branches/sca-equinox/modules/host-openejb/pom.xml index 396d847f15..f1dc66ddd8 100644 --- a/branches/sca-equinox/modules/host-openejb/pom.xml +++ b/branches/sca-equinox/modules/host-openejb/pom.xml @@ -87,7 +87,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.openejb</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.openejb*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
|