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 62
62
<outputDirectory >google-http-java-client/libs</outputDirectory >
63
63
<filtered >true</filtered >
64
64
</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 >
71
65
<file >
72
66
<source >properties/google-http-client-protobuf.jar.properties</source >
73
67
<destName >google-http-client-protobuf-${project.version}.jar.properties</destName >
135
129
<destName >google-http-client-jackson2-dependencies.html</destName >
136
130
<outputDirectory >google-http-java-client/dependencies</outputDirectory >
137
131
</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 >
143
132
<file >
144
133
<source >../google-http-client-protobuf/target/site/dependencies.html</source >
145
134
<destName >google-http-client-protobuf-dependencies.html</destName >
Original file line number Diff line number Diff line change 5
5
<classpathentry kind="lib" path="libs/google-http-client-gson-${project.version}.jar" sourcepath="libs-sources/google-http-client-gson-${project.version}-sources.jar"/>
6
6
<classpathentry kind="lib" path="libs/google-http-client-jackson-${project.version}.jar" sourcepath="libs-sources/google-http-client-jackson-${project.version}-sources.jar"/>
7
7
<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"/>
9
8
<classpathentry kind="lib" path="libs/google-http-client-xml-${project.version}.jar" sourcepath="libs-sources/google-http-client-xml-${project.version}-sources.jar"/>
10
9
<classpathentry kind="lib" path="libs/commons-logging-${project.commons-logging.version}.jar" sourcepath="libs-sources/commons-logging-${project.commons-logging.version}-sources.jar"/>
11
10
<classpathentry kind="lib" path="libs/gson-${project.gson.version}.jar" sourcepath="libs-sources/gson-${project.gson.version}-sources.jar"/>
12
11
<classpathentry kind="lib" path="libs/httpclient-${project.httpclient.version}.jar" sourcepath="libs-sources/httpclient-${project.httpclient.version}-sources.jar"/>
13
12
<classpathentry kind="lib" path="libs/httpcore-${project.httpcore.version}.jar" sourcepath="libs-sources/httpcore-${project.httpcore.version}-sources.jar"/>
14
13
<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"/>
15
14
<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"/>
17
15
<classpathentry kind="lib" path="libs/jsr305-${project.jsr305.version}.jar"/>
18
16
<classpathentry kind="lib" path="libs/protobuf-java-${project.protobuf-java.version}.jar" sourcepath="libs-sources/protobuf-java-${project.protobuf-java.version}-sources.jar"/>
19
17
<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 42
42
<groupId >com.google.http-client</groupId >
43
43
<artifactId >google-http-client-jackson2</artifactId >
44
44
</dependency >
45
- <dependency >
46
- <groupId >com.google.http-client</groupId >
47
- <artifactId >google-http-client-jdo</artifactId >
48
- </dependency >
49
45
<dependency >
50
46
<groupId >com.google.http-client</groupId >
51
47
<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>
41
41
href ='dependencies/google-http-client-jackson-dependencies.html '> google-http-client-jackson-dependencies.html</ a > </ li >
42
42
< li > google-http-client-jackson2: < a
43
43
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 >
46
44
< li > google-http-client-xml: < a
47
45
href ='dependencies/google-http-client-xml-dependencies.html '> google-http-client-xml-dependencies.html</ a > </ li >
48
46
</ ul >
@@ -104,11 +102,6 @@ <h3>Dependencies for all Platforms</h3>
104
102
< li > jackson-core-asl-${project.jackson-core-asl.version}.jar</ li >
105
103
</ ul >
106
104
</ 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 >
112
105
< li > google-http-client-xml-${project.version}.jar (when using XML)
113
106
< ul >
114
107
< 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