svn commit: r949914 - /forrest/trunk/plugins/build.xml

[email protected]
Newsgroups gmane.text.xml.forrest.cvs
Message-ID <[email protected]>
Author: crossley
Date: Tue Jun  1 02:15:30 2010
New Revision: 949914

URL: http://svn.apache.org/viewvc?rev=949914&view=rev
Log:
The plugins 'clean' target should remove previously built classes.
Issue: FOR-1195

Modified:
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=949914&r1=949913&r2=949914&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Tue Jun  1 02:15:30 2010
@@ -109,6 +109,7 @@
   <target name="clean" depends="init">
     <delete dir="${forrest.plugins.localDeploy.dir}/${plugin-name}"/>
     <delete dir="${forrest.plugins.dist.dir}"/>
+    <delete dir="${build.classes}"/>
   </target>
   <target name="local-deploy"
           description="Deploy a plugin locally"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.