Skip to content

Commit

Permalink
Set property for hamcrest (no longer included in junit jar).
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Sep 12, 2024
1 parent 2611ca2 commit e98ed99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions framework/projects/Lang/Lang.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ 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>
1 change: 1 addition & 0 deletions framework/projects/defects4j.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ project-specific build file ("project_id"/"project_id".build.xml) for the

<!-- 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="cobertura.jar" value="${d4j.home}/framework/projects/lib/cobertura-2.0.3.jar"/>

<!-- Location of libraries of test generation tool-->
Expand Down

0 comments on commit e98ed99

Please sign in to comment.