Skip to content

Commit

Permalink
Minor fixes for the GAE skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Jun 24, 2014
1 parent 21ed145 commit e2bad7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/admin/skeletons/appengine/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ following command:

You need the Google App Engine SDK for Java in order to run and deploy
the application. You can get the SDK and more information from
<http://code.google.com/appengine/>.
<https://developers.google.com/appengine/>.
3 changes: 2 additions & 1 deletion tools/admin/skeletons/appengine/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<!-- Replace this with your application id from http://appengine.google.com -->
<application>app-id</application>
Expand All @@ -10,4 +11,4 @@
<precompilation-enabled>true</precompilation-enabled>
<sessions-enabled>true</sessions-enabled>
<threadsafe>true</threadsafe>
</appengine-web-app>
</appengine-web-app>
8 changes: 4 additions & 4 deletions tools/admin/skeletons/appengine/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app
xmlns="http://java.sun.com/xml/ns/javaee"
<?xml version="1.0" encoding="UTF-8"?>
<web-app
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"
version="2.5">
version="2.5">
<display-name>RingoJS App</display-name>
<servlet>
<servlet-name>ringo</servlet-name>
Expand Down

0 comments on commit e2bad7d

Please sign in to comment.