From 7905e395ccd75cc222118044d6bafbbd597cc185 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 2 Oct 2013 17:36:45 +0000 Subject: [PATCH] Fix pom git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@82323 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- .settings/org.eclipse.wst.common.component | 3 +++ pom.xml | 12 ++++++++++-- .../portlets/user/td/TabularDataPortlet.gwt.xml | 7 +++++-- src/main/webapp/WEB-INF/web.xml | 12 ++++++------ 5 files changed, 25 insertions(+), 11 deletions(-) diff --git a/.classpath b/.classpath index 1f734fb..57086f8 100644 --- a/.classpath +++ b/.classpath @@ -14,12 +14,12 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 353a9b1..8ca157a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -10,6 +10,9 @@ uses + + uses + uses diff --git a/pom.xml b/pom.xml index 325d62a..bf22d09 100644 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,19 @@ aslcore provided + + + org.gcube.portlets.user + gcube-widgets + provided + + org.gcube.portlets.user workspace-light-tree - + org.gcube.portlets.user workspace-tree-widget @@ -185,7 +192,8 @@ tabular-data-gxtservice 1.0.0-SNAPSHOT - + + org.gcube.data.analysis.tabulardata service-client-mock diff --git a/src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml index cde12d0..26a5e98 100644 --- a/src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml @@ -6,11 +6,14 @@ - + + + + + - diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b58aa30..1a8abbf 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -23,10 +23,10 @@ org.gcube.portlets.user.tdw.server.TabularDataServlet - + - TDInformationService - org.gcube.portlets.user.td.information.server.TDInformationServiceImpl + TDGXTService + org.gcube.portlets.user.td.gxtservice.server.TDGXTServiceImpl @@ -120,10 +120,10 @@ /tabulardataportlet/tdwdata - + - TDInformationService - /tabulardataportlet/TDInformationService + TDGXTService + /tabulardataportlet/TDGXTService