diff options
| author | Thomas Koch <thomas@koch.ro> | 2022-04-05 14:36:19 +0000 |
|---|---|---|
| committer | Thomas Koch <thomas@koch.ro> | 2022-04-08 18:33:20 +0000 |
| commit | 8fbd6386fdf76f98ed1fa8a73b3f8c6cfa618ed9 (patch) | |
| tree | c390849a563d87df23bf3c23befb62fac26b402a /libt | |
| parent | 4c0ae2ca3683ec6ecce806834e989d6cb8a4daf9 (diff) | |
use ivy to manage jars
Diffstat (limited to 'libt')
| -rw-r--r-- | libt/.gitignore | 4 | ||||
| -rw-r--r-- | libt/hamcrest-2.2.jar | bin | 123360 -> 0 bytes | |||
| -rw-r--r-- | libt/hamcrest-core-2.2.jar | bin | 1499 -> 0 bytes | |||
| -rw-r--r-- | libt/hamcrest-library-2.2.jar | bin | 1537 -> 0 bytes | |||
| -rw-r--r-- | libt/junit-4.13.jar | bin | 381765 -> 0 bytes |
5 files changed, 4 insertions, 0 deletions
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 Binary files differdeleted file mode 100644 index 71065788d..000000000 --- a/libt/hamcrest-2.2.jar +++ /dev/null diff --git a/libt/hamcrest-core-2.2.jar b/libt/hamcrest-core-2.2.jar Binary files differdeleted file mode 100644 index 3068f1dd8..000000000 --- a/libt/hamcrest-core-2.2.jar +++ /dev/null diff --git a/libt/hamcrest-library-2.2.jar b/libt/hamcrest-library-2.2.jar Binary files differdeleted file mode 100644 index 08bcfa004..000000000 --- a/libt/hamcrest-library-2.2.jar +++ /dev/null diff --git a/libt/junit-4.13.jar b/libt/junit-4.13.jar Binary files differdeleted file mode 100644 index acc3c4320..000000000 --- a/libt/junit-4.13.jar +++ /dev/null |
