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 2008/01/17 10:16:36 UTC

svn commit: r612770 - /incubator/sling/trunk/jcr/webdav/pom.xml

Author: fmeschbe
Date: Thu Jan 17 01:16:35 2008
New Revision: 612770

URL: http://svn.apache.org/viewvc?rev=612770&view=rev
Log:
SLING-150 Exclude the WebDAV client code from the bundle and thus
remove the dependency on HttpClient.

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

Modified: incubator/sling/trunk/jcr/webdav/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/webdav/pom.xml?rev=612770&r1=612769&r2=612770&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/webdav/pom.xml (original)
+++ incubator/sling/trunk/jcr/webdav/pom.xml Thu Jan 17 01:16:35 2008
@@ -69,15 +69,37 @@
                             org.apache.jackrabbit.server,
                             org.apache.jackrabbit.server.io,
                             org.apache.jackrabbit.server.jcr,
-                            org.apache.jackrabbit.webdav.*, ,
+                            org.apache.jackrabbit.webdav,
+                            org.apache.jackrabbit.webdav.header,
+                            org.apache.jackrabbit.webdav.io,
+                            org.apache.jackrabbit.webdav.jcr,
+                            org.apache.jackrabbit.webdav.jcr.lock,
+                            org.apache.jackrabbit.webdav.jcr.nodetype,
+                            org.apache.jackrabbit.webdav.jcr.observation,
+                            org.apache.jackrabbit.webdav.jcr.property,
+                            org.apache.jackrabbit.webdav.jcr.search,
+                            org.apache.jackrabbit.webdav.jcr.transaction,
+                            org.apache.jackrabbit.webdav.jcr.version,
+                            org.apache.jackrabbit.webdav.jcr.version.report,
+                            org.apache.jackrabbit.webdav.lock,
+                            org.apache.jackrabbit.webdav.observation,
+                            org.apache.jackrabbit.webdav.ordering,
+                            org.apache.jackrabbit.webdav.property,
+                            org.apache.jackrabbit.webdav.search,
+                            org.apache.jackrabbit.webdav.security,
+                            org.apache.jackrabbit.webdav.server,
+                            org.apache.jackrabbit.webdav.transaction,
+                            org.apache.jackrabbit.webdav.util,
+                            org.apache.jackrabbit.webdav.version,
+                            org.apache.jackrabbit.webdav.version.report,
+                            org.apache.jackrabbit.webdav.xml,
                             org.apache.xml.serialize,
                             org.apache.xerces.*
                         </Private-Package>
                         <Import-Package>
                             javax.transaction.xa; javax.xml.*;
                             org.apache.xml.resolver.*;org.w3c.*;
-                            org.xml.sax.*;resolution:=optional,
-                            !sun.*,*
+                            org.xml.sax.*;resolution:=optional, !sun.*,*
                         </Import-Package>
                     </instructions>
                 </configuration>