summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/host-jetty/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/host-jetty/pom.xml')
-rw-r--r--branches/sca-equinox/modules/host-jetty/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-jetty/pom.xml b/branches/sca-equinox/modules/host-jetty/pom.xml
index 736a6f8dde..ee76b73ab4 100644
--- a/branches/sca-equinox/modules/host-jetty/pom.xml
+++ b/branches/sca-equinox/modules/host-jetty/pom.xml
@@ -66,7 +66,9 @@
<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>
+ 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",