aboutsummaryrefslogtreecommitdiff
path: root/lib/README
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-10-11 07:54:25 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-10-11 07:54:25 +0200
commit310862d94e3a4705faf0d2b6ed9cdb40247b39ca (patch)
tree473e2aa65e2cf064181193a15bab633e81bb0c11 /lib/README
parente2ffd58f81b6762429d0f27dc9977aa0e1721ae6 (diff)
downloadlombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.tar.gz
lombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.tar.bz2
lombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.zip
Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that installs, is a javac apt processor, and an agent, all at once.
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/README b/lib/README
index 1e605c10..e776bb9c 100644
--- a/lib/README
+++ b/lib/README
@@ -1,5 +1,4 @@
'lib' is defined as those things which are required when actually running lombok.
-The main lombok code requires all libraries in the 'lombok' directory, whilst the agents
-require the contents of both the 'agent' directory and the agent's specific directory (e.g. 'eclipse.agent').
+The main lombok code requires all libraries in the 'lombok' directory.
For dependencies which are required only at compile time, see the 'deps' directory.