Add winery source code
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / WEB-INF / appengine-web.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*******************************************************************************
4  * Copyright (c) 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 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
16         <application>opentosca-valesca</application>
17         <version>1</version>
18         <!--  we lie at this point, but we don't want to delay execution -->
19         <threadsafe>true</threadsafe>
20 </appengine-web-app>