/[projects]/CircuitBreaker/build.xml
ViewVC logotype

Diff of /CircuitBreaker/build.xml

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

revision 827 by torben, Thu Jun 10 12:43:31 2010 UTC revision 828 by torben, Thu Jun 10 21:16:56 2010 UTC
# Line 22  Line 22 
22          </target>          </target>
23    
24          <target name="compile" depends="init">          <target name="compile" depends="init">
25                  <javac srcdir="src/" destdir="${builddir}" debug="off" optimize="on" includeantruntime="false">                  <javac srcdir="src/" destdir="${builddir}" debug="off" optimize="on" includeantruntime="false" updatedProperty="didcompile">
26                          <classpath refid="path.base" />                          <classpath refid="path.base" />
27                  </javac>                  </javac>
28          </target>          </target>
29    
30    
31          <target name="test" depends="compile">          <target name="test" depends="compile" if="didcompile">
32                  <javac srcdir="test/" includeantruntime="false">                  <javac srcdir="test/" includeantruntime="false">
33                          <classpath refid="path.base" />                          <classpath refid="path.base" />
34                          <classpath path="${builddir}"/>                          <classpath path="${builddir}"/>

Legend:
Removed from v.827  
changed lines
  Added in v.828

  ViewVC Help
Powered by ViewVC 1.1.20