Skip to content

Commit

Permalink
adding wen-inf folder so you can run tests with appengine dev server,…
Browse files Browse the repository at this point in the history
… eg /path/to/devserver.sh /path/to/env-js
  • Loading branch information
thatcher committed Apr 27, 2010
1 parent 99c19c1 commit 9901fe8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WEB-INF/appengine-web.xml
@@ -0,0 +1,4 @@
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>envjs</application>
<version>3</version>
</appengine-web-app>
12 changes: 12 additions & 0 deletions WEB-INF/web.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5"
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_2_5.xsd">


<welcome-file-list>
<welcome-file>README</welcome-file>
</welcome-file-list>

</web-app>

0 comments on commit 9901fe8

Please sign in to comment.