Skip to content

Commit

Permalink
Update web.xml with include tags (#201)
Browse files Browse the repository at this point in the history
* Update web.xml with include tags

update web.xml with include tags for easier incorporation into docs

* Update include tags in remote-api pom
  • Loading branch information
Shun Fan authored and lesv committed Apr 27, 2016
1 parent f8be12a commit dbda479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions appengine/remote/remote-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
<artifactId>appengine-remote-api</artifactId>
<version>${appengine.sdk.version}</version>
</dependency>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
</dependency>
<!-- [END dependencies] -->
</dependencies>
<build>
<!-- for hot reload of the web application -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- [START_EXCLUDE] -->
<!-- [START EXCLUDE] -->
<!--
Copyright 2016 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,11 +12,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- [END_EXCLUDE] -->
<!-- [END EXCLUDE] -->
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<!-- [START web] -->
<servlet>
<display-name>Remote API Servlet</display-name>
<servlet-name>RemoteApiServlet</servlet-name>
Expand All @@ -27,6 +28,7 @@
<servlet-name>RemoteApiServlet</servlet-name>
<url-pattern>/remote_api</url-pattern>
</servlet-mapping>
<!-- [END web] -->
<servlet>
<servlet-name>remote</servlet-name>
<servlet-class>com.example.appengine.remote.RemoteServlet</servlet-class>
Expand Down

0 comments on commit dbda479

Please sign in to comment.