37b6dc93e41e8fecb339dbcf76b3af1d23136aac
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.topologymodeler / src / main / webapp / WEB-INF / web.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 /*******************************************************************************
4  * Copyright (c) 2012-2013 University of Stuttgart.
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Eclipse Public License v1.0
7  * and the Apache License 2.0 which both accompany this distribution,
8  * and are available at http://www.eclipse.org/legal/epl-v10.html
9  * and http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Contributors:
12  *    Oliver Kopp - initial API and implementation and/or initial documentation
13  *******************************************************************************/
14 -->
15 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
16       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
18           id="winery-topologymodeler"
19       version="3.0">
20         <display-name>Winery Topology Modeler</display-name>
21 </web-app>