summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:42:47 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:42:47 +0000
commitce5523c7c11f2665db517d0353a15366a66fbb2c (patch)
treedf0276b23e9d37b53762a2772e2d83a98fc206f4 /branches
parenta770fa9b39e28ebb3316fbe1bdddbcd571f0aa40 (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')
-rw-r--r--branches/sca-equinox/modules/host-ejb/pom.xml2
-rw-r--r--branches/sca-equinox/modules/host-openejb/pom.xml2
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>