diff --git a/.classpath b/.classpath index 05ca841..902dd43 100644 --- a/.classpath +++ b/.classpath @@ -22,15 +22,15 @@ + + + + + - - - - - diff --git a/pom.xml b/pom.xml index 34f8723..bbce1c2 100644 --- a/pom.xml +++ b/pom.xml @@ -14,15 +14,15 @@ org.gcube.portlets.user tabular-data-share-widget 1.0.0-SNAPSHOT - + tabular-data-share-widget tabular-data-share-widget allows share tabular resource with other user - + https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-share-widget - + Giancarlo Panichi @@ -107,6 +107,12 @@ 3.0.1 + + + org.gcube.portlets.widgets + workspace-sharing-widget + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + @@ -192,9 +198,9 @@ - ColumnWidget.html + ShareWidget.html ${webappDirectory} - org.gcube.portlets.user.td.columnwidget.ColumnWidget + org.gcube.portlets.user.td.sharewidget.ShareWidget diff --git a/src/main/java/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml b/src/main/java/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml index 03a1a72..1081f3b 100644 --- a/src/main/java/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml +++ b/src/main/java/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml @@ -18,7 +18,7 @@ - + diff --git a/src/main/resources/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml index c96aed5..93608fd 100644 --- a/src/main/resources/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/sharewidget/ShareWidget.gwt.xml @@ -18,7 +18,7 @@ - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 00bd2f5..8c0d0e4 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,11 +6,16 @@ + + workspacesharing + org.gcube.portlets.widgets.workspacesharingwidget.server.WorkspaceSharingServiceImpl + + TDGWTService org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl - + jUnitHostImpl com.google.gwt.junit.server.JUnitHostImpl @@ -21,11 +26,17 @@ TDGWTService tdgwtservice/TDGWTService + - jUnitHostImpl - SDMXImportWizardTDWidgets/junithost/* + workspacesharing + /ShareWidget/workspacesharing + + jUnitHostImpl + /ShareWidget/junithost/* + +