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

Diff of /android/TrainInfo/buildclient.xml

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

android/TrainInfo/build.xml revision 1817 by torben, Thu Jul 26 12:40:28 2012 UTC android/TrainInfo/buildclient.xml revision 1825 by torben, Thu Jul 26 14:58:10 2012 UTC
# Line 28  Line 28 
28    
29           -->           -->
30      <property file="ant.properties" />      <property file="ant.properties" />
 <property name="jar.libs.dir" value="libs" />  
31    
32    
33      <!-- The project.properties file is created and updated by the 'android'      <!-- The project.properties file is created and updated by the 'android'
# Line 49  Line 48 
48      />      />
49    
50    
     <target name="-pre-build">  
   
         <echo message="--TrainInfoCommon--" />  
         <ant dir="../TrainInfoCommon/" antfile="../TrainInfoCommon/build.xml" inheritAll="false" />  
         <copy todir="libs">  
             <fileset dir="../TrainInfoCommon">  
                 <include name="*.jar"/>  
             </fileset>  
         </copy>  
         <echo message="--TrainInfoCommon END--" />  
   
         <echo message="--GenericJavaUtils--" />  
         <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />  
         <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />  
         <echo message="--GenericJavaUtils END--" />  
   
     </target>  
51    
52    
53  <!-- extension targets. Uncomment the ones where you want to do custom work  <!-- extension targets. Uncomment the ones where you want to do custom work

Legend:
Removed from v.1817  
changed lines
  Added in v.1825

  ViewVC Help
Powered by ViewVC 1.1.20