
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>
11 lines
562 B
XML
11 lines
562 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/GWT"/>
|
|
<classpathentry kind="lib" path="lib/gson.jar" sourcepath="lib/gson_src.zip"/>
|
|
<classpathentry kind="lib" path="lib/gwtjsonrpc.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-codec.jar"/>
|
|
<classpathentry kind="output" path="classes"/>
|
|
</classpath>
|