svn commit: r1573 - logback/trunk/logback-classic

Author: ceki Date: Tue Aug 21 23:17:00 2007 New Revision: 1573 Modified: logback/trunk/logback-classic/pom.xml Log: removed useless <testResources> directive Modified: logback/trunk/logback-classic/pom.xml ============================================================================== --- logback/trunk/logback-classic/pom.xml (original) +++ logback/trunk/logback-classic/pom.xml Tue Aug 21 23:17:00 2007 @@ -167,17 +167,6 @@ </plugin> </plugins> - - <testResources> - <testResource> - <directory>src/test/input</directory> - <targetPath>input</targetPath> - </testResource> - <testResource> - <directory>src/test/resources</directory> - <targetPath>/</targetPath> - </testResource> - </testResources> </build> </project> \ No newline at end of file
participants (1)
-
noreply.ceki@qos.ch