From 021665f443daf189c15a7460c92d46a9c37beeaf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 17 Jul 2009 23:39:35 +0200 Subject: Added the openjdk6 tools.jar to the deps dir. --- build.xml | 6 ++++++ deps/tools.jar | Bin 0 -> 12546055 bytes 2 files changed, 6 insertions(+) create mode 100644 deps/tools.jar diff --git a/build.xml b/build.xml index d27d6037..3464b8f5 100644 --- a/build.xml +++ b/build.xml @@ -23,6 +23,9 @@ + + + @@ -34,6 +37,9 @@ + + + diff --git a/deps/tools.jar b/deps/tools.jar new file mode 100644 index 00000000..bc3e0bef Binary files /dev/null and b/deps/tools.jar differ -- cgit