From f32901a28c3e57be5cf3a011476cd6fb271386dc Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Fri, 27 Jul 2012 14:16:01 +0200 Subject: [PATCH] Changes related to new Dojo Version 1.8.x --- pom.xml | 2 +- src/main/webapp/WEB-INF/arsnova-servlet.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c611bfcc..8dcfa9efc 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <dependency> <groupId>org.dojotoolkit</groupId> <artifactId>dojo-war</artifactId> - <version>1.7.2</version> + <version>1.8.0rc1</version> <type>war</type> </dependency> <dependency> diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml index 94f8cbe2a..68be4c3fa 100644 --- a/src/main/webapp/WEB-INF/arsnova-servlet.xml +++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml @@ -18,6 +18,7 @@ <mvc:resources mapping="/dijit/**" location="/dijit/"/> <mvc:resources mapping="/dojox/**" location="/dojox/"/> <mvc:resources mapping="/app/**" location="/app/"/> + <mvc:resources mapping="/views/**" location="/views/"/> <mvc:annotation-driven /> -- GitLab