Merging releases/1.6@4385:4459 into trunk. svn merge --accept=postpone -r4385:4459 https://google-web-toolkit.googlecode.com/svn/releases/1.6 . I had to manually merge the following things: - Consistent line endings for ProxyCreator; 1.6@4388 - PermutationWorkerFactory actually fails compiles on error; 1.6@4405 - CompilingClassLoader CompilationUnit-based JSNI injection (for Emma); 1.6@4446 - Pruner sort & format; 1.6@4458 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4488 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/JSON/.classpath b/eclipse/samples/JSON/.classpath index 8996e78..26f2949 100644 --- a/eclipse/samples/JSON/.classpath +++ b/eclipse/samples/JSON/.classpath
@@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="core/src"/> + <classpathentry kind="src" output="war" path="core/war"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="war/WEB-INF/classes"/> </classpath>