aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-11-22 23:06:04 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-11-22 23:06:04 +0100
commite151d491388a6a159e339509e4582e56ab4df02b (patch)
tree9a3e725d257cf04625536cc6c7af655a004ad725
parent8eb05b357d37b8e58cfb4ecb331371c88f1a856b (diff)
downloadlombok-e151d491388a6a159e339509e4582e56ab4df02b.tar.gz
lombok-e151d491388a6a159e339509e4582e56ab4df02b.tar.bz2
lombok-e151d491388a6a159e339509e4582e56ab4df02b.zip
Clarified the need to run ant eclipse in README.
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 17c4deaa..c2cb3b50 100644
--- a/README
+++ b/README
@@ -6,6 +6,8 @@ To start, run:
ant -projecthelp
+HINT: If you'd like to develop lombok in eclipse, run 'ant eclipse' first. It creates the necessary project infrastructure and downloads dependencies.
+
Project Authors:
Reinier Zwitserloot