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

Diff of /android/Side9/build.xml

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

revision 1125 by torben, Fri Sep 24 10:11:06 2010 UTC revision 1375 by torben, Sat Apr 23 09:24:27 2011 UTC
# Line 24  Line 24 
24           application and should be checked into Version Control Systems.           application and should be checked into Version Control Systems.
25    
26           -->           -->
27            <property file="/home/app/data/android-release/build.properties" />
28      <property file="build.properties" />      <property file="build.properties" />
29    
30      <!-- The default.properties file is created and updated by the 'android'      <!-- The default.properties file is created and updated by the 'android'
# Line 47  Line 48 
48    
49  <!-- extension targets. Uncomment the ones where you want to do custom work  <!-- extension targets. Uncomment the ones where you want to do custom work
50       in between standard targets -->       in between standard targets -->
51    
52        <target name="-pre-build">
53            <echo message="--GenericJavaUtils--" />
54            <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
55            <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
56            <echo message="--GenericJavaUtils END--" />
57        </target>
58    
59  <!--  <!--
60      <target name="-pre-build">      <target name="-pre-build">
61      </target>      </target>

Legend:
Removed from v.1125  
changed lines
  Added in v.1375

  ViewVC Help
Powered by ViewVC 1.1.20