Author: tchemit Date: 2014-04-29 11:37:51 +0200 (Tue, 29 Apr 2014) New Revision: 3887 Url: http://forge.chorem.org/projects/pollen/repository/revisions/3887 Log: make ui-angular war Added: trunk/pollen-ui-angular/src/main/webapp/WEB-INF/ trunk/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml Added: trunk/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml (rev 0) +++ trunk/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml 2014-04-29 09:37:51 UTC (rev 3887) @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<web-app version="3.0" id="pollen-ui-angular" + 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 + http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> + + <display-name>Pollen UI (Angular)</display-name> +</web-app> \ No newline at end of file Property changes on: trunk/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native