File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106
107107 <!-- Construct compile classpath -->
108108 <path id =" downloaded.lib.classpath" >
109- <pathelement location =" ${ download.lib.dir } /junit.jar" />
109+ <pathelement location =" ${ download.lib.dir } /junit- ${ junit.version } .jar" />
110110 </path >
111111
112112<!-- ========== Test Execution Defaults =================================== -->
335335 <target name =" download-junit" unless =" junit.found" >
336336 <echo message =" Downloading junit..." />
337337 <mkdir dir =" ${ download.lib.dir } " />
338- <get dest =" ${ download.lib.dir } /junit.jar"
338+ <!-- TODO check hash of jar -->
339+ <get dest =" ${ download.lib.dir } "
339340 usetimestamp =" true" ignoreerrors =" true"
340- src =" https ://github.com/downloads/KentBeck /junit/junit-4.10 .jar" />
341+ src =" http ://repo1.maven.org/maven2/junit /junit/${ junit.version } /junit- ${ junit.version } .jar" />
341342 </target >
342343
343344</project >
You can’t perform that action at this time.
0 commit comments