You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/11/21 15:24:08 UTC

svn commit: r477684 - /jackrabbit/trunk/contrib/jcr-browser/pom.xml

Author: angela
Date: Tue Nov 21 06:24:07 2006
New Revision: 477684

URL: http://svn.apache.org/viewvc?view=rev&rev=477684
Log:
JCR-612 : Restructure the Jackrabbit source tree

> adjust dependencies

Modified:
    jackrabbit/trunk/contrib/jcr-browser/pom.xml

Modified: jackrabbit/trunk/contrib/jcr-browser/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-browser/pom.xml?view=diff&rev=477684&r1=477683&r2=477684
==============================================================================
--- jackrabbit/trunk/contrib/jcr-browser/pom.xml (original)
+++ jackrabbit/trunk/contrib/jcr-browser/pom.xml Tue Nov 21 06:24:07 2006
@@ -127,7 +127,7 @@
 
 		<dependency>
 			<groupId>org.apache.jackrabbit</groupId>
-			<artifactId>jackrabbit-jcr-webdav</artifactId>
+			<artifactId>jackrabbit-webdav</artifactId>
 			<version>1.1-SNAPSHOT</version>
 			<scope>compile</scope>
 			<exclusions>
@@ -148,7 +148,7 @@
 
 		<dependency>
 			<groupId>org.apache.jackrabbit</groupId>
-			<artifactId>jackrabbit-server</artifactId>
+			<artifactId>jackrabbit-webapp</artifactId>
 			<version>1.1-SNAPSHOT</version>
 			<scope>compile</scope>
 			<exclusions>