From 53b727427aa6a254f34c5424b5623daee95f7c60 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 30 Oct 2013 14:33:41 +0000 Subject: [PATCH] Fixed resource git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@84669 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 75 +++++++++---------- ...let.gwt.xml => tabulardataportlet.gwt.xml} | 4 +- src/main/webapp/TabularDataPortlet.html | 4 +- .../WEB-INF/jsp/TabularDataPortlet_view.jsp | 4 +- src/main/webapp/WEB-INF/web.xml | 24 +++--- 5 files changed, 54 insertions(+), 57 deletions(-) rename src/main/resources/org/gcube/portlets/user/td/{TabularDataPortlet.gwt.xml => tabulardataportlet.gwt.xml} (94%) diff --git a/pom.xml b/pom.xml index d3815de..dc4e1ce 100644 --- a/pom.xml +++ b/pom.xml @@ -15,15 +15,15 @@ tabular-data-portlet 1.0.0-SNAPSHOT war - + tabular-data-portlet tabular-data-portlet manages tabular data https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet - - + + Giancarlo Panichi @@ -35,8 +35,8 @@ - - + + ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} @@ -44,7 +44,7 @@ templates distro config - + 2.5.1 @@ -136,15 +136,15 @@ [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - + org.gcube.portlets.user tabular-data-widget-td-source [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT] - - + + commons-io @@ -166,7 +166,7 @@ org.gcube.common csv4j [1.2.0-SNAPSHOT, 2.0.0-common) - + @@ -174,7 +174,7 @@ tabular-data-csv-import-widget [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - + org.gcube.portlets.user @@ -182,13 +182,9 @@ [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - + @@ -196,14 +192,14 @@ tabular-data-open-widget [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - + org.gcube.portlets.user tabular-data-information-widget [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - + org.gcube.portlets.user @@ -211,19 +207,12 @@ [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - - - + + + com.allen-sauer.gwt.log @@ -234,8 +223,8 @@ org.slf4j slf4j-api - - + + junit @@ -249,6 +238,14 @@ ${webappDirectory}/WEB-INF/classes + + + src/main/resources + + **/*.* + + + @@ -267,7 +264,7 @@ TabularDataPortlet.html ${webappDirectory} - org.gcube.portlets.user.td.TabularDataPortlet + org.gcube.portlets.user.td.tabulardataportlet @@ -302,8 +299,8 @@ - - + + maven-resources-plugin @@ -391,8 +388,8 @@ - - + + 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 similarity index 94% rename from src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml rename to src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 3333b24..6cd3a46 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 @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/src/main/webapp/TabularDataPortlet.html b/src/main/webapp/TabularDataPortlet.html index cacb0e7..8f649fd 100644 --- a/src/main/webapp/TabularDataPortlet.html +++ b/src/main/webapp/TabularDataPortlet.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp b/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp index a87b38b..e6b047e 100644 --- a/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp +++ b/src/main/webapp/WEB-INF/jsp/TabularDataPortlet_view.jsp @@ -4,10 +4,10 @@ - + - +
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8247abc..9e9df21 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -80,72 +80,72 @@ tdservlet - /TabularDataPortlet/tds + /tabulardataportlet/tds tdwService - /TabularDataPortlet/tdw + /tabulardataportlet/tdw tdwServlet - /TabularDataPortlet/tdwdata + /tabulardataportlet/tdwdata TDGWTService - /TabularDataPortlet/TDGWTService + /tabulardataportlet/TDGWTService CSVImportFileServlet - /TabularDataPortlet/CSVImportFileServlet + /tabulardataportlet/CSVImportFileServlet LocalUploadServlet - /TabularDataPortlet/LocalUploadServlet + /tabulardataportlet/LocalUploadServlet imageServlet - /TabularDataPortlet/ImageService + /tabulardataportlet/ImageService WorkspaceLightService - /TabularDataPortlet/WorkspaceLightService + /tabulardataportlet/WorkspaceLightService CSVImportServiceWorkspace - /TabularDataPortlet/CSVImportServiceWorkspace + /tabulardataportlet/CSVImportServiceWorkspace downloadServlet - /TabularDataPortlet/DownloadService + /tabulardataportlet/DownloadService gWTWorkspaceServiceImpl - /TabularDataPortlet/WorkspaceService + /tabulardataportlet/WorkspaceService uploadServlet - /TabularDataPortlet/UploadService + /tabulardataportlet/UploadService