Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@113980 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-13 14:31:41 +00:00 committed by Giancarlo Panichi
parent c74a0c3aef
commit aec6f87057
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<module rename-to='MainBox'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.i18n.I18N" />
<!-- <inherits name="com.google.gwt.i18n.I18N" /> -->
<!-- Other module inherits -->
<inherits name='com.sencha.gxt.ui.GXT' />
@ -27,6 +27,7 @@
<!-- <entry-point class='org.gcube.portlets.user.td.mainboxwidget.client.MainBoxEntry'
/> -->
<!--
<set-configuration-property name="locale.cookie"
value="TDLangCookie" />
<set-configuration-property name="locale.queryparam"
@ -44,7 +45,7 @@
<extend-property name="locale" values="es" />
<set-property name="locale" value="en, it, es" />
<set-property-fallback name="locale" value="en" />
-->
<!-- Specify the paths for translatable code -->
<source path='client' />

View File

@ -2,7 +2,7 @@
<module rename-to='MainBox'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.i18n.I18N" />
<!-- <inherits name="com.google.gwt.i18n.I18N" /> -->
<!-- Other module inherits -->
<inherits name='com.sencha.gxt.ui.GXT' />
@ -29,6 +29,7 @@
<!-- <entry-point
class='org.gcube.portlets.user.td.mainboxwidget.client.MainBoxEntry' /> -->
<!--
<set-configuration-property name="locale.cookie"
value="TDLangCookie" />
<set-configuration-property name="locale.queryparam"
@ -47,7 +48,7 @@
<set-property name="locale" value="en, it, es" />
<set-property-fallback name="locale" value="en" />
-->
<!-- Specify the paths for translatable code -->
<source path='client' />