[Fb-contrib-commit] SF.net SVN: fb-contrib: [859] trunk/fb-contrib/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2007-02-14 07:01:15
|
Revision: 859
http://svn.sourceforge.net/fb-contrib/?rev=859&view=rev
Author: dbrosius
Date: 2007-02-13 23:01:14 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
make sure temp 'plugin' directory is deleted
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2007-02-14 06:58:27 UTC (rev 858)
+++ trunk/fb-contrib/build.xml 2007-02-14 07:01:14 UTC (rev 859)
@@ -33,6 +33,7 @@
<include name="**/*.class"/>
</fileset>
</delete>
+ <delete dir="${basedir}/plugin"/>
</target>
<target name="-init" description="prepares repository for a build">
@@ -161,7 +162,7 @@
failOnError="true">
<class location="${basedir}/fb-contrib.jar"/>
</findbugs>
- <!--<delete dir="${basedir}/plugin"/>-->
+ <delete dir="${basedir}/plugin"/>
</target>
<target name="build" depends="clean, -init, validate_xml, compile, compile_samples, jar" description="builds the plugin jar">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|