summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 20:48:05 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 20:48:05 +0000
commit2f93b179e29713d30ad55608e605f5cddf150691 (patch)
tree2a947843cd93196d3a77f71bb35b8a6c5801b59f
parentd8153166e25c9e0afa4e3416059670a635a41ca9 (diff)
No package should be exported from this module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/interface-java-xml/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/interface-java-xml/pom.xml b/branches/sca-equinox/modules/interface-java-xml/pom.xml
index c9485a99eb..77fc659d3e 100644
--- a/branches/sca-equinox/modules/interface-java-xml/pom.xml
+++ b/branches/sca-equinox/modules/interface-java-xml/pom.xml
@@ -66,7 +66,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.interface.java.xml</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.interfacedef.java.xml*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>