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

Diff of /android/Side9/buildclient.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 1361 by torben, Wed Apr 20 19:23:56 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 47  Line 47 
47    
48  <!-- extension targets. Uncomment the ones where you want to do custom work  <!-- extension targets. Uncomment the ones where you want to do custom work
49       in between standard targets -->       in between standard targets -->
50    
51        <target name="-pre-build">
52            <echo message="--GenericJavaUtils--" />
53            <ant dir="../GenericJavaUtils/" antfile="../GenericJavaUtils/build.xml" inheritAll="false" />
54            <copy file="../GenericJavaUtils/GenericJavaUtils.jar" todir="libs" />
55            <echo message="--GenericJavaUtils END--" />
56        </target>
57    
58  <!--  <!--
59      <target name="-pre-build">      <target name="-pre-build">
60      </target>      </target>

Legend:
Removed from v.1124  
changed lines
  Added in v.1361

  ViewVC Help
Powered by ViewVC 1.1.20