diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-07 20:48:07 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-07 20:48:07 +0200 |
commit | 1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a (patch) | |
tree | abbe641f073953f2542db227b56da0c3e2f05a3b /deps | |
parent | 912cef7c3600317285d2a7847f06f021aef142d9 (diff) | |
download | lombok-1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a.tar.gz lombok-1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a.tar.bz2 lombok-1f9d6089cd4392eeaeef55fcc4ff0dcb5b382f3a.zip |
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.
Diffstat (limited to 'deps')
-rw-r--r-- | deps/README | 3 | ||||
-rw-r--r-- | deps/eclipse.agent/spi-0.2.3-pre.jar | bin | 23926 -> 0 bytes | |||
-rw-r--r-- | deps/lombok/tools.jar (renamed from deps/tools.jar) | bin | 12546055 -> 12546055 bytes |
3 files changed, 1 insertions, 2 deletions
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 Binary files differdeleted file mode 100644 index ecd70464..00000000 --- a/deps/eclipse.agent/spi-0.2.3-pre.jar +++ /dev/null diff --git a/deps/tools.jar b/deps/lombok/tools.jar Binary files differindex bc3e0bef..bc3e0bef 100644 --- a/deps/tools.jar +++ b/deps/lombok/tools.jar |