dion 2003/07/27 22:15:00
Modified: src/plugins-build/clean plugin.jelly
Log:
Remove old goals accidentally added back
Revision Changes Path
1.7 +0 -12 maven/src/plugins-build/clean/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.jelly 27 Jul 2003 23:33:59 -0000 1.6
+++ plugin.jelly 28 Jul 2003 05:15:00 -0000 1.7
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]