svn commit: r1571 - logback/trunk/logback-core

Author: ceki Date: Tue Aug 21 23:12:40 2007 New Revision: 1571 Modified: logback/trunk/logback-core/pom.xml Log: It is not necessary, and actually quite counter-productive to set "testResources" in pom.xml Modified: logback/trunk/logback-core/pom.xml ============================================================================== --- logback/trunk/logback-core/pom.xml (original) +++ logback/trunk/logback-core/pom.xml Tue Aug 21 23:12:40 2007 @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.8</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -125,17 +125,6 @@ </plugin> </plugins> - <testResources> - <testResource> - <directory>src/test/input</directory> - <targetPath>input</targetPath> - </testResource> - <testResource> - <directory>src/test/witness</directory> - <targetPath>witness</targetPath> - </testResource> - </testResources> - </build> </project> \ No newline at end of file
participants (1)
-
noreply.ceki@qos.ch