Skip to content

Commit 034874c

Browse files
committed
Update rdf-toolkit pointer to use update to original download location
References: * [AC-183] Apply minimal CASE-Utilities-Python updates to use CASE 0.4.0 and UCO 0.6.0 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 491aee6 commit 034874c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/case_file/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ tests_srcdir := $(top_srcdir)/tests
1919

2020
qc_srcdir := $(top_srcdir)/dependencies/CASE-Examples-QC
2121

22-
case_srcdir := $(qc_srcdir)/dependencies/CASE-Examples/dependencies/CASE
23-
24-
RDF_TOOLKIT_JAR := $(case_srcdir)/lib/rdf-toolkit.jar
22+
RDF_TOOLKIT_JAR := $(qc_srcdir)/dependencies/CASE-Examples/dependencies/CASE-0.3.0/CASE/lib/rdf-toolkit.jar
2523

2624
COMM ?= $(shell which gcomm 2>/dev/null || which comm)
2725
ifeq ($(COMM),)

0 commit comments

Comments
 (0)