Remove old goals accidentally added back

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-28 05:15:00 +00:00
parent 5e017f2779
commit 8f52d851b7
2 changed files with 0 additions and 24 deletions

View File

@@ -13,16 +13,4 @@
<ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
</goal>
<goal name="clean:classes"
description="Remove all build and test classes">
<ant:delete dir="${maven.build.dest}"/>
<ant:delete dir="${maven.test.dest}"/>
</goal>
<goal name="clean:docs"
description="Remove all docs and generated xdocs">
<ant:delete dir="${maven.gen.docs}"/>
<ant:delete dir="${maven.docs.dest}"/>
</goal>
</project>

View File

@@ -13,16 +13,4 @@
<ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
</goal>
<goal name="clean:classes"
description="Remove all build and test classes">
<ant:delete dir="${maven.build.dest}"/>
<ant:delete dir="${maven.test.dest}"/>
</goal>
<goal name="clean:docs"
description="Remove all docs and generated xdocs">
<ant:delete dir="${maven.gen.docs}"/>
<ant:delete dir="${maven.docs.dest}"/>
</goal>
</project>