Skip to content

Commit

Permalink
Merge junit and hamcrest jars; older project versions expect hamcrest…
Browse files Browse the repository at this point in the history
… classes in junit.jar
  • Loading branch information
rjust committed Sep 12, 2024
1 parent c02a4f2 commit 5cd4ab4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions framework/projects/Collections/Collections.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ of the checked-out project version.
<project name="D4j-Collections" basedir="${basedir}">

<property name="easymock.jar" value="${d4j.dir.projects}/Collections/lib/easymock-2.0.jar"/>
<property name="hamcrest.jar" value="${d4j.dir.projects}/Collections/lib/hamcrest-core-1.3.jar"/>

<!-- Generate all debugging information -->
<property name="compile.debug" value="yes" />
Expand Down Expand Up @@ -61,7 +60,6 @@ of the checked-out project version.
<pathelement location="${classes.dir}"/>
<pathelement location="${test.classes.dir}"/>
<pathelement path="${junit.jar}" />
<pathelement location="${hamcrest.jar}"/>
<pathelement location="${easymock.jar}"/>
</path>

Expand Down
1 change: 0 additions & 1 deletion framework/projects/Lang/Lang.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ of the checked-out project version.
<pathelement path="${asm.jar}" />
<pathelement path="${easymock.jar}" />
<pathelement path="${commons-io.jar}" />
<pathelement path="${hamcrest.jar}" />
<pathelement path="${junit.jar}" />
</path>
</project>
3 changes: 1 addition & 2 deletions framework/projects/defects4j.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ project-specific build file ("project_id"/"project_id".build.xml) for the
classpath="${d4j.home}/framework/lib/ant-contrib.jar"/>

<!-- Dependencies used by all projects -->
<property name="junit.jar" value="${d4j.home}/framework/projects/lib/junit-4.12.jar"/>
<property name="hamcrest.jar" value="${d4j.home}/framework/projects/lib/hamcrest-core-1.3.jar"/>
<property name="junit.jar" value="${d4j.home}/framework/projects/lib/junit-4.12-hamcrest-1.3.jar"/>
<property name="cobertura.jar" value="${d4j.home}/framework/projects/lib/cobertura-2.0.3.jar"/>

<!-- Location of libraries of test generation tool-->
Expand Down
Binary file removed framework/projects/lib/hamcrest-core-1.3.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 5cd4ab4

Please sign in to comment.