diff options
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", |