[Phpbbproject-svn] SF.net SVN: phpbbproject:[312] trunk/build.xml
phpBB download manager, mainly aimed at MOD authors
Status: Planning
Brought to you by:
lord_le_brand
From: <lor...@us...> - 2014-10-22 19:03:39
|
Revision: 312 http://sourceforge.net/p/phpbbproject/svn/312 Author: lord_le_brand Date: 2014-10-22 19:03:35 +0000 (Wed, 22 Oct 2014) Log Message: ----------- Build update Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2014-10-22 18:39:47 UTC (rev 311) +++ trunk/build.xml 2014-10-22 19:03:35 UTC (rev 312) @@ -21,8 +21,11 @@ </target> <target name="build"> - + <copy todir="${dir.output}"> + <fileset dir="target/3.0.12" /> + </copy> </target> + <target name="test"> <mkdir dir="${phpunit.output.xml.dir}"/> <mkdir dir="${phpunit.output.html.dir}"/> @@ -37,6 +40,8 @@ style="${junit.style}" /> </target> + <target name="clean"> + <delete dir="${dir.output}"/> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |