summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
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
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')
-rw-r--r--branches/sca-equinox/modules/implementation-node-runtime/pom.xml5
-rw-r--r--branches/sca-equinox/modules/implementation-node/pom.xml2
2 files changed, 5 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/implementation-node-runtime/pom.xml b/branches/sca-equinox/modules/implementation-node-runtime/pom.xml
index 01c2d4ac3a..374ee857f3 100644
--- a/branches/sca-equinox/modules/implementation-node-runtime/pom.xml
+++ b/branches/sca-equinox/modules/implementation-node-runtime/pom.xml
@@ -92,7 +92,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.node.runtime</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.launcher,
+ org.apache.tuscany.sca.implementation.node.webapp
+ </Export-Package>
</instructions>
</configuration>
</plugin>
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>