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

Diff of /android/TrainInfo/build.xml

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

revision 1358 by torben, Fri Sep 24 10:13:47 2010 UTC revision 1359 by torben, Wed Apr 20 19:17:56 2011 UTC
# Line 53  Line 53 
53    
54                  <echo message="--TrainInfoCommon--" />                  <echo message="--TrainInfoCommon--" />
55                  <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />                  <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />
                 <echo message="--TrainInfoCommon END--" />  
56                  <copy todir="libs">                  <copy todir="libs">
57                          <fileset dir="../TrainInfoCommon">                          <fileset dir="../TrainInfoCommon">
58                                  <include name="*.jar"/>                                  <include name="*.jar"/>
59                          </fileset>                          </fileset>
60                  </copy>                  </copy>
61                    <echo message="--TrainInfoCommon END--" />
62    
63                    <echo message="--GenericJavaUtils--" />
64                    <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
65                    <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
66                    <echo message="--GenericJavaUtils END--" />
67    
68          </target>          </target>
69                    

Legend:
Removed from v.1358  
changed lines
  Added in v.1359

  ViewVC Help
Powered by ViewVC 1.1.20