
16 Oct
2006
16 Oct
'06
1:53 p.m.
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>