From 1a3bd818bd956c297fffd0ebd9d11290272f3294 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 27 Nov 2009 09:49:04 +0100 Subject: Added cmdreader dependency, as delombok uses it to have a nice command line. --- .classpath | 1 + lib/lombok/com.zwitserloot.cmdreader.jar | Bin 0 -> 19426 bytes 2 files changed, 1 insertion(+) create mode 100644 lib/lombok/com.zwitserloot.cmdreader.jar diff --git a/.classpath b/.classpath index a33a68d9..a4aa40ee 100644 --- a/.classpath +++ b/.classpath @@ -17,5 +17,6 @@ + diff --git a/lib/lombok/com.zwitserloot.cmdreader.jar b/lib/lombok/com.zwitserloot.cmdreader.jar new file mode 100644 index 00000000..411f2a1f Binary files /dev/null and b/lib/lombok/com.zwitserloot.cmdreader.jar differ -- cgit