[virtualcommons-svn] SF.net SVN: virtualcommons:[111] foraging/trunk/build.xml
Status: Beta
Brought to you by:
alllee
From: <al...@us...> - 2009-04-20 03:17:22
|
Revision: 111 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=111&view=rev Author: alllee Date: 2009-04-20 03:17:21 +0000 (Mon, 20 Apr 2009) Log Message: ----------- separating configuration target out. Need to fix some bugs in the mobile resource visualization Modified Paths: -------------- foraging/trunk/build.xml Modified: foraging/trunk/build.xml =================================================================== --- foraging/trunk/build.xml 2009-04-20 02:00:43 UTC (rev 110) +++ foraging/trunk/build.xml 2009-04-20 03:17:21 UTC (rev 111) @@ -190,7 +190,7 @@ </target> - <target name='server-jar' depends='compile'> + <target name='server-jar' depends='compile, configure'> <antcall target='build-jar'> <param name='main.class' value='${server.class}'/> <param name='jar.name' value='server.jar'/> @@ -253,6 +253,9 @@ <copy todir='${build.dir}/images'> <fileset dir='${resources.dir}/images'/> </copy> + </target> + + <target name='configure'> <copy todir='${build.dir}/conf'> <fileset dir='${conf.dir}'/> <filterset> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |