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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user