Skip to content
Snippets Groups Projects
Commit d3a0781d authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Removed webapp paths for obsolete frontends.

parent b13dc14f
No related merge requests found
......@@ -135,12 +135,6 @@
</repositories>
<dependencies>
<dependency>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-light-js</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-st2-js</artifactId>
......@@ -347,7 +341,7 @@
<webApp>
<contextPath>/</contextPath>
<baseResource implementation="org.eclipse.jetty.util.resource.ResourceCollection">
<resourcesAsCSV>src/main/webapp,../arsnova-js/src/main/webapp,../arsnova-legacy-js/src/main/webapp,../arsnova-st2-js/src/main/webapp,../arsnova-light-js/src/main/webapp</resourcesAsCSV>
<resourcesAsCSV>src/main/webapp,../arsnova-st2-js/src/main/webapp</resourcesAsCSV>
</baseResource>
<overrideDescriptor>src/main/webapp/WEB-INF/web-dev.xml</overrideDescriptor>
</webApp>
......
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