Changeset 325 for trunk/build.xml

Show
Ignore:
Timestamp:
03/03/10 13:38:57 (2 years ago)
Author:
martijn
Message:

Fix classpath in jUnit testing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r319 r325  
    8686  </target> 
    8787 
    88   <target name="test"> 
     88  <target name="test" depends="build"> 
    8989                <iterate target="test"/> 
    9090  </target>