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

Diff of /android/TrainInfoServiceGoogle/build.xml

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

revision 1089 by torben, Tue Sep 21 07:41:42 2010 UTC revision 1996 by torben, Sat Jul 6 09:33:04 2013 UTC
# Line 1  Line 1 
1  <project name="Guestbook" default="datanucleusenhance">  <project name="Guestbook" default="datanucleusenhance">
2    <property name="sdk.dir" location="/home/torben/inst/appengine-java-sdk-1.3.7/" />    <property name="sdk.dir" location="/mnt/qnap/xen/tools/appengine-java-sdk-1.6.0/" />
3    
4    <import file="${sdk.dir}/config/user/ant-macros.xml" />    <import file="${sdk.dir}/config/user/ant-macros.xml" />
5    
# Line 22  Line 22 
22          <include name="**/*.jar" />          <include name="**/*.jar" />
23        </fileset>        </fileset>
24      </copy>      </copy>
25    </target>    </target>  
26    
27    <target name="libs">    <target name="libs">
28          <echo message="--CircuitBreaker--" />          <echo message="--CircuitBreaker--" />
# Line 94  Line 94 
94      </appcfg>      </appcfg>
95    </target>    </target>
96    
97      <target name="clean">
98        <delete dir="war/WEB-INF/classes" />
99        <delete dir="war/WEB-INF/appengine-generated" />
100      </target>
101    
102  </project>  </project>

Legend:
Removed from v.1089  
changed lines
  Added in v.1996

  ViewVC Help
Powered by ViewVC 1.1.20