From 84b92f890ca1647f331da459fe09a28d8a4cecdb Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Mon, 17 Jun 2013 11:25:22 -0700 Subject: [PATCH] Small fix to satisfy the xml validation requirements --- awsapi/web/web.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/awsapi/web/web.xml b/awsapi/web/web.xml index 7efe43d03f3..5ded12b342f 100644 --- a/awsapi/web/web.xml +++ b/awsapi/web/web.xml @@ -22,16 +22,17 @@ - - - org.springframework.web.context.ContextLoaderListener - + CloudBridge + contextConfigLocation classpath:applicationContext.xml - CloudBridge + + org.springframework.web.context.ContextLoaderListener + + EC2MainServlet EC2 Main Servlet