summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/host-jetty/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/host-jetty/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/host-jetty/pom.xml b/branches/sca-equinox/modules/host-jetty/pom.xml
index 1a4c19b69a..9d4570b9ec 100644
--- a/branches/sca-equinox/modules/host-jetty/pom.xml
+++ b/branches/sca-equinox/modules/host-jetty/pom.xml
@@ -67,6 +67,16 @@
<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>
+ <Import-Package>
+ org.mortbay.jetty;version="6.1.7",
+ org.mortbay.jetty.handler;version="6.1.7",
+ org.mortbay.jetty.nio;version="6.1.7",
+ org.mortbay.jetty.security;version="6.1.7",
+ org.mortbay.jetty.servlet;version="6.1.7",
+ org.mortbay.log;version="6.1.7",
+ org.mortbay.resource;version="6.1.7",
+ org.mortbay.thread;version="6.1.7"
+ </Import-Package>
</instructions>
</configuration>
</plugin>