/[projects]/android/TrainInfoServiceGoogle/build.xml
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1087 by torben, Mon Sep 20 20:11:55 2010 UTC revision 1088 by torben, Tue Sep 21 06:19:06 2010 UTC
# Line 24  Line 24 
24      </copy>      </copy>
25    </target>    </target>
26    
27    <target name="compile" depends="copyjars"    <target name="libs">
28            <echo message="--TrainInfoCommon--" />
29            <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />
30            <echo message="--TrainInfoCommon END--" />
31            <copy todir="war/WEB-INF/lib">
32                <fileset dir="../TrainInfoCommon">
33                    <include name="*.jar"/>
34                </fileset>
35            </copy>
36      </target>
37    
38    
39      <target name="compile" depends="copyjars,libs"
40        description="Compiles Java source and copies other source files to the WAR.">        description="Compiles Java source and copies other source files to the WAR.">
41      <mkdir dir="war/WEB-INF/classes" />      <mkdir dir="war/WEB-INF/classes" />
42      <copy todir="war/WEB-INF/classes">      <copy todir="war/WEB-INF/classes">

Legend:
Removed from v.1087  
changed lines
  Added in v.1088

  ViewVC Help
Powered by ViewVC 1.1.20