You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/09/21 19:54:25 UTC

svn commit: r448650 - in /incubator/graffito/trunk/jcr/spring: maven.xml project.xml src/java/org/apache/portals/graffito/jcr/spring/demo/ src/test-config/repository/

Author: clombart
Date: Thu Sep 21 12:54:25 2006
New Revision: 448650

URL: http://svn.apache.org/viewvc?view=rev&rev=448650
Log:
Drop empty folder - The demo is replaced by a simple unit test. 
Simplify the folder structure used to store the custom node type.

Removed:
    incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/demo/
    incubator/graffito/trunk/jcr/spring/src/test-config/repository/
Modified:
    incubator/graffito/trunk/jcr/spring/maven.xml
    incubator/graffito/trunk/jcr/spring/project.xml

Modified: incubator/graffito/trunk/jcr/spring/maven.xml
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/maven.xml?view=diff&rev=448650&r1=448649&r2=448650
==============================================================================
--- incubator/graffito/trunk/jcr/spring/maven.xml (original)
+++ incubator/graffito/trunk/jcr/spring/maven.xml Thu Sep 21 12:54:25 2006
@@ -21,8 +21,8 @@
 	</preGoal>
 
 	<goal name="testSetup">
-		<copy todir="target/repository" overwrite="true">
-			<fileset dir="src/test-config/repository" includes="**/*" />
+		<copy todir="target/repository/repository/nodetypes" overwrite="true">
+			<fileset dir="src/test-config/nodetypes" includes="**/*" />
 		</copy>
 	</goal>
 </project>

Modified: incubator/graffito/trunk/jcr/spring/project.xml
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/project.xml?view=diff&rev=448650&r1=448649&r2=448650
==============================================================================
--- incubator/graffito/trunk/jcr/spring/project.xml (original)
+++ incubator/graffito/trunk/jcr/spring/project.xml Thu Sep 21 12:54:25 2006
@@ -61,10 +61,20 @@
 		</dependency>    		
 		
 		<dependency>
-			<groupId>org.apache.jackrabbit</groupId>
-			<artifactId>jackrabbit</artifactId>
-			<version>1.0-20060108-SNAPSHOT</version>
+			<groupId>org.apache.jackrabbit</groupId>	
+			<artifactId>jackrabbit-core</artifactId>
+			<version>1.0</version>
 		</dependency>
+		<dependency>
+			<!-- slf4j-log4j12 -->
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-log4j12</artifactId>
+			<version>1.0</version>
+			<url>http://www.slf4j.org/download.html</url>
+			<!--
+			    SLF4J adapter for log4j.
+			    -->
+		</dependency>		
 				
 		<dependency>
 			<groupId>concurrent</groupId>