Skip to content

Commit

Permalink
added dummy web.xml to avoid eclipse error
Browse files Browse the repository at this point in the history
  • Loading branch information
afdia committed Apr 23, 2016
1 parent 99a833f commit 621f7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions umlet-gwt/src/assembly/dep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<filtered>false</filtered>
<excludes>
<exclude>*.html</exclude>
<exclude>WEB-INF/*</exclude> <!-- web.xml is not part of the zip -->
</excludes>
</fileSet>
<fileSet>
Expand Down
4 changes: 4 additions & 0 deletions umlet-gwt/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
<!-- dummy web.xml file, because the GWT Eclipse Plugin throws an error if not available -->
</web-app>

0 comments on commit 621f7f3

Please sign in to comment.