refs 6548: TDM - Migrate TabMan to new PortalContext

Task-Url: https://support.d4science.org/issues/6548

Updated to new PortalContext

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@141913 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-01-30 15:02:43 +00:00
parent db8f542872
commit 08b1af28d9
2 changed files with 10 additions and 5 deletions

View File

@ -14,9 +14,11 @@
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
<inherits name="com.google.gwt.resources.Resources" />
<inherits name="org.gcube.portlets.user.tdwx.TabularDataWidgetX" />
<!--Inherit the GCubeClientContext widget code -->
<inherits name='org.gcube.portal.clientcontext.GCubeClientContext' />
<!-- <inherits name='org.gcube.portlets.user.td.ciw.csvimporterwidget' /> -->
<!--Other -->
<inherits name="org.gcube.portlets.user.tdwx.TabularDataWidgetX" />
<inherits
name='org.gcube.portlets.user.td.widgetcommonevent.WidgetCommonEvent' />

View File

@ -25,6 +25,10 @@
<inherits name="com.google.gwt.resources.Resources" />
<!--Inherit the GCubeClientContext widget code -->
<inherits name='org.gcube.portal.clientcontext.GCubeClientContext' />
<!--Other -->
<inherits name="org.gcube.portlets.user.tdwx.TabularDataWidgetX" />
<inherits
@ -103,11 +107,10 @@
<set-property name="locale" value="en, it, es" />
<set-property-fallback name="locale" value="en" />
<!--
<set-property name="log_ConsoleLogger" value="ENABLED" /> <set-property
<!-- <set-property name="log_ConsoleLogger" value="ENABLED" /> <set-property
name="log_DivLogger" value="ENABLED" /> <set-property name="log_GWTLogger"
value="ENABLED" /> <set-property name="log_SystemLogger" value="ENABLED"
/> -->
/> -->
<!-- Not in GWT 2.6 <set-property name="log_FirebugLogger" value="ENABLED"
/> -->