# The name of the module to compile
gwt.module=usda.weru.publications.pubhouse.Main
# Path of the GWT installation directory.Use Internet-Standard of forward slases for this path
gwt.install.dir=c:/Program Files/gwt-windows-1.5.3
# Folder within the web app context path where the output
# of the GWT module compilation will be stored.
gwt.output.dir=/usda.weru.publications.pubhouse.Main
# 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