Author: dongxu
Date: Thu Sep 12 05:02:52 2013
New Revision: 1522435
URL: http://svn.apache.org/r1522435
Log:
Compiler optimizations and profiles
Modified:
james/hupa/trunk/client/pom.xml
Modified: james/hupa/trunk/client/pom.xml
URL:
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1522435&r1=1522434&r2=1522435&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Thu Sep 12 05:02:52 2013
@@ -222,6 +222,7 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<runTarget>Hupa.html</runTarget>
+<<<<<<< HEAD
<extraJvmArgs>
<<<<<<< HEAD
<<<<<<< HEAD
@@ -233,12 +234,17 @@
-Xmx512M -Xss128M
>>>>>>> constantly changed by manolo
</extraJvmArgs>
+=======
+>>>>>>> Compiler optimizations and profiles
<localWorkers>1</localWorkers>
- <compileReport>true</compileReport>
+ <compileReport>${gwt.compileReport}</compileReport>
<disableClassMetadata>${gwt.disableClassMetadata}</disableClassMetadata>
<disableCastChecking>${gwt.disableCastChecking}</disableCastChecking>
<logLevel>${gwt.logLevel}</logLevel>
<style>${gwt.style}</style>
+ <fragmentCount>10</fragmentCount>
+
<enableClosureCompiler>${gwt.enableClosureCompiler}</enableClosureCompiler>
+ <disableRunAsync>${gwt.disableRunAsync}</disableRunAsync>
<modules>
<module>org.apache.hupa.Hupa${gwt.moduleSuffix}</module>
</modules>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]