/[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 1124 by torben, Fri Sep 24 09:59:53 2010 UTC revision 1375 by torben, Sat Apr 23 09:24:27 2011 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <project name="." default="help">  <project name="Side9" default="help">
3    
4  <!-- The local.properties file is created and updated by the 'android'  <!-- The local.properties file is created and updated by the 'android'
5       tool.       tool.
# 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.1124  
changed lines
  Added in v.1375

  ViewVC Help
Powered by ViewVC 1.1.20