Update to gwtjsonrpc 1.3

This also moves some code out of the server CLASSPATH,
fixing build issues in one of my hosting environments.

The change also shrinks the built WAR from 38M to 23M
by excluding the now unnecessary GWT server code.

Change-Id: Id9529f01c4dcf807a1197ac4dccb2a45507fa841
This commit is contained in:
Shawn O. Pearce
2012-04-08 17:37:57 -07:00
parent 78f15571e5
commit 34ab4294cd
75 changed files with 187 additions and 165 deletions

View File

@@ -36,7 +36,7 @@ import com.google.gerrit.server.project.InvalidChangeOperationException;
import com.google.gerrit.server.project.NoSuchChangeException;
import com.google.gerrit.server.util.RequestScopePropagator;
import com.google.gerrit.server.workflow.FunctionState;
import com.google.gwtjsonrpc.client.VoidResult;
import com.google.gwtjsonrpc.common.VoidResult;
import com.google.gwtorm.server.OrmException;
import com.google.gwtorm.server.SchemaFactory;
import com.google.inject.Inject;