Files
gerrit/README_ECLIPSE
Shawn O. Pearce 23571ab1fa Initial project setup of Gerrit 2
Gerrit 2 is a ground-up rewrite of Gerrit, using GWT (Google Web
Toolkit) for the client side user interface and a Java servlet
based backend.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-11-14 16:59:34 -08:00

19 lines
307 B
Plaintext

Eclipse Setup
=============
User Library
------------
Window > Preferences
Java > Build Path > User Libraries
Create a User Library called "GWT":
New
Name: GWT
Add JARs...
* Select gwt-user.jar from the $(GWT_SDK) directory.
* Select gwt-dev-$(GWT_OS).jar from the $(GWT_SDK) directory.