[patch] add dummy web.xml to shared module
------------------------------------------
Key: HUPA-86
URL: https://issues.apache.org/jira/browse/HUPA-86
Project: JAMES Hupa
Issue Type: Improvement
Reporter: Luis Slocker
Assignee: Norman Maurer
Priority: Minor
After importing maven project in eclipse the google-gwt plugin complains about
non existing web.xml in shared module.
This patch adds a dummy web.xml to avoid the error.
Index: shared/src/main/webapp/WEB-INF/web.xml
===================================================================
--- shared/src/main/webapp/WEB-INF/web.xml (revision 0)
+++ shared/src/main/webapp/WEB-INF/web.xml (revision 0)
@@ -0,0 +1,2 @@
+<web-app>
+</web-app>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]