summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/interface-wsdl/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:55:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:55:22 +0000
commit3859418a6dca915a7b16dfacb7f1bcf3a4fbe692 (patch)
tree3806bb28fbcdd57e6f29d32b68ce0303ad87d78b /branches/sca-equinox/modules/interface-wsdl/pom.xml
parent9d8116592b481805ef2cce444a19c5bf79669859 (diff)
Remove direct access to private packages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/interface-wsdl/pom.xml')
-rw-r--r--branches/sca-equinox/modules/interface-wsdl/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/interface-wsdl/pom.xml b/branches/sca-equinox/modules/interface-wsdl/pom.xml
index bb1e630b0a..891b453d3d 100644
--- a/branches/sca-equinox/modules/interface-wsdl/pom.xml
+++ b/branches/sca-equinox/modules/interface-wsdl/pom.xml
@@ -93,7 +93,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.interface.wsdl</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.interfacedef.wsdl*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.interfacedef.wsdl</Export-Package>
</instructions>
</configuration>
</plugin>