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/09 10:37:20 UTC

svn commit: r412979 - /incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml

Author: rickhall
Date: Fri Jun  9 01:37:18 2006
New Revision: 412979

URL: http://svn.apache.org/viewvc?rev=412979&view=rev
Log:
Modified pom to ignore some import packages that are not actually used.

Modified:
    incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml

Modified: incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml?rev=412979&r1=412978&r2=412979&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.bundlerepository/pom.xml Fri Jun  9 01:37:18 2006
@@ -43,6 +43,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>
+            <ignorePackage>javax.xml.parsers,org.xml.sax</ignorePackage>
             <dynamicImportPackage>org.apache.felix.shell</dynamicImportPackage>
             <exportPackage>org.osgi.service.obr</exportPackage>
             <exportService>org.osgi.service.obr.RepositoryAdmin</exportService>