/[projects]/miscJava/minecraft-plugins/hoeruputils/build.xml
ViewVC logotype

Diff of /miscJava/minecraft-plugins/hoeruputils/build.xml

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

revision 1192 by torben, Tue Oct 19 17:16:40 2010 UTC revision 1193 by torben, Wed Nov 17 19:42:01 2010 UTC
# Line 19  Line 19 
19          </target>          </target>
20    
21          <target name="compile" depends="init">          <target name="compile" depends="init">
22                  <javac srcdir="src/" destdir="${builddir}" debug="off" optimize="on" includeantruntime="false" deprecation="on">                  <javac srcdir="src/" destdir="${builddir}" debug="on" optimize="on" includeantruntime="false" deprecation="on">
23                          <classpath refid="path.base" />                          <classpath refid="path.base" />
24                  </javac>                  </javac>
25          </target>          </target>

Legend:
Removed from v.1192  
changed lines
  Added in v.1193

  ViewVC Help
Powered by ViewVC 1.1.20