This commit is contained in:
Massimiliano Assante 2013-04-23 09:43:18 +00:00
parent ddaaa4e4e4
commit ed6a07b537
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<!--
To make this work on gwt-run you need to set up global env vars.
on MacOSX edis this file /etc/launchd.conf and put setenv GLOBUS_LOCATION /Users/massi/portal/Portal-Bundle/gCore
on Linux
-->
<GLOBUS_LOCATION>${env.GLOBUS_LOCATION}</GLOBUS_LOCATION>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>