Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@101878 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
92f11875e0
commit
ccc0add663
6
pom.xml
6
pom.xml
|
@ -48,14 +48,10 @@
|
|||
<configDirectory>config</configDirectory>
|
||||
|
||||
<!-- GWT configuration -->
|
||||
<!-- <gwtVersion>2.5.1</gwtVersion> <gwtLogVersion>3.2.1</gwtLogVersion>
|
||||
<gxtVersion>3.0.1</gxtVersion> -->
|
||||
|
||||
<!-- Next -->
|
||||
<gwtVersion>2.6.1</gwtVersion>
|
||||
<gwtLogVersion>3.3.2</gwtLogVersion>
|
||||
<gxtVersion>3.1.1</gxtVersion>
|
||||
<gxt2Version>2.6.1-SNAPSHOT</gxt2Version>
|
||||
<gxt2Version>2.6.1</gxt2Version>
|
||||
|
||||
<!-- To make this work on gwt-run you need to set up global env vars. on
|
||||
MacOSX edit this file /etc/launchd.conf and put "setenv GLOBUS_LOCATION /Users/massi/portal/Portal-Bundle/gCore"
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
<!-- Add this for using GXT charts -->
|
||||
<inherits name='com.sencha.gxt.chart.Chart' />
|
||||
|
||||
<!-- GXT Theme -->
|
||||
<!-- <inherits name='com.sencha.gxt.theme.blue.Blue' /> -->
|
||||
<!-- <inherits name='com.sencha.gxt.theme.gray.Gray' /> -->
|
||||
<!-- Be sure to include Neptunes gxt-theme-neptune.jar in the classpath -->
|
||||
<!-- <inherits name='com.sencha.gxt.theme.neptune.Theme' /> -->
|
||||
|
||||
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
|
||||
<inherits name="com.google.gwt.resources.Resources" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue