summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-equinox/modules/implementation-resource-runtime/pom.xml2
-rw-r--r--branches/sca-equinox/modules/implementation-resource/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/implementation-resource-runtime/pom.xml b/branches/sca-equinox/modules/implementation-resource-runtime/pom.xml
index d4145c5e8b..db6f353a42 100644
--- a/branches/sca-equinox/modules/implementation-resource-runtime/pom.xml
+++ b/branches/sca-equinox/modules/implementation-resource-runtime/pom.xml
@@ -76,7 +76,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.resource.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.resource*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
diff --git a/branches/sca-equinox/modules/implementation-resource/pom.xml b/branches/sca-equinox/modules/implementation-resource/pom.xml
index a68a08cd18..47d529be65 100644
--- a/branches/sca-equinox/modules/implementation-resource/pom.xml
+++ b/branches/sca-equinox/modules/implementation-resource/pom.xml
@@ -69,7 +69,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.resource</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.resource*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.implementation.resource</Export-Package>
</instructions>
</configuration>
</plugin>