[logback-dev] svn commit: r692 - logback/trunk/logback-classic

noreply.seb at qos.ch noreply.seb at qos.ch
Mon Oct 16 15:53:46 CEST 2006


Author: seb
Date: Mon Oct 16 15:53:46 2006
New Revision: 692

Modified:
   logback/trunk/logback-classic/pom.xml

Log:
corrected test resources declaration

Modified: logback/trunk/logback-classic/pom.xml
==============================================================================
--- logback/trunk/logback-classic/pom.xml	(original)
+++ logback/trunk/logback-classic/pom.xml	Mon Oct 16 15:53:46 2006
@@ -130,9 +130,9 @@
 				<directory>src/test/input</directory>
 				<targetPath>input</targetPath>
 			</testResource>
-						<testResource>
+			<testResource>
 				<directory>src/test/resources</directory>
-				<targetPath>resources</targetPath>
+				<targetPath>/</targetPath>
 			</testResource>
 		</testResources>
 	</build>



More information about the logback-dev mailing list