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