Skip to content

Commit

Permalink
Remove unused apt files and fix homepage URLs (#906)
Browse files Browse the repository at this point in the history
* Remove unused apt files

* Fix URLs to homepage for each module
  • Loading branch information
mziccard authored and aozarov committed Apr 12, 2016
1 parent 74d6fd9 commit 37a16ae
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 76 deletions.
1 change: 1 addition & 0 deletions gcloud-java-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-bigquery</artifactId>
<packaging>jar</packaging>
<name>GCloud Java bigquery</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-bigquery</url>
<description>
Java idiomatic client for Google Cloud BigQuery.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-contrib</artifactId>
<packaging>jar</packaging>
<name>GCloud Java contributions</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-contrib</url>
<description>
Contains packages that provide higher-level abstraction/functionality for common gcloud-java use cases.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-core</artifactId>
<packaging>jar</packaging>
<name>GCloud Java core</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-core</url>
<description>
Core module for the gcloud-java.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-datastore</artifactId>
<packaging>jar</packaging>
<name>GCloud Java datastore</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore</url>
<description>
Java idiomatic client for Google Cloud Datastore.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<artifactId>gcloud-java-dns</artifactId>
<packaging>jar</packaging>
<name>GCloud Java DNS</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-dns</url>
<description>
Java idiomatic client for Google Cloud DNS.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-examples</artifactId>
<packaging>jar</packaging>
<name>GCloud Java examples</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-examples</url>
<description>
Examples for gcloud-java.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-resourcemanager</artifactId>
<packaging>jar</packaging>
<name>GCloud Java resource manager</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-resourcemanager</url>
<description>
Java idiomatic client for Google Cloud Resource Manager.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-storage</artifactId>
<packaging>jar</packaging>
<name>GCloud Java storage</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-storage</url>
<description>
Java idiomatic client for Google Cloud Storage.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java</artifactId>
<packaging>jar</packaging>
<name>GCloud Java</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java</url>
<description>
Java idiomatic client for Google Cloud Platform services.
</description>
Expand Down
12 changes: 0 additions & 12 deletions src/site/apt/gcloud-java-core/index.apt

This file was deleted.

16 changes: 0 additions & 16 deletions src/site/apt/gcloud-java-datastore/index.apt

This file was deleted.

11 changes: 0 additions & 11 deletions src/site/apt/gcloud-java-examples/index.apt

This file was deleted.

16 changes: 0 additions & 16 deletions src/site/apt/gcloud-java-storage/index.apt

This file was deleted.

21 changes: 0 additions & 21 deletions src/site/apt/index.apt

This file was deleted.

0 comments on commit 37a16ae

Please sign in to comment.