[Picross-commit] SF.net SVN: picross:[115] branches/engine_split/android
Status: Pre-Alpha
Brought to you by:
yvan_norsa
From: <yva...@us...> - 2013-01-14 09:30:41
|
Revision: 115 http://sourceforge.net/p/picross/code/115 Author: yvan_norsa Date: 2013-01-14 09:30:39 +0000 (Mon, 14 Jan 2013) Log Message: ----------- android integration into build script Modified Paths: -------------- branches/engine_split/android/custom_rules.xml Added Paths: ----------- branches/engine_split/android/extraData/ branches/engine_split/android/extraData/gameModes/ Removed Paths: ------------- branches/engine_split/android/extraData/META-INF/services/ branches/engine_split/android/servicesData/ Modified: branches/engine_split/android/custom_rules.xml =================================================================== --- branches/engine_split/android/custom_rules.xml 2013-01-14 09:29:22 UTC (rev 114) +++ branches/engine_split/android/custom_rules.xml 2013-01-14 09:30:39 UTC (rev 115) @@ -1,10 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="PicrossDroid-custom"> + <target name="-post-compile"> + <copy todir="${out.classes.absolute.dir}/picross"> + <fileset dir="extraData/picross" /> + </copy> + </target> + <target name="-post-package"> <jar destfile="${out.packaged.file}" update="true"> - <fileset dir="servicesData"/> + <fileset dir="extraData/gameModes"/> </jar> </target> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |