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/06/21 18:36:19 UTC

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

Author: rickhall
Date: Wed Jun 21 09:36:19 2006
New Revision: 416029

URL: http://svn.apache.org/viewvc?rev=416029&view=rev
Log:
Moved <ignorePackage> inside of <configuration>.

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=416029&r1=416028&r2=416029&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.http.jetty/pom.xml Wed Jun 21 09:36:19 2006
@@ -40,6 +40,14 @@
         <version>${pom.version}</version>
         <extensions>true</extensions>
         <configuration>
+          <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>
           <osgiManifest>
             <bundleName>HTTP Service</bundleName>
             <bundleDescription>An implementation of the OSGi HTTP Service using Jetty.</bundleDescription>
@@ -48,14 +56,6 @@
             <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>
-            <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>