/[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 1406 by torben, Wed Apr 20 19:28:32 2011 UTC revision 1407 by torben, Mon May 2 09:38:27 2011 UTC
# Line 47  Line 47 
47    
48    
49          <target name="compile" depends="init,libs">          <target name="compile" depends="init,libs">
50                  <javac srcdir="src/" destdir="${builddir}" debug="on" optimize="on" includeantruntime="false">                  <javac srcdir="src/" destdir="${builddir}" debug="on" optimize="on" includeantruntime="false" encoding="UTF-8">
51                          <classpath refid="path.base" />                          <classpath refid="path.base" />
52                  </javac>                  </javac>
53          </target>          </target>

Legend:
Removed from v.1406  
changed lines
  Added in v.1407

  ViewVC Help
Powered by ViewVC 1.1.20