Skip to content
Snippets Groups Projects
Commit f32901a2 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Changes related to new Dojo Version 1.8.x

parent d804440c
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<dependency> <dependency>
<groupId>org.dojotoolkit</groupId> <groupId>org.dojotoolkit</groupId>
<artifactId>dojo-war</artifactId> <artifactId>dojo-war</artifactId>
<version>1.7.2</version> <version>1.8.0rc1</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<mvc:resources mapping="/dijit/**" location="/dijit/"/> <mvc:resources mapping="/dijit/**" location="/dijit/"/>
<mvc:resources mapping="/dojox/**" location="/dojox/"/> <mvc:resources mapping="/dojox/**" location="/dojox/"/>
<mvc:resources mapping="/app/**" location="/app/"/> <mvc:resources mapping="/app/**" location="/app/"/>
<mvc:resources mapping="/views/**" location="/views/"/>
<mvc:annotation-driven /> <mvc:annotation-driven />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment