File tree Expand file tree Collapse file tree 10 files changed +0
-597
lines changed
google-http-client-assembly
main/java/com/google/api/client/extensions/jdo
test/java/com/google/api/client/extensions/jdo Expand file tree Collapse file tree 10 files changed +0
-597
lines changed Original file line number Diff line number Diff line change 6262 <outputDirectory >google-http-java-client/libs</outputDirectory >
6363 <filtered >true</filtered >
6464 </file >
65- <file >
66- <source >properties/google-http-client-jdo.jar.properties</source >
67- <destName >google-http-client-jdo-${project.version}.jar.properties</destName >
68- <outputDirectory >google-http-java-client/libs</outputDirectory >
69- <filtered >true</filtered >
70- </file >
7165 <file >
7266 <source >properties/google-http-client-protobuf.jar.properties</source >
7367 <destName >google-http-client-protobuf-${project.version}.jar.properties</destName >
135129 <destName >google-http-client-jackson2-dependencies.html</destName >
136130 <outputDirectory >google-http-java-client/dependencies</outputDirectory >
137131 </file >
138- <file >
139- <source >../google-http-client-jdo/target/site/dependencies.html</source >
140- <destName >google-http-client-jdo-dependencies.html</destName >
141- <outputDirectory >google-http-java-client/dependencies</outputDirectory >
142- </file >
143132 <file >
144133 <source >../google-http-client-protobuf/target/site/dependencies.html</source >
145134 <destName >google-http-client-protobuf-dependencies.html</destName >
Original file line number Diff line number Diff line change 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"/>
98 <classpathentry kind="lib" path="libs/google-http-client-xml-${project.version}.jar" sourcepath="libs-sources/google-http-client-xml-${project.version}-sources.jar"/>
109 <classpathentry kind="lib" path="libs/commons-logging-${project.commons-logging.version}.jar" sourcepath="libs-sources/commons-logging-${project.commons-logging.version}-sources.jar"/>
1110 <classpathentry kind="lib" path="libs/gson-${project.gson.version}.jar" sourcepath="libs-sources/gson-${project.gson.version}-sources.jar"/>
1211 <classpathentry kind="lib" path="libs/httpclient-${project.httpclient.version}.jar" sourcepath="libs-sources/httpclient-${project.httpclient.version}-sources.jar"/>
1312 <classpathentry kind="lib" path="libs/httpcore-${project.httpcore.version}.jar" sourcepath="libs-sources/httpcore-${project.httpcore.version}-sources.jar"/>
1413 <classpathentry kind="lib" path="libs/jackson-core-asl-${project.jackson-core-asl.version}.jar" sourcepath="libs-sources/jackson-core-asl-${project.jackson-core-asl.version}-sources.jar"/>
1514 <classpathentry kind="lib" path="libs/jackson-core-${project.jackson-core2.version}.jar" sourcepath="libs-sources/jackson-core-${project.jackson-core2.version}-sources.jar"/>
16- <classpathentry kind="lib" path="libs/jdo2-api-${project.jdo2-api.version}.jar" sourcepath="libs-sources/jdo2-api-${project.jdo2-api.version}-sources.jar"/>
1715 <classpathentry kind="lib" path="libs/jsr305-${project.jsr305.version}.jar"/>
1816 <classpathentry kind="lib" path="libs/protobuf-java-${project.protobuf-java.version}.jar" sourcepath="libs-sources/protobuf-java-${project.protobuf-java.version}-sources.jar"/>
1917 <classpathentry kind="lib" path="libs/xpp3-${project.xpp3.version}.jar" sourcepath="libs-sources/xpp3-${project.xpp3.version}-sources.jar"/>
Original file line number Diff line number Diff line change 4242 <groupId >com.google.http-client</groupId >
4343 <artifactId >google-http-client-jackson2</artifactId >
4444 </dependency >
45- <dependency >
46- <groupId >com.google.http-client</groupId >
47- <artifactId >google-http-client-jdo</artifactId >
48- </dependency >
4945 <dependency >
5046 <groupId >com.google.http-client</groupId >
5147 <artifactId >google-http-client-protobuf</artifactId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ <h3>Dependencies and Licenses</h3>
4141 href ='dependencies/google-http-client-jackson-dependencies.html '> google-http-client-jackson-dependencies.html</ a > </ li >
4242 < li > google-http-client-jackson2: < a
4343 href ='dependencies/google-http-client-jackson2-dependencies.html '> google-http-client-jackson2-dependencies.html</ a > </ li >
44- < li > google-http-client-jdo: < a
45- href ='dependencies/google-http-client-jdo-dependencies.html '> google-http-client-jdo-dependencies.html</ a > </ li >
4644 < li > google-http-client-xml: < a
4745 href ='dependencies/google-http-client-xml-dependencies.html '> google-http-client-xml-dependencies.html</ a > </ li >
4846 </ ul >
@@ -104,11 +102,6 @@ <h3>Dependencies for all Platforms</h3>
104102 < li > jackson-core-asl-${project.jackson-core-asl.version}.jar</ li >
105103 </ ul >
106104 </ li >
107- < li > google-http-client-jdo-${project.version}.jar (when using JDO)
108- < ul >
109- < li > jdo2-api-${project.jdo2-api.version}.jar</ li >
110- </ ul >
111- </ li >
112105 < li > google-http-client-xml-${project.version}.jar (when using XML)
113106 < ul >
114107 < li > xpp3-${project.xpp3.version}.jar (when NOT on Android)</ li >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments