summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 20:05:33 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 20:05:33 +0000
commit3c53bdd06f5954e7ab18e796016d4481d45fbfdb (patch)
treea14c106ba2dc298c6ad0fcbe838d0ad73087d36d
parent6f78fff6c2f03b41b84c3641d804594bd58d6434 (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705013 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-equinox/modules/binding-corba/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-corba/pom.xml b/branches/sca-equinox/modules/binding-corba/pom.xml
index 2eda625e4a..3c4c793c70 100644
--- a/branches/sca-equinox/modules/binding-corba/pom.xml
+++ b/branches/sca-equinox/modules/binding-corba/pom.xml
@@ -61,7 +61,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.corba</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.corba*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.binding.corba</Export-Package>
</instructions>
</configuration>
</plugin>