summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/xsd/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:00:12 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:00:12 +0000
commit5b0fe621f31dd2ed27a24e9909547a406185f704 (patch)
treede3cf5c3cd5f40704dfcff7fd758668422e49a65 /branches/sca-equinox/modules/xsd/pom.xml
parentd6cd497039e6c7925e398c515eb649d49a4438fd (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/xsd/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/xsd/pom.xml b/branches/sca-equinox/modules/xsd/pom.xml
index c8a9e21576..b4d85f070b 100644
--- a/branches/sca-equinox/modules/xsd/pom.xml
+++ b/branches/sca-equinox/modules/xsd/pom.xml
@@ -69,7 +69,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.xsd</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.xsd*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.xsd</Export-Package>
</instructions>
</configuration>
</plugin>