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/15 08:52:45 UTC

svn commit: r385997 - in /incubator/jackrabbit/branches/1.0: contrib/examples/project.xml contrib/jcr-commands/project.xml jca/project.xml

Author: jukka
Date: Tue Mar 14 23:52:44 2006
New Revision: 385997

URL: http://svn.apache.org/viewcvs?rev=385997&view=rev
Log:
1.0: Merged revision 385995: JCR-215: Added the new slf4j-log4j12 dependency.

Modified:
    incubator/jackrabbit/branches/1.0/contrib/examples/project.xml
    incubator/jackrabbit/branches/1.0/contrib/jcr-commands/project.xml
    incubator/jackrabbit/branches/1.0/jca/project.xml

Modified: incubator/jackrabbit/branches/1.0/contrib/examples/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/contrib/examples/project.xml?rev=385997&r1=385996&r2=385997&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/contrib/examples/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/contrib/examples/project.xml Tue Mar 14 23:52:44 2006
@@ -29,7 +29,7 @@
     <logo>http://incubator.apache.org/images/apache-incubator-logo.png</logo>
   </organization>
   <inceptionYear>2005</inceptionYear>
-  <package>org.apache.jackrabbit.examples*</package>
+  <package>org.apache.jackrabbit.examples.*</package>
   <logo>/images/jackrabbitlogo.gif</logo>
   <description>
     The Jackrabbit Examples package contains example code for illustrating
@@ -78,6 +78,12 @@
       <groupId>geronimo-spec</groupId>
       <artifactId>geronimo-spec-jta</artifactId>
       <version>1.0-M1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.0</version>
+      <url>http://www.slf4j.org/download.html</url>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

Modified: incubator/jackrabbit/branches/1.0/contrib/jcr-commands/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/contrib/jcr-commands/project.xml?rev=385997&r1=385996&r2=385997&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/contrib/jcr-commands/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/contrib/jcr-commands/project.xml Tue Mar 14 23:52:44 2006
@@ -64,6 +64,12 @@
             <type>jar</type>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.0</version>
+            <url>http://www.slf4j.org/download.html</url>
+        </dependency>
+        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.8</version>

Modified: incubator/jackrabbit/branches/1.0/jca/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jca/project.xml?rev=385997&r1=385996&r2=385997&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jca/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jca/project.xml Tue Mar 14 23:52:44 2006
@@ -48,7 +48,16 @@
 	    <properties>
 		<rar.bundle>true</rar.bundle>
 	    </properties>	    
-	</dependency> 
+	</dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.0</version>
+            <url>http://www.slf4j.org/download.html</url>
+            <properties>
+                <rar.bundle>true</rar.bundle>
+            </properties>
+        </dependency>
 	<dependency>
 	    <artifactId>log4j</artifactId>
 	    <groupId>log4j</groupId>