summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:45:35 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 22:45:35 +0000
commit18edf94aa6a068c05a68761cfbc20b9fbe71c870 (patch)
tree4d34194da74a52f1b3e548e53d4b1fa8daa1fae8 /branches/sca-equinox/modules
parentdf81e9e351b482d53f721d106f9b569d4d665aef (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r--branches/sca-equinox/modules/host-tomcat/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-tomcat/pom.xml b/branches/sca-equinox/modules/host-tomcat/pom.xml
index 58032e137d..f6969cbc4d 100644
--- a/branches/sca-equinox/modules/host-tomcat/pom.xml
+++ b/branches/sca-equinox/modules/host-tomcat/pom.xml
@@ -77,7 +77,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.tomcat</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.http.tomcat*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>