You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/03/30 00:14:45 UTC

svn commit: r389906 - /jackrabbit/branches/1.0/jcr-server/webapp/project.xml

Author: jukka
Date: Wed Mar 29 14:14:33 2006
New Revision: 389906

URL: http://svn.apache.org/viewcvs?rev=389906&view=rev
Log:
1.0: Merged revision 389904:
JCR-379: Removed the unnecessary cqfs dependency.
JCR-378: The slf4j-log4f12 dependency was in fact already included, just not bundled in the war. Use that previous dependency.

Modified:
    jackrabbit/branches/1.0/jcr-server/webapp/project.xml

Modified: jackrabbit/branches/1.0/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/jcr-server/webapp/project.xml?rev=389906&r1=389905&r2=389906&view=diff
==============================================================================
--- jackrabbit/branches/1.0/jcr-server/webapp/project.xml (original)
+++ jackrabbit/branches/1.0/jcr-server/webapp/project.xml Wed Mar 29 14:14:33 2006
@@ -89,15 +89,6 @@
         
         <!-- non-jackrabbit dependencies -->
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <version>1.0</version>
-            <url>http://www.slf4j.org/download.html</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.8</version>
@@ -166,34 +157,6 @@
             <artifactId>slf4j-log4j12</artifactId>
             <version>1.0</version>
             <url>http://www.slf4j.org/download.html</url>
-        </dependency>
-        <!--
-          cqfs-jackrabbit and cqfs are optional runtime dependencies 
-          (an alternative FileSystem implementation); 
-          commons-logging is a dependency of cqfs
-        -->
-        <dependency>
-          <groupId>cqfs</groupId>
-          <artifactId>cqfs-jackrabbit</artifactId>
-          <version>3.5.6</version>
-          <url>http://www.day.com/maven/cqfs/jars/cqfs-jackrabbit-3.5.6.jar</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-          <groupId>cqfs</groupId>
-          <artifactId>cqfs</artifactId>
-          <version>3.5.6</version>
-          <url>http://www.day.com/maven/cqfs/jars/cqfs-3.5.6.jar</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-          <version>1.0</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>