From 3a25d47f187fe7499d2d481d9a0a3411a92bfa11 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 21 Aug 2016 01:14:38 +0200 Subject: Switched from ant to gradle, had to refactor some of the tests because of the new build structure, a bit ugly but should pass --- lib/jackson-annotations-2.5.0.jar | Bin 39815 -> 0 bytes lib/jackson-core-2.5.3.jar | Bin 229998 -> 0 bytes lib/jackson-databind-2.5.3.jar | Bin 1143162 -> 0 bytes lib/junit/hamcrest-core-1.3-sources.jar | Bin 32624 -> 0 bytes lib/junit/hamcrest-core-1.3.jar | Bin 45024 -> 0 bytes lib/junit/junit-4.12-sources.jar | Bin 200355 -> 0 bytes lib/junit/junit-4.12.jar | Bin 314932 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/jackson-annotations-2.5.0.jar delete mode 100644 lib/jackson-core-2.5.3.jar delete mode 100644 lib/jackson-databind-2.5.3.jar delete mode 100644 lib/junit/hamcrest-core-1.3-sources.jar delete mode 100644 lib/junit/hamcrest-core-1.3.jar delete mode 100644 lib/junit/junit-4.12-sources.jar delete mode 100644 lib/junit/junit-4.12.jar (limited to 'lib') diff --git a/lib/jackson-annotations-2.5.0.jar b/lib/jackson-annotations-2.5.0.jar deleted file mode 100644 index 6252131..0000000 Binary files a/lib/jackson-annotations-2.5.0.jar and /dev/null differ diff --git a/lib/jackson-core-2.5.3.jar b/lib/jackson-core-2.5.3.jar deleted file mode 100644 index f3ae1ae..0000000 Binary files a/lib/jackson-core-2.5.3.jar and /dev/null differ diff --git a/lib/jackson-databind-2.5.3.jar b/lib/jackson-databind-2.5.3.jar deleted file mode 100644 index e217187..0000000 Binary files a/lib/jackson-databind-2.5.3.jar and /dev/null differ diff --git a/lib/junit/hamcrest-core-1.3-sources.jar b/lib/junit/hamcrest-core-1.3-sources.jar deleted file mode 100644 index c3c110b..0000000 Binary files a/lib/junit/hamcrest-core-1.3-sources.jar and /dev/null differ diff --git a/lib/junit/hamcrest-core-1.3.jar b/lib/junit/hamcrest-core-1.3.jar deleted file mode 100644 index 9d5fe16..0000000 Binary files a/lib/junit/hamcrest-core-1.3.jar and /dev/null differ diff --git a/lib/junit/junit-4.12-sources.jar b/lib/junit/junit-4.12-sources.jar deleted file mode 100644 index 884f92f..0000000 Binary files a/lib/junit/junit-4.12-sources.jar and /dev/null differ diff --git a/lib/junit/junit-4.12.jar b/lib/junit/junit-4.12.jar deleted file mode 100644 index 3a7fc26..0000000 Binary files a/lib/junit/junit-4.12.jar and /dev/null differ -- cgit v1.2.3