/[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 1641 by torben, Mon Nov 28 20:32:27 2011 UTC revision 1822 by torben, Thu Jul 26 14:54:09 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" />      <!--loadproperties srcFile="local.properties" /-->
8    
9      <!-- 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
10           'android' tool to add properties to it.           'android' tool to add properties to it.
# Line 28  Line 28 
28           -->           -->
29      <property file="ant.properties" />      <property file="ant.properties" />
30    
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.
34    
# Line 45  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.1641  
changed lines
  Added in v.1822

  ViewVC Help
Powered by ViewVC 1.1.20