File tree 8 files changed +86
-19
lines changed
src/main/java/com/example/appengine/analytics
8 files changed +86
-19
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <!--
2
+ Copyright 2015 Google Inc. All Rights Reserved.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <project >
4
17
<modelVersion >4.0.0</modelVersion >
5
18
<packaging >war</packaging >
6
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ public class AnalyticsServlet extends HttpServlet {
39
39
public void doGet (HttpServletRequest req , HttpServletResponse resp ) throws IOException ,
40
40
ServletException {
41
41
String trackingId = System .getenv ("GA_TRACKING_ID" );
42
- // HttpClient client = HttpClientBuilder.create().build();
43
42
URIBuilder builder = new URIBuilder ();
44
43
builder .setScheme ("http" ).setHost ("www.google-analytics.com" ).setPath ("/collect" )
45
44
.addParameter ("v" , "1" ) // API Version.
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
1
<!--
3
2
Copyright 2015 Google Inc. All Rights Reserved.
4
3
@@ -14,8 +13,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
14
13
See the License for the specific language governing permissions and
15
14
limitations under the License.
16
15
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <project >
19
17
<modelVersion >4.0.0</modelVersion >
20
18
<packaging >war</packaging >
21
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <!--
2
+ Copyright 2015 Google Inc. All Rights Reserved.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <project >
4
17
<modelVersion >4.0.0</modelVersion >
5
18
<packaging >war</packaging >
6
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <!--
2
+ Copyright 2015 Google Inc. All Rights Reserved.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <project >
4
17
<modelVersion >4.0.0</modelVersion >
5
18
<packaging >war</packaging >
6
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <!--
2
+ Copyright 2015 Google Inc. All Rights Reserved.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <project >
4
17
<modelVersion >4.0.0</modelVersion >
5
18
<packaging >war</packaging >
6
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <!--
2
+ Copyright 2015 Google Inc. All Rights Reserved.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+ <project >
4
17
<modelVersion >4.0.0</modelVersion >
5
18
<packaging >war</packaging >
6
19
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change 43
43
</prerequisites >
44
44
45
45
<modules >
46
+ <module >appengine/analytics</module >
46
47
<module >appengine/appidentity</module >
47
48
<module >appengine/helloworld</module >
48
49
<module >appengine/mailgun</module >
50
+ <module >appengine/memcache</module >
51
+ <module >appengine/sendgrid</module >
52
+ <module >appengine/static-files</module >
53
+ <module >appengine/twilio</module >
49
54
<module >bigquery</module >
50
55
<module >datastore</module >
51
56
<module >logging</module >
You can’t perform that action at this time.
0 commit comments