/[projects]/android/Side9/buildmaster.xml
ViewVC logotype

Contents of /android/Side9/buildmaster.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2036 - (show annotations) (download) (as text)
Thu Jul 25 07:13:28 2013 UTC (10 years, 9 months ago) by torben
File MIME type: text/xml
File size: 950 byte(s)
use buildmaster setup for side9 project
1 <project name="Side9" xmlns:ivy="antlib:org.apache.ivy.ant">
2
3 <target name="libs">
4 <echo message="--GenericJavaUtils--" />
5 <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
6 <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
7 <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="../AndroidUtils/libs" />
8 <echo message="--GenericJavaUtils END--" />
9 </target>
10
11 <target name="debug" depends="libs">
12 <echo message="--Side9--" />
13 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="debug"/>
14 </target>
15
16 <target name="release" depends="libs">
17 <echo message="--Side9--" />
18 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="release"/>
19 </target>
20
21 <target name="clean">
22 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="clean"/>
23 </target>
24
25 </project>

  ViewVC Help
Powered by ViewVC 1.1.20