From 8fbd6386fdf76f98ed1fa8a73b3f8c6cfa618ed9 Mon Sep 17 00:00:00 2001 From: Thomas Koch Date: Tue, 5 Apr 2022 14:36:19 +0000 Subject: use ivy to manage jars --- libt/.gitignore | 4 ++++ libt/hamcrest-2.2.jar | Bin 123360 -> 0 bytes libt/hamcrest-core-2.2.jar | Bin 1499 -> 0 bytes libt/hamcrest-library-2.2.jar | Bin 1537 -> 0 bytes libt/junit-4.13.jar | Bin 381765 -> 0 bytes 5 files changed, 4 insertions(+) create mode 100644 libt/.gitignore delete mode 100644 libt/hamcrest-2.2.jar delete mode 100644 libt/hamcrest-core-2.2.jar delete mode 100644 libt/hamcrest-library-2.2.jar delete mode 100644 libt/junit-4.13.jar (limited to 'libt') diff --git a/libt/.gitignore b/libt/.gitignore new file mode 100644 index 000000000..18990a45e --- /dev/null +++ b/libt/.gitignore @@ -0,0 +1,4 @@ +hamcrest-2.2.jar +hamcrest-core-2.2.jar +hamcrest-library-2.2.jar +junit-4.13.jar \ No newline at end of file diff --git a/libt/hamcrest-2.2.jar b/libt/hamcrest-2.2.jar deleted file mode 100644 index 71065788d..000000000 Binary files a/libt/hamcrest-2.2.jar and /dev/null differ diff --git a/libt/hamcrest-core-2.2.jar b/libt/hamcrest-core-2.2.jar deleted file mode 100644 index 3068f1dd8..000000000 Binary files a/libt/hamcrest-core-2.2.jar and /dev/null differ diff --git a/libt/hamcrest-library-2.2.jar b/libt/hamcrest-library-2.2.jar deleted file mode 100644 index 08bcfa004..000000000 Binary files a/libt/hamcrest-library-2.2.jar and /dev/null differ diff --git a/libt/junit-4.13.jar b/libt/junit-4.13.jar deleted file mode 100644 index acc3c4320..000000000 Binary files a/libt/junit-4.13.jar and /dev/null differ -- cgit v1.2.3