# # maven # maven.repo.remote=http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/,http://mirrors.ibiblio.org/pub/mirrors/maven/ maven.war.final.name=${pom.artifactId}.war maven.war.src=${basedir}/src/main/webapp maven.compile.target=1.5 maven.compile.source=1.5 maven.compile.encoding=UTF-8 maven.jar.override=on # # gwt # # change google.webtoolkit.home to the path to where you have GWT installed google.webtoolkit.home=/data/ccollins/opt/gwt-linux-1.5.1 #google.webtoolkit.home=${env.GWT_HOME} # set this to the correct jar for your platform maven.jar.gwt-dev-platform=${google.webtoolkit.home}/gwt-dev-linux.jar maven.jar.gwt-servlet=${google.webtoolkit.home}/gwt-servlet.jar maven.jar.gwt-user=${google.webtoolkit.home}/gwt-user.jar # any args you want to pass to the JVM, note that XstartOnFirstThread is ONLY required on the Mac google.webtoolkit.extrajvmargs= google.webtoolkit.style=PRETTY google.webtoolkit.runtarget=com.totsp.sample.MyProject/MyProject.html google.webtoolkit.compiletarget=com.totsp.sample.MyProject google.webtoolkit.logLevel=ALL # # eclipse # # (note that .classpath and .project files are NOT CHECKED IN by design, #run "maven eclipse" to generate, for Eclipse use) maven.eclipse.output.dir=${basedir}/target maven.eclipse.resources.addtoclasspath=yes