From 5efc5f15a114c71c1f923e9796ea361663d21067 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 24 Oct 2013 14:38:23 +0000 Subject: [PATCH] fixed servlet name git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@84078 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/web.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 90bcd5e..00bd2f5 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -7,10 +7,10 @@ - SDMXImportWizardService - org.gcube.portlets.user.sdmximportwizardtd.server.SDMXImportWizardServiceImpl + TDGWTService + org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl - + jUnitHostImpl com.google.gwt.junit.server.JUnitHostImpl @@ -18,14 +18,15 @@ - SDMXImportWizardService - sdmximportwizard/SDMXImportWizardService + TDGWTService + tdgwtservice/TDGWTService jUnitHostImpl - SDMXAgenciesManagerWidgets/junithost/* + SDMXImportWizardTDWidgets/junithost/* + SDMXImportWizardTD.html