You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/11/29 22:08:36 UTC

svn commit: r599576 - /incubator/sling/trunk/jcr/resource/pom.xml

Author: fmeschbe
Date: Thu Nov 29 13:08:34 2007
New Revision: 599576

URL: http://svn.apache.org/viewvc?rev=599576&view=rev
Log:
Include the classloader package in the bundle because it contains a Util class required by the URL support

Modified:
    incubator/sling/trunk/jcr/resource/pom.xml

Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=599576&r1=599575&r2=599576&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Thu Nov 29 13:08:34 2007
@@ -98,7 +98,6 @@
                             org.kxml2.io, org.xmlpull.v1
                         </Private-Package>
                         <Import-Package>
-                            !org.apache.jackrabbit.classloader,
                             !org.apache.jackrabbit.ocm.mapper.impl.digester,
                             *
                         </Import-Package>