Adding back the excludes lines. The classes were excludes

as they are part of the pmd.jar.


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6145 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Romain Pelisse
2008-05-23 09:09:28 +00:00
parent f84db1bffc
commit bf5c221439

View File

@ -81,6 +81,7 @@
<jar jarfile="${dir.lib}/pmd-test-${version}.jar"
includes="test/net/sourceforge/pmd/**/**,test/net/sourceforge/pmd/testframework/**/**"
excludes="test/net/sourceforge/pmd/testframework/**/**"
basedir="${dir.build}" />
</target>