Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@101782 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0ed491d144
commit
94410d289d
13
pom.xml
13
pom.xml
|
@ -48,14 +48,13 @@
|
||||||
<configDirectory>config</configDirectory>
|
<configDirectory>config</configDirectory>
|
||||||
|
|
||||||
<!-- GWT configuration -->
|
<!-- GWT configuration -->
|
||||||
<!-- <gwtVersion>2.5.1</gwtVersion>
|
<!-- <gwtVersion>2.5.1</gwtVersion> <gwtLogVersion>3.2.1</gwtLogVersion>
|
||||||
<gwtLogVersion>3.2.1</gwtLogVersion>
|
<gxtVersion>3.0.1</gxtVersion> -->
|
||||||
<gxtVersion>3.0.1</gxtVersion> -->
|
|
||||||
|
|
||||||
<!-- Next -->
|
<!-- Next -->
|
||||||
<gwtVersion>2.6.1</gwtVersion>
|
<gwtVersion>2.6.1</gwtVersion>
|
||||||
<gwtLogVersion>3.3.2</gwtLogVersion>
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
||||||
<gxtVersion>3.1.1</gxtVersion>
|
<gxtVersion>3.1.1</gxtVersion>
|
||||||
|
|
||||||
<!-- To make this work on gwt-run you need to set up global env vars. on
|
<!-- 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"
|
MacOSX edit this file /etc/launchd.conf and put "setenv GLOBUS_LOCATION /Users/massi/portal/Portal-Bundle/gCore"
|
||||||
|
@ -118,20 +117,20 @@
|
||||||
<version>2.2.5</version>
|
<version>2.2.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- GXT 3 -->
|
<!-- GXT 3 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sencha.gxt</groupId>
|
<groupId>com.sencha.gxt</groupId>
|
||||||
<artifactId>gxt</artifactId>
|
<artifactId>gxt</artifactId>
|
||||||
<version>${gxtVersion}</version>
|
<version>${gxtVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sencha.gxt</groupId>
|
<groupId>com.sencha.gxt</groupId>
|
||||||
<artifactId>gxt-chart</artifactId>
|
<artifactId>gxt-chart</artifactId>
|
||||||
<version>${gxtVersion}</version>
|
<version>${gxtVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- Portlet -->
|
<!-- Portlet -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.portlet</groupId>
|
<groupId>javax.portlet</groupId>
|
||||||
|
|
Loading…
Reference in New Issue