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

Contents of /android/TrainInfo/buildmaster.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1823 - (show annotations) (download) (as text)
Thu Jul 26 14:55:26 2012 UTC (11 years, 9 months ago) by torben
File MIME type: text/xml
File size: 1293 byte(s)
more ant
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 <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="../AndroidUtils/libs" />
20 <echo message="--GenericJavaUtils END--" />
21
22 </target>
23
24 <target name="debug" depends="libs">
25 <echo message="--TrainInfoClient--" />
26 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="debug"/>
27 </target>
28
29 <target name="release" depends="libs">
30 <echo message="--TrainInfoClient--" />
31 <ant dir="." antfile="./buildclient.xml" inheritAll="true" target="release"/>
32 </target>
33
34 </project>

  ViewVC Help
Powered by ViewVC 1.1.20