Author: jdumay
Date: Fri Feb 13 02:12:23 2009
New Revision: 743955
URL: http://svn.apache.org/viewvc?rev=743955&view=rev
Log:
Remove webdav module
Removed:
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-webdav/
Modified:
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/pom.xml
archiva/branches/archiva-with-new-repoapi/pom.xml
Modified:
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/pom.xml?rev=743955&r1=743954&r2=743955&view=diff
==============================================================================
---
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/pom.xml
(original)
+++
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/pom.xml
Fri Feb 13 02:12:23 2009
@@ -30,7 +30,6 @@
<module>archiva-applet</module>
<module>archiva-security</module>
<module>archiva-webapp</module>
- <module>archiva-webdav</module>
<module>archiva-rss</module>
<module>archiva-xmlrpc</module>
<module>archiva-repository-servlet</module>
@@ -44,4 +43,4 @@
</modules>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
Modified: archiva/branches/archiva-with-new-repoapi/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-with-new-repoapi/pom.xml?rev=743955&r1=743954&r2=743955&view=diff
==============================================================================
--- archiva/branches/archiva-with-new-repoapi/pom.xml (original)
+++ archiva/branches/archiva-with-new-repoapi/pom.xml Fri Feb 13 02:12:23 2009
@@ -245,17 +245,6 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-webdav</artifactId>
- <version>1.5.0</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>