Skip to content
Snippets Groups Projects
Commit 9db72d3c authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Merge remote-tracking branch 'origin/master'

parents 6272f426 8e584258
Branches
Tags
No related merge requests found
...@@ -62,6 +62,12 @@ ...@@ -62,6 +62,12 @@
<artifactId>cglib</artifactId> <artifactId>cglib</artifactId>
<version>2.2.2</version> <version>2.2.2</version>
</dependency> </dependency>
<dependency>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-legacy-js</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
...@@ -13,12 +13,17 @@ ...@@ -13,12 +13,17 @@
<mvc:resources mapping="/**.html" location="/" /> <mvc:resources mapping="/**.html" location="/" />
<mvc:resources mapping="/**.png" location="/"/> <mvc:resources mapping="/**.png" location="/"/>
<mvc:resources mapping="/**.manifest" location="/"/>
<mvc:resources mapping="/config.json" location="/"/> <mvc:resources mapping="/config.json" location="/"/>
<mvc:resources mapping="/config.xml" location="/"/>
<mvc:resources mapping="/dojo/**" location="/dojo/"/> <mvc:resources mapping="/dojo/**" location="/dojo/"/>
<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:resources mapping="/views/**" location="/views/"/>
<mvc:resources mapping="/lib/**" location="/lib/"/>
<mvc:resources mapping="/resources/**" location="/resources/"/>
<mvc:resources mapping="/screenshots/**" location="/screenshots/"/>
<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