Skip to content

Commit

Permalink
Use generic files for junit and hamcrest (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 20, 2024
1 parent 52b041a commit b86c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<fileset dir="${lib.dir}/extra" includes="slf4j-nop${version.slf4j}.jar" excludes="*sources.jar" />
</path>
<path id="unit-classpath">
<fileset dir="${lib.dir}" includes="extra/junit-4.13.2.jar extra/hamcrest-core-1.3.jar" excludes="*sources.jar" />
<fileset dir="${lib.dir}" includes="org.junit.jar org.hamcrest.jar" excludes="*sources.jar" />
</path>
<path id="swtbot-classpath">
<fileset dir="${lib.dir}/ext/swt/swtbot" includes="*swtbot*.jar *log4j*.jar" excludes="*sources.jar" />
Expand Down

0 comments on commit b86c409

Please sign in to comment.