git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/resource-management@73882 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ddaaa4e4e4
commit
ed6a07b537
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue