removing unnecessary part of the pom; no xml files in lang's test directory

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@473651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2006-11-11 06:21:29 +00:00
parent abd5f7e5dd
commit ad895a71ef
1 changed files with 0 additions and 8 deletions

View File

@ -414,14 +414,6 @@ limitations under the License.
<excludes>
<exclude>**/AllLangTestSuite.java</exclude>
</excludes>
<resources>
<resource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</unitTest>
</build>
<reports>