Skip to content

Commit 4128819

Browse files
authored
Move a bunch of projects to the top level. (#674)
1 parent a0f38fa commit 4128819

File tree

89 files changed

+21
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+21
-21
lines changed

appengine-java8/datastore/indexes-exploding/pom.xml renamed to appengine-java8/datastore-indexes-exploding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<dependencies>

appengine-java8/datastore/indexes-perfect/pom.xml renamed to appengine-java8/datastore-indexes-perfect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<dependencies>

appengine-java8/datastore/indexes/pom.xml renamed to appengine-java8/datastore-indexes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<dependencies>

appengine-java8/endpoints-frameworks-v2/backend/pom.xml renamed to appengine-java8/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<groupId>com.google.cloud</groupId>
2727
<version>1.0.0</version>
28-
<relativePath>../..</relativePath>
28+
<relativePath>..</relativePath>
2929
</parent>
3030

3131
<properties>

appengine-java8/firebase-event-proxy/gae-firebase-event-proxy/pom.xml renamed to appengine-java8/firebase-event-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<properties>

appengine-java8/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2016 Google Inc.
2+
Copyright 2017 Google Inc.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -41,13 +41,13 @@
4141
<module>cloudsql</module>
4242

4343
<module>datastore</module>
44-
<module>datastore/indexes</module>
45-
<module>datastore/indexes-exploding</module>
46-
<module>datastore/indexes-perfect</module>
44+
<module>datastore-indexes</module>
45+
<module>datastore-indexes-exploding</module>
46+
<module>datastore-indexes-perfect</module>
4747

48-
<module>endpoints-frameworks-v2/backend</module>
48+
<module>endpoints-v2-backend</module>
4949

50-
<module>firebase-event-proxy/gae-firebase-event-proxy</module>
50+
<module>firebase-event-proxy</module>
5151

5252
<module>firebase-tictactoe</module>
5353

@@ -65,14 +65,14 @@
6565
<module>search</module>
6666
<module>sendgrid</module>
6767

68-
<module>remote/remote-client</module>
69-
<module>remote/remote-server</module>
68+
<module>remote-client</module>
69+
<module>remote-server</module>
7070

7171
<module>static-files</module>
7272

73-
<module>taskqueue/deferred</module>
74-
<module>taskqueue/pull</module>
75-
<module>taskqueue/push</module>
73+
<module>taskqueues-deferred</module>
74+
<module>taskqueues-pull</module>
75+
<module>taskqueues-push</module>
7676

7777
<module>twilio</module>
7878

appengine-java8/remote/remote-client/pom.xml renamed to appengine-java8/remote-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>appengine-java8-samples</artifactId>
2525
<groupId>com.google.cloud</groupId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
3030
<dependencies>

appengine-java8/remote/remote-server/pom.xml renamed to appengine-java8/remote-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>appengine-java8-samples</artifactId>
2525
<groupId>com.google.cloud</groupId>
2626
<version>1.0.0</version>
27-
<relativePath>../..</relativePath>
27+
<relativePath>..</relativePath>
2828
</parent>
2929
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
3030
<dependencies>

appengine-java8/taskqueue/deferred/pom.xml renamed to appengine-java8/taskqueues-deferred/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>appengine-java8-samples</artifactId>
2626
<groupId>com.google.cloud</groupId>
2727
<version>1.0.0</version>
28-
<relativePath>../..</relativePath>
28+
<relativePath>..</relativePath>
2929
</parent>
3030

3131
<properties>

appengine-java8/taskqueue/pull/pom.xml renamed to appengine-java8/taskqueues-pull/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Copyright 2016 Google Inc.
2626
<artifactId>appengine-java8-samples</artifactId>
2727
<groupId>com.google.cloud</groupId>
2828
<version>1.0.0</version>
29-
<relativePath>../..</relativePath>
29+
<relativePath>..</relativePath>
3030
</parent>
3131
<dependencies>
3232
<!-- Compile/runtime dependencies -->

appengine-java8/taskqueue/push/pom.xml renamed to appengine-java8/taskqueues-push/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Copyright 2016 Google Inc.
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>appengine-java8-samples</artifactId>
2727
<version>1.0.0</version>
28-
<relativePath>../..</relativePath>
28+
<relativePath>..</relativePath>
2929
</parent>
3030
<dependencies>
3131
<dependency>

0 commit comments

Comments
 (0)