Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@113981 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-13 14:31:50 +00:00
parent cad5b4c893
commit c739149714
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<module rename-to='Information'> <module rename-to='Information'>
<!-- Inherit the core Web Toolkit stuff. --> <!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' /> <inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.i18n.I18N" /> <!-- <inherits name="com.google.gwt.i18n.I18N" /> -->
<!-- We need the JUnit module in the main module, --> <!-- We need the JUnit module in the main module, -->
<!-- otherwise eclipse complains (Google plugin bug?) --> <!-- otherwise eclipse complains (Google plugin bug?) -->
@ -17,6 +17,8 @@
<!-- Specify the app entry point class. --> <!-- Specify the app entry point class. -->
<!-- <entry-point class='org.gcube.portlets.user.td.information.client.InformationEntry' /> --> <!-- <entry-point class='org.gcube.portlets.user.td.information.client.InformationEntry' /> -->
<!--
<set-configuration-property name="locale.cookie" <set-configuration-property name="locale.cookie"
value="TDLangCookie" /> value="TDLangCookie" />
<set-configuration-property name="locale.queryparam" <set-configuration-property name="locale.queryparam"
@ -34,7 +36,7 @@
<extend-property name="locale" values="es" /> <extend-property name="locale" values="es" />
<set-property name="locale" value="en, it, es" /> <set-property name="locale" value="en, it, es" />
<set-property-fallback name="locale" value="en" /> <set-property-fallback name="locale" value="en" />
-->
<!-- Specify the paths for translatable code --> <!-- Specify the paths for translatable code -->