From 466fc44671b5c96c021b111aab19131c5adf1832 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 9 Jun 2009 20:55:58 +0200 Subject: Build system splits the jars in two. --- .classpath | 2 +- build.xml | 45 +++++++++++++++++++++++++++++---------------- version.txt | 1 + 3 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 version.txt diff --git a/.classpath b/.classpath index 3db29c3e..728ca1d9 100644 --- a/.classpath +++ b/.classpath @@ -11,6 +11,6 @@ - + diff --git a/build.xml b/build.xml index f2d1b635..2812017d 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,16 @@ + + + - + - + + + @@ -17,33 +22,41 @@ - - - - + + + + + + + + lombok.apt.Processor + + + + + - - - lombok.apt.Processor - - + + + + + - - - - + + - + + diff --git a/version.txt b/version.txt new file mode 100644 index 00000000..6c6aa7cb --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file -- cgit