Skip to content

Commit

Permalink
Removed TaskQueue samples using Restv1 API. (#933)
Browse files Browse the repository at this point in the history
* Removed TaskQueue samples using Restv1 API.

* Consolidated taskqueue samples into a single appengine folder.

* Fixed pom hierarchy

* Removed older taskqueue module from parent pom
  • Loading branch information
kurtisvg authored and lesv committed Dec 4, 2017
1 parent 753557b commit ac26863
Show file tree
Hide file tree
Showing 31 changed files with 49 additions and 415 deletions.
3 changes: 1 addition & 2 deletions appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
<module>sockets</module>

<module>static-files</module>

<module>taskqueue-push</module>
<module>taskqueue</module>
<module>twilio</module>
<module>urlfetch</module>
<module>users</module>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<artifactId>doc-samples</artifactId>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
Expand All @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.59</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.59</appengine.sdk.version>
<codehaus-versions-maven-plugin-version>2.5</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>3.2.0</maven-war-plugin-version>
</properties>
Expand Down
38 changes: 38 additions & 0 deletions appengine/taskqueue/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
Copyright 2016 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<modelVersion>4.0.0</modelVersion>
<version>1.0.0</version>

<groupId>com.google.cloud</groupId>
<artifactId>taskqueue-doc-samples</artifactId>
<packaging>pom</packaging>

<!-- Parent POM defines common plugins and properties. -->
<parent>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>..</relativePath>
</parent>

<modules>
<module>push-samples</module>
<module>pull-samples</module>
<module>defer-samples</module>
</modules>

</project>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Copyright 2016 Google Inc.
<artifactId>taskqueue</artifactId>

<parent>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<!-- Compile/runtime dependencies -->
<dependency>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Copyright 2016 Google Inc.
<artifactId>taskqueue-push</artifactId>
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>appengine-doc-samples</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.0.0</version>
<relativePath>..</relativePath>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
<module>storage/xml-api/cmdline-sample</module>
<module>storage/xml-api/serviceaccount-appengine-sample</module>

<module>taskqueue/deferred</module>

<module>translate</module>
<module>translate/cloud-client</module>

Expand Down
5 changes: 0 additions & 5 deletions taskqueue/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions taskqueue/pull/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions taskqueue/pull/logging.properties

This file was deleted.

95 changes: 0 additions & 95 deletions taskqueue/pull/pom.xml

This file was deleted.

Loading

0 comments on commit ac26863

Please sign in to comment.