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

Contents of /android/TrainInfo/buildmaster.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1818 - (show annotations) (download) (as text)
Thu Jul 26 13:13:40 2012 UTC (11 years, 9 months ago) by torben
File MIME type: text/xml
File size: 1199 byte(s)
work around the new android ant build system
1 <project name="TrainInfoService" xmlns:ivy="antlib:org.apache.ivy.ant">
2 <!--property name="glassfish" value="/home/app/glassfishv3/glassfish" /-->
3
4
5
6 <target name="libs">
7 <echo message="--TrainInfoCommon--" />
8 <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />
9 <copy todir="libs">
10 <fileset dir="../TrainInfoCommon">
11 <include name="*.jar"/>
12 </fileset>
13 </copy>
14 <echo message="--TrainInfoCommon END--" />
15
16 <echo message="--GenericJavaUtils--" />
17 <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
18 <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
19 <echo message="--GenericJavaUtils END--" />
20
21 </target>
22
23 <target name="debug" depends="libs">
24 <echo message="--TrainInfoClient--" />
25 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="debug"/>
26 </target>
27
28 <target name="release" depends="libs">
29 <echo message="--TrainInfoClient--" />
30 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="release"/>
31 </target>
32
33 </project>

  ViewVC Help
Powered by ViewVC 1.1.20