# The name of the module to compile gwt.module=com.essar.mes.sap.log.viewer # Path of the GWT installation directory.Use Internet-Standard of forward slases for this path gwt.install.dir=d:/install/gwt-windows-1.6.4 # Folder within the web app context path where the output # of the GWT module compilation will be stored. gwt.output.dir=/com.essar.mes.sap.log.viewer # Script output style: OBF[USCATED], PRETTY, or DETAILED gwt.compiler.output.style=OBF # The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, gwt.compiler.logLevel=WARN # Script output style: OBF[USCATED], PRETTY, or DETAILED gwt.shell.output.style=OBF # The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, gwt.shell.logLevel=WARN # Additional JVM arguments for the GWT compiler gwt.compiler.jvmargs=-Xmx256M # Specifies the number of local workers to use whe compiling permutations and module(s) gwt.compiler.local.workers=1 # Additional JVM arguments for the GWT shell/GWT hosted mode (GWT 1.6) gwt.shell.jvmargs=-Xmx256M # GWT version: 1.5 or 1.6 gwt.version=1.6