From 0bb63c0e56c33a87f09ba325e07f09d3f37a1fab Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 19 Dec 2014 13:48:20 +0900 Subject: [PATCH] Remove paragraph about GWT DETAILED from developer documentation The DETAILED style was supported in the Maven build, which was removed a couple of releases ago. Remove it from the documentation. Change-Id: Ide0955e10a517d9f58cecbb3c6495de2e701d350 --- Documentation/dev-readme.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt index cfe6e6379f..bcf4a588a5 100644 --- a/Documentation/dev-readme.txt +++ b/Documentation/dev-readme.txt @@ -188,13 +188,6 @@ match the Java sources. http://localhost:8080/?dbg=1 ---- -To use the GWT DETAILED style the package must be recompiled and -`?dbg=1` must be omitted from the URL: - ----- - mvn package -Dgwt.style=DETAILED ----- - == Client-Server RPC