summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
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>