Merge pull request #1461 from fxthomas/1255-fix-missing-web-xml
Add empty web.xml to fix DWR warnings
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
||||||
|
https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
||||||
|
<!--
|
||||||
|
The Airsonic Spring configuration is annotation-based.
|
||||||
|
This file is kept empty in order to prevent DWR from emitting warnings.
|
||||||
|
|
||||||
|
See: https://github.com/airsonic/airsonic/issues/1255
|
||||||
|
-->
|
||||||
|
</web-app>
|
||||||
Reference in New Issue
Block a user