Skip to content

Commit f77faba

Browse files
committed
---
yaml --- r: 3693 b: refs/heads/pubsub-alpha c: a595f6a h: refs/heads/master i: 3691: 8e9c486
1 parent 0004b1e commit f77faba

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 0d38c679fdc0a3e55b3226d2007143b0ec476404
5+
refs/heads/pubsub-alpha: a595f6a0db96e2c9d146a594021ba4d7eda43aff
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
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/pubsub-alpha/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)