/[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 1639 by torben, Mon Nov 28 09:13:16 2011 UTC android/TrainInfo/buildclient.xml revision 1825 by torben, Thu Jul 26 14:58:10 2012 UTC
# Line 4  Line 4 
4      <!-- The local.properties file is created and updated by the 'android' tool.      <!-- The local.properties file is created and updated by the 'android' tool.
5           It contains the path to the SDK. It should *NOT* be checked into           It contains the path to the SDK. It should *NOT* be checked into
6           Version Control Systems. -->           Version Control Systems. -->
7      <loadproperties srcFile="local.properties" />          <property file="/home/app/data/android-release/build.properties" />
8        <!-- <loadproperties srcFile="local.properties" />  -->
9    
10      <!-- The ant.properties file can be created by you. It is only edited by the      <!-- The ant.properties file can be created by you. It is only edited by the
11           'android' tool to add properties to it.           'android' tool to add properties to it.
# Line 28  Line 29 
29           -->           -->
30      <property file="ant.properties" />      <property file="ant.properties" />
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'
34           tool, as well as ADT.           tool, as well as ADT.
35    
# Line 46  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.1639  
changed lines
  Added in v.1825

  ViewVC Help
Powered by ViewVC 1.1.20