From 1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 7 Oct 2009 20:48:07 +0200 Subject: build.xml was getting rather large, so its been split up into separate scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now. --- deps/README | 3 +-- deps/eclipse.agent/spi-0.2.3-pre.jar | Bin 23926 -> 0 bytes deps/lombok/tools.jar | Bin 0 -> 12546055 bytes deps/tools.jar | Bin 12546055 -> 0 bytes 4 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 deps/eclipse.agent/spi-0.2.3-pre.jar create mode 100644 deps/lombok/tools.jar delete mode 100644 deps/tools.jar (limited to 'deps') diff --git a/deps/README b/deps/README index cda42040..3a260349 100644 --- a/deps/README +++ b/deps/README @@ -1,5 +1,4 @@ 'deps' are defined as those things which are required to compile or develop lombok, but which aren't required when -actually running lombok. The main lombok code is dependent on all libraries in the 'lombok' directory, whilst the agents -are dependent on both the contents of the 'agent' directory and the agent's specific directory (e.g. 'eclipse.agent'). +actually running lombok. For dependencies which need to be available at runtime, see the 'lib' directory. diff --git a/deps/eclipse.agent/spi-0.2.3-pre.jar b/deps/eclipse.agent/spi-0.2.3-pre.jar deleted file mode 100644 index ecd70464..00000000 Binary files a/deps/eclipse.agent/spi-0.2.3-pre.jar and /dev/null differ diff --git a/deps/lombok/tools.jar b/deps/lombok/tools.jar new file mode 100644 index 00000000..bc3e0bef Binary files /dev/null and b/deps/lombok/tools.jar differ diff --git a/deps/tools.jar b/deps/tools.jar deleted file mode 100644 index bc3e0bef..00000000 Binary files a/deps/tools.jar and /dev/null differ -- cgit