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