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

Diff of /android/AndroidUtils/build.xml

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

revision 1821 by torben, Thu Jul 26 13:40:36 2012 UTC revision 1822 by torben, Thu Jul 26 14:54:09 2012 UTC
# Line 28  Line 28 
28           -->           -->
29      <property file="ant.properties" />      <property file="ant.properties" />
30    
 <property name="jar.libs.dir" value="libs" />  
31    
32      <!-- The project.properties file is created and updated by the 'android'      <!-- The project.properties file is created and updated by the 'android'
33           tool, as well as ADT.           tool, as well as ADT.
# Line 47  Line 46 
46              unless="sdk.dir"              unless="sdk.dir"
47      />      />
48    
     <target name="-pre-build">  
         <echo message="--GenericJavaUtils--" />  
         <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />  
         <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />  
         <echo message="--GenericJavaUtils END--" />  
     </target>  
   
     <target name="-post-compile">  
         <delete file="libs/GenericJavaUtils.jar" />  
     </target>  
   
49    
50    
51  <!-- 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.1821  
changed lines
  Added in v.1822

  ViewVC Help
Powered by ViewVC 1.1.20