File tree 2 files changed +6
-2
lines changed
remote-server/src/main/webapp/WEB-INF
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
<artifactId >appengine-remote-api</artifactId >
34
34
<version >${appengine.sdk.version} </version >
35
35
</dependency >
36
+ <!-- [START dependencies] -->
36
37
<dependency >
37
38
<groupId >com.google.appengine</groupId >
38
39
<artifactId >appengine-api-1.0-sdk</artifactId >
39
40
</dependency >
41
+ <!-- [END dependencies] -->
40
42
</dependencies >
41
43
<build >
42
44
<!-- for hot reload of the web application -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- [START_EXCLUDE ] -->
2
+ <!-- [START EXCLUDE ] -->
3
3
<!--
4
4
Copyright 2016 Google Inc. All Rights Reserved.
5
5
Licensed under the Apache License, Version 2.0 (the "License");
12
12
See the License for the specific language governing permissions and
13
13
limitations under the License.
14
14
-->
15
- <!-- [END_EXCLUDE ] -->
15
+ <!-- [END EXCLUDE ] -->
16
16
<web-app xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://java.sun.com/xml/ns/javaee"
17
17
xmlns : web =" http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
18
18
xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
19
19
version =" 2.5" >
20
+ <!-- [START web] -->
20
21
<servlet >
21
22
<display-name >Remote API Servlet</display-name >
22
23
<servlet-name >RemoteApiServlet</servlet-name >
27
28
<servlet-name >RemoteApiServlet</servlet-name >
28
29
<url-pattern >/remote_api</url-pattern >
29
30
</servlet-mapping >
31
+ <!-- [END web] -->
30
32
<servlet >
31
33
<servlet-name >remote</servlet-name >
32
34
<servlet-class >com.example.appengine.remote.RemoteServlet</servlet-class >
You can’t perform that action at this time.
0 commit comments