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

Diff of /android/TrainInfoService/build.xml

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

revision 826 by torben, Thu Jun 10 16:16:38 2010 UTC revision 863 by torben, Wed Jun 16 15:20:26 2010 UTC
# Line 18  Line 18 
18          </target>          </target>
19    
20          <target name="libs">          <target name="libs">
21                    <echo message="--CircuitBreaker--" />
22                  <ant dir="../CircuitBreaker/" antfile="../CircuitBreaker/build.xml" inheritAll="false" />                  <ant dir="../CircuitBreaker/" antfile="../CircuitBreaker/build.xml" inheritAll="false" />
23                    <echo message="--CircuitBreaker END--" />
24                  <copy file="../CircuitBreaker/CircuitBreaker.jar" todir="WebContent/WEB-INF/lib" />                  <copy file="../CircuitBreaker/CircuitBreaker.jar" todir="WebContent/WEB-INF/lib" />
25          </target>          </target>
26    
27    
28    
29          <target name="compile" depends="init,libs">          <target name="compile" depends="init,libs">
30                  <javac srcdir="src/" destdir="${builddir}" debug="off" optimize="on" includeantruntime="false">                  <javac srcdir="src/" destdir="${builddir}" debug="on" optimize="on" includeantruntime="false">
31                          <classpath refid="path.base" />                          <classpath refid="path.base" />
32                  </javac>                  </javac>
33          </target>          </target>

Legend:
Removed from v.826  
changed lines
  Added in v.863

  ViewVC Help
Powered by ViewVC 1.1.20