[overlord-commits] Overlord SVN: r1047 - bpm-console/trunk/gui/war.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Tue May 11 09:51:09 EDT 2010


Author: heiko.braun at jboss.com
Date: 2010-05-11 09:51:09 -0400 (Tue, 11 May 2010)
New Revision: 1047

Modified:
   bpm-console/trunk/gui/war/pom.xml
Log:
set log level info for GWT compilation

Modified: bpm-console/trunk/gui/war/pom.xml
===================================================================
--- bpm-console/trunk/gui/war/pom.xml	2010-05-11 12:34:35 UTC (rev 1046)
+++ bpm-console/trunk/gui/war/pom.xml	2010-05-11 13:51:09 UTC (rev 1047)
@@ -243,7 +243,7 @@
                 <version>${gwt.maven}</version>
                 <configuration>
                     <inplace>true</inplace>
-                    <logLevel>DEBUG</logLevel>
+                    <logLevel>INFO</logLevel>
                     <runTarget>app.html</runTarget>
                     <warSourceDirectory>war</warSourceDirectory>
                     <extraJvmArgs>-Xmx512m</extraJvmArgs>



More information about the overlord-commits mailing list