Skip to content

Commit c3b317f

Browse files
author
Yaniv Inbar
committed
http: fix javadoc groups && classpath-include
https://codereview.appspot.com/12783043/
1 parent 6fd11cd commit c3b317f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

google-http-client-assembly/classpath-include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<classpathentry kind="lib" path="libs/google-http-client-gson-${project.version}.jar" sourcepath="libs-sources/google-http-client-gson-${project.version}-sources.jar"/>
66
<classpathentry kind="lib" path="libs/google-http-client-jackson-${project.version}.jar" sourcepath="libs-sources/google-http-client-jackson-${project.version}-sources.jar"/>
77
<classpathentry kind="lib" path="libs/google-http-client-jackson2-${project.version}.jar" sourcepath="libs-sources/google-http-client-jackson2-${project.version}-sources.jar"/>
8+
<classpathentry kind="lib" path="libs/google-http-client-jdo-${project.version}.jar" sourcepath="libs-sources/google-http-client-jdo-${project.version}-sources.jar"/>
89
<classpathentry kind="lib" path="libs/commons-logging-${project.commons-logging.version}.jar" sourcepath="libs-sources/commons-logging-${project.commons-logging.version}-sources.jar"/>
910
<classpathentry kind="lib" path="libs/gson-${project.gson.version}.jar" sourcepath="libs-sources/gson-${project.gson.version}-sources.jar"/>
1011
<classpathentry kind="lib" path="libs/httpclient-${project.httpclient.version}.jar" sourcepath="libs-sources/httpclient-${project.httpclient.version}-sources.jar"/>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
</group>
477477
<group>
478478
<title>google-http-client-protobuf</title>
479-
<packages>com.google.api.client.protobuf*</packages>
479+
<packages>com.google.api.client.protobuf*:com.google.api.client.http.protobuf*</packages>
480480
</group>
481481
<group>
482482
<title>google-http-client-gson</title>
@@ -492,7 +492,7 @@
492492
</group>
493493
<group>
494494
<title>google-http-client-jdo</title>
495-
<packages>com.google.api.client.json.jdo.*</packages>
495+
<packages>com.google.api.client.extensions.jdo*</packages>
496496
</group>
497497
</groups>
498498
<windowtitle>google-http-java-client ${project.version}</windowtitle>

0 commit comments

Comments
 (0)