diff --git a/pom.xml b/pom.xml index 594a48476c7587d56ef5c9b8d6f47ba56801c573..cd6f283e14738e8e54d10b8230b0fa279e177013 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,12 @@ <artifactId>cglib</artifactId> <version>2.2.2</version> </dependency> + <dependency> + <groupId>de.thm.arsnova</groupId> + <artifactId>arsnova-legacy-js</artifactId> + <version>1.0.0-SNAPSHOT</version> + <type>war</type> + </dependency> </dependencies> <build> <plugins> diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml index 68be4c3faa3119ca95ece93ee7b67cfe7b2b6d99..be3eb5853f21d3b2b5aecf1572dcf91a465208d9 100644 --- a/src/main/webapp/WEB-INF/arsnova-servlet.xml +++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml @@ -13,12 +13,17 @@ <mvc:resources mapping="/**.html" location="/" /> <mvc:resources mapping="/**.png" location="/"/> + <mvc:resources mapping="/**.manifest" location="/"/> <mvc:resources mapping="/config.json" location="/"/> + <mvc:resources mapping="/config.xml" location="/"/> <mvc:resources mapping="/dojo/**" location="/dojo/"/> <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:resources mapping="/lib/**" location="/lib/"/> + <mvc:resources mapping="/resources/**" location="/resources/"/> + <mvc:resources mapping="/screenshots/**" location="/screenshots/"/> <mvc:annotation-driven />