Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CASE-Examples review #90

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "dependencies/CASE-Examples"]
path = dependencies/CASE-Examples
url = https://github.com/casework/CASE-Examples.git
branch = master
[submodule "dependencies/casework.github.io"]
path = dependencies/casework.github.io
url = https://github.com/casework/casework.github.io.git
Expand Down
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ all: \
git submodule update --init
touch $@

.git_submodule_init-CASE-Examples.done.log: \
dependencies/CASE-Examples/.gitmodules
$(MAKE) \
PYTHON3=$(PYTHON3) \
--directory dependencies/CASE-Examples \
.git_submodule_init.done.log
touch $@

.git_submodule_init-casework.github.io.done.log: \
.git_submodule_init-CASE-Examples.done.log \
dependencies/casework.github.io/.gitmodules
$(MAKE) \
PYTHON3=$(PYTHON3) \
Expand Down Expand Up @@ -106,7 +97,6 @@ clean: \
clean
@rm -f \
.git_submodule_init.done.log \
dependencies/CASE-Examples/.git_submodule_init.done.log \
dependencies/casework.github.io/.git_submodule_init.done.log

clean-figures:
Expand All @@ -119,12 +109,6 @@ clean-tests:
--directory tests \
clean

# This recipe guarantees a timestamp update order, and is otherwise a nop.
dependencies/CASE-Examples/.gitmodules: \
.git_submodule_init.done.log
test -r $@
touch $@

# This recipe guarantees a timestamp update order, and is otherwise a nop.
dependencies/casework.github.io/.gitmodules: \
.git_submodule_init.done.log
Expand Down
2 changes: 1 addition & 1 deletion case_prov/shapes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ all: \
.%.ttl-check: \
%.ttl \
$(top_srcdir)/.git_submodule_init.done.log
java -jar $(top_srcdir)/dependencies/CASE-Examples/dependencies/CASE-develop/dependencies/UCO/lib/rdf-toolkit.jar \
java -jar $(top_srcdir)/dependencies/casework.github.io/dependencies/CASE-develop/dependencies/UCO/lib/rdf-toolkit.jar \
--inline-blank-nodes \
--source $< \
--source-format turtle \
Expand Down
1 change: 0 additions & 1 deletion dependencies/CASE-Examples
Submodule CASE-Examples deleted from 689d31
2 changes: 1 addition & 1 deletion figures/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL := /bin/bash

top_srcdir := $(shell cd .. ; pwd)

rdf_toolkit_jar := $(top_srcdir)/dependencies/CASE-Examples/dependencies/CASE-develop/dependencies/UCO/lib/rdf-toolkit.jar
rdf_toolkit_jar := $(top_srcdir)/dependencies/casework.github.io/dependencies/CASE-develop/dependencies/UCO/lib/rdf-toolkit.jar

all: \
readme-actions-ordered-by-timestamp-constraints.log \
Expand Down
51 changes: 0 additions & 51 deletions tests/CASE-Examples/examples/illustrations/Makefile

This file was deleted.

65 changes: 0 additions & 65 deletions tests/CASE-Examples/examples/illustrations/Oresteia/Makefile

This file was deleted.

Loading
Loading