/[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 1126 by torben, Fri Sep 24 10:13:47 2010 UTC revision 1374 by torben, Sat Apr 23 08:47:43 2011 UTC
# Line 24  Line 24 
24           application and should be checked into Version Control Systems.           application and should be checked into Version Control Systems.
25    
26           -->           -->
27        <property file="/home/app/data/android-release/build.properties" />
28      <property file="build.properties" />      <property file="build.properties" />
29    
30      <!-- The default.properties file is created and updated by the 'android'      <!-- The default.properties file is created and updated by the 'android'
# Line 53  Line 54 
54    
55                  <echo message="--TrainInfoCommon--" />                  <echo message="--TrainInfoCommon--" />
56                  <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />                  <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />
                 <echo message="--TrainInfoCommon END--" />  
57                  <copy todir="libs">                  <copy todir="libs">
58                          <fileset dir="../TrainInfoCommon">                          <fileset dir="../TrainInfoCommon">
59                                  <include name="*.jar"/>                                  <include name="*.jar"/>
60                          </fileset>                          </fileset>
61                  </copy>                  </copy>
62                    <echo message="--TrainInfoCommon END--" />
63    
64                    <echo message="--GenericJavaUtils--" />
65                    <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
66                    <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
67                    <echo message="--GenericJavaUtils END--" />
68    
69          </target>          </target>
70                    

Legend:
Removed from v.1126  
changed lines
  Added in v.1374

  ViewVC Help
Powered by ViewVC 1.1.20