diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:44:04 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 22:44:04 +0000 |
commit | 1fadbb36f3f451a0e1834b85c6e387d2db9bbfca (patch) | |
tree | eba36259714b466e68add89e8279e0c6c317b964 /branches | |
parent | ce5523c7c11f2665db517d0353a15366a66fbb2c (diff) |
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-equinox/modules/host-jetty/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/branches/sca-equinox/modules/host-jetty/pom.xml b/branches/sca-equinox/modules/host-jetty/pom.xml index ee76b73ab4..2351d2f93f 100644 --- a/branches/sca-equinox/modules/host-jetty/pom.xml +++ b/branches/sca-equinox/modules/host-jetty/pom.xml @@ -66,9 +66,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.host.jetty</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package> - org.apache.tuscany.sca.http.jetty, - </Export-Package> + <Export-Package></Export-Package> <Import-Package> org.mortbay.jetty;version="6.1.7", org.mortbay.jetty.handler;version="6.1.7", |