Skip to content

Commit b591275

Browse files
committed
---
yaml --- r: 7037 b: refs/heads/tswast-patch-1 c: a595f6a h: refs/heads/master i: 7035: 9e8840f
1 parent 335ad0d commit b591275

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 0d38c679fdc0a3e55b3226d2007143b0ec476404
60+
refs/heads/tswast-patch-1: a595f6a0db96e2c9d146a594021ba4d7eda43aff
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright 2016 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+
17+
/**
18+
* Core classes for the {@code gcloud-java} library.
19+
*/
20+
package com.google.gcloud;

branches/tswast-patch-1/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,20 @@
389389
<show>protected</show>
390390
<nohelp>true</nohelp>
391391
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
392+
<groups>
393+
<group>
394+
<title>Main packages</title>
395+
<packages>com.google.gcloud*</packages>
396+
</group>
397+
<group>
398+
<title>SPI packages</title>
399+
<packages>com.google.gcloud.spi</packages>
400+
</group>
401+
<group>
402+
<title>Example packages</title>
403+
<packages>com.google.gcloud.examples*</packages>
404+
</group>
405+
</groups>
392406
</configuration>
393407
</plugin>
394408
<plugin>

0 commit comments

Comments
 (0)