More Mavenization. . .

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@19 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
David Dixon-Peugh 2002-06-24 16:23:04 +00:00
parent 14be2fdfc0
commit 41ed404731
2 changed files with 1 additions and 12 deletions

View File

@ -12,14 +12,6 @@
<!-- Set default values for the build --> <!-- Set default values for the build -->
<property file="project.properties" /> <property file="project.properties" />
<target name="test-data">
<javac srcdir="src/test-data"
destdir="test-data" />
<javac srcdir="src/example"
destdir="test-data" />
</target>
<!-- maven:start --> <!-- maven:start -->
<!-- ======================================================== --> <!-- ======================================================== -->

View File

@ -21,7 +21,6 @@ in the code. Currently, PMD supports:
<li>Unecessary Object Creation</li> <li>Unecessary Object Creation</li>
</ul> </ul>
More tests to come. More tests to come.
</ul>
]]> ]]>
</description> </description>
<shortDescription>PMD Source Checker</shortDescription> <shortDescription>PMD Source Checker</shortDescription>
@ -92,7 +91,7 @@ More tests to come.
<aspectSourceDirectory></aspectSourceDirectory> <aspectSourceDirectory></aspectSourceDirectory>
<unitTestPatterns> <unitTestPatterns>
<unitTestPattern>include=**/Test*.java</unitTestPattern> <unitTestPattern>include=**/*Test.java</unitTestPattern>
</unitTestPatterns> </unitTestPatterns>
<integrationUnitTestPatterns /> <integrationUnitTestPatterns />
@ -103,8 +102,6 @@ More tests to come.
<jarResources> <jarResources>
</jarResources> </jarResources>
<checkstyle>
</checkstyle>
<jars> <jars>
</jars> </jars>
</build> </build>