summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-equinox/modules/binding-http-runtime/pom.xml2
-rw-r--r--branches/sca-equinox/modules/binding-http/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-http-runtime/pom.xml b/branches/sca-equinox/modules/binding-http-runtime/pom.xml
index 9cecd4ed46..7d5cd71184 100644
--- a/branches/sca-equinox/modules/binding-http-runtime/pom.xml
+++ b/branches/sca-equinox/modules/binding-http-runtime/pom.xml
@@ -103,7 +103,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.http.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
diff --git a/branches/sca-equinox/modules/binding-http/pom.xml b/branches/sca-equinox/modules/binding-http/pom.xml
index ddeedfe249..fbb099ec7e 100644
--- a/branches/sca-equinox/modules/binding-http/pom.xml
+++ b/branches/sca-equinox/modules/binding-http/pom.xml
@@ -75,7 +75,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.http</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.binding.http</Export-Package>
<Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
</instructions>
</configuration>