1
0

fix invalid project.xml descriptor

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@162107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter
2005-04-21 02:03:27 +00:00
parent d452378887
commit eedeb3cdb4

View File

@@ -200,13 +200,9 @@ the unit tests run by custom ant target which perform configuration
before the tests are run. before the tests are run.
There is no easy way to run these under maven at the moment. There is no easy way to run these under maven at the moment.
--> -->
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes> <includes>
<include>**/AvalonLoggerTest.java</include> <include>**/AvalonLoggerTest.java</include>
</includes> </includes>
<resources>
<resource>**/*.properties</resource>
</resources>
</unitTest> </unitTest>
</build> </build>