|
http issue 237: Move XML support to separate google-http-client-xml jar
https://code.google.com/p/google-http-java-client/issues/detail?id=237
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+713 lines, --11 lines) |
Patch |
 |
M |
clirr-ignored-differences.xml
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-assembly/android-properties/google-http-client-xml-1.17.0-rc-SNAPSHOT.jar.properties
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
google-http-client-assembly/classpath-include
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-assembly/dependencies/google-http-client-xml-dependencies.html
|
View
|
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
M |
google-http-client-assembly/pom.xml
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
google-http-client-assembly/readme.html
|
View
|
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
A |
google-http-client-xml/.classpath
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-xml/.project
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-xml/.settings/org.eclipse.jdt.core.prefs
|
View
|
|
1 chunk |
+380 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-xml/.settings/org.eclipse.jdt.ui.prefs
|
View
|
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
A |
google-http-client-xml/pom.xml
|
View
|
1
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/AbstractXmlHttpContent.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/XmlHttpContent.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/atom/AtomContent.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/atom/AtomFeedParser.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/atom/package-info.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/http/xml/package-info.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/GenericXml.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/Xml.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/XmlNamespaceDictionary.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/XmlObjectParser.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/atom/AbstractAtomFeedParser.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/atom/Atom.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/atom/package-info.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/main/java/com/google/api/client/xml/package-info.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/test/java/com/google/api/client/xml/AtomTest.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/test/java/com/google/api/client/xml/GenericXmlTest.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlNamespaceDictionaryTest.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client-xml/src/test/java/com/google/api/client/xml/XmlTest.java
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
google-http-client/pom.xml
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
pom.xml
|
View
|
1
2
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
Total messages: 4
|