summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/implementation-node/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 17:40:29 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 17:40:29 +0000
commit9c40cd1e2d9bc3caa11eeb164741d87ea4641edc (patch)
treec4f9d8dbff4c1a0db2f3deff273feb301d74b0cf /branches/sca-equinox/modules/implementation-node/pom.xml
parente6cae7cb9551d5bb747f748f78480ea9c79e7772 (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/implementation-node/pom.xml')
-rw-r--r--branches/sca-equinox/modules/implementation-node/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/implementation-node/pom.xml b/branches/sca-equinox/modules/implementation-node/pom.xml
index 69488e1fc9..608b34874b 100644
--- a/branches/sca-equinox/modules/implementation-node/pom.xml
+++ b/branches/sca-equinox/modules/implementation-node/pom.xml
@@ -83,7 +83,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.node</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.node*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.implementation.node</Export-Package>
</instructions>
</configuration>
</plugin>