summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:45:05 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:45:05 +0000
commitdf81e9e351b482d53f721d106f9b569d4d665aef (patch)
treea1dd3d3516c87136f46b4e4b0d54087d251be22e /branches
parent1fadbb36f3f451a0e1834b85c6e387d2db9bbfca (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/host-rmi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-rmi/pom.xml b/branches/sca-equinox/modules/host-rmi/pom.xml
index 8700f1de85..76bfd755f0 100644
--- a/branches/sca-equinox/modules/host-rmi/pom.xml
+++ b/branches/sca-equinox/modules/host-rmi/pom.xml
@@ -47,7 +47,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.rmi</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.rmi*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.host.rmi</Export-Package>
</instructions>
</configuration>
</plugin>