From a1e756f69433fcb9a8fa340cc39b42191ba44c3a Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Tue, 13 Sep 2016 16:12:35 +0000 Subject: [PATCH] added scope /gcube to web.xml git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/workspace-explorer-app@131331 82a268e6-3cf1-43bd-a215-b396298e98cf --- .project | 2 +- pom.xml | 62 ++++++++++++++++----------------- src/main/webapp/WEB-INF/web.xml | 5 ++- 3 files changed, 34 insertions(+), 35 deletions(-) diff --git a/.project b/.project index b65f237..5ba07bd 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - workspace-explorer-app-TRUNK + workspace-explorer-app-TRUNK-1.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 96afe73..2f7fa4b 100644 --- a/pom.xml +++ b/pom.xml @@ -38,28 +38,28 @@ UTF-8 - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + @@ -67,15 +67,15 @@ com.google.gwt gwt-user ${gwtVersion} - compile + provided - - - - - - + + com.google.gwt + gwt-servlet + ${gwtVersion} + compile + com.github.gwtbootstrap @@ -136,13 +136,13 @@ org.gcube.common home-library-model [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) - provided + compile org.gcube.common home-library-jcr [2.5.0-SNAPSHOT,3.5.0-SNAPSHOT) - provided + compile asm-debug-all @@ -154,7 +154,7 @@ org.gcube.common home-library [2.5.0-SNAPSHOT,3.0.0-SNAPSHOT) - provided + compile asm-all diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 49d721e..3d23d15 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -9,7 +9,8 @@ scope for using HL scope - /d4science.research-infrastructures.eu + + /gcube workspaceExplorerAppServlet @@ -27,9 +28,7 @@ DownloadServlet /workspaceexplorerapp/DownloadServlet - workspace-explorer-app - WorkspaceExplorerApp.html