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 16:24:40 UTC

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

Author: rickhall
Date: Thu May 25 07:24:39 2006
New Revision: 409398

URL: http://svn.apache.org/viewvc?rev=409398&view=rev
Log:
Modified POM file to use the new feature to be able to ignore certain
packages.

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=409398&r1=409397&r2=409398&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 07:24:39 2006
@@ -47,7 +47,14 @@
             <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>
+            <ignorePackage>
+                com.sun.net.ssl.internal.ssl,
+                com.sun.net.ssl,
+                org.xml.sax,
+                org.xml.sax.helpers,
+                javax.xml.parsers,
+                javax.security.cert
+            </ignorePackage>
             <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>