From b0a25183417f85160fa03c9cb38cdbde88d17757 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 9 Oct 2015 16:32:00 +0000 Subject: [PATCH] Fixed web.xml to avoid maven errors in eclipse git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@119599 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 1 + src/main/webapp/WEB-INF/web.xml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index 953de0b..d3c5af8 100644 --- a/.classpath +++ b/.classpath @@ -25,6 +25,7 @@ + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a5ac2af..762c48a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,9 +1,8 @@ - - + org.gcube.smartgears.ContextListener @@ -23,4 +22,5 @@ smart-executor /gcube/vremanagement/smart-executor + \ No newline at end of file