You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/05/25 11:29:34 UTC

svn commit: r409342 - /incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml

Author: rickhall
Date: Thu May 25 02:29:33 2006
New Revision: 409342

URL: http://svn.apache.org/viewvc?rev=409342&view=rev
Log:
Included a specific Import-Package header entry since the generated entry
contained too much stuff.

Modified:
    incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml

Modified: incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml?rev=409342&r1=409341&r2=409342&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml Thu May 25 02:29:33 2006
@@ -47,6 +47,7 @@
             <bundleUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</bundleUrl>
             <bundleSource>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</bundleSource>
             <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
+            <importPackage>org.osgi.framework,javax.servlet;javax.servlet.http;version=2.3.0</importPackage>
             <dynamicImportPackage>javax.net.ssl</dynamicImportPackage>
             <exportPackage>org.osgi.service.http; version=1.1,javax.servlet;javax.servlet.http;version=2.3.0</exportPackage>
             <exportService>org.osgi.service.http.HttpService</exportService>