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

Diff of /android/TrainInfo/buildclient.xml

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

revision 1818 by torben, Thu Jul 26 13:13:40 2012 UTC revision 1819 by torben, Thu Jul 26 13:24:51 2012 UTC
# Line 49  Line 49 
49      />      />
50    
51    
     <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>  
52    
53    
54  <!-- 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.1818  
changed lines
  Added in v.1819

  ViewVC Help
Powered by ViewVC 1.1.20