From 15599b4fb8e4ae5390ab520648529eba2d8df32a Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 3 Jun 2014 16:36:15 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-codelistmapping-import-widget@96456 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/web.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index e9b3d5b..a59d905 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -20,6 +20,12 @@ WorkspaceLightService org.gcube.portlets.widgets.lighttree.server.WorkspaceServiceImpl + + + CodelistMappingUploadServlet + org.gcube.portlets.user.td.gwtservice.server.CodelistMappingUploadServlet + + @@ -29,18 +35,23 @@ jUnitHostImpl - CSVImportWizardTDManagerWidgets/junithost/* + CodelistMappingImportWizardWidgets/junithost/* WorkspaceLightService - /CSVImportWizardTDManagerWidgets/WorkspaceLightService + /CodelistMappingImportWizardWidgets/WorkspaceLightService + + + + CodelistMappingUploadServlet + /CodelistMappingImportWizardWidgets/CodelistMappingUploadServlet - CSVImportWizardTD.html + CodelistMappingImportWizardTD.html