summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-http-runtime
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 20:15:26 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 20:15:26 +0000
commitb33b0105351b9a01e1aaea18bb19c1b8d7ca86f0 (patch)
tree11103555f8d73f7bb5b27281c3e0fec544c79ef1 /branches/sca-equinox/modules/binding-http-runtime
parent8d4032bfc6c1fff5948355a2ae39945e909126ef (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/binding-http-runtime')
-rw-r--r--branches/sca-equinox/modules/binding-http-runtime/pom.xml2
1 files changed, 1 insertions, 1 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>