]> source.dussan.org Git - poi.git/commit
apply changes from com.github.pjfanning:xmlbeans
authorPJ Fanning <fanningpj@apache.org>
Fri, 16 Feb 2018 22:55:05 +0000 (22:55 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 16 Feb 2018 22:55:05 +0000 (22:55 +0000)
commit1f0cf7d6e2ba0844d09de88ac3749d52c457aac3
tree05d9cd01fa1956c7baf5697dffe3fe77f827f19e
parent5543eb9de806f02ba54bb33cd15d23221b5eda4d
apply changes from com.github.pjfanning:xmlbeans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824564 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
xmlbeans/CHANGES.txt
xmlbeans/README.md [new file with mode: 0644]
xmlbeans/build.xml
xmlbeans/external/lib/piccolo.LICENSE.txt [deleted file]
xmlbeans/external/lib/piccolo_apache_dist_20040629.jar [deleted file]
xmlbeans/external/lib/piccolo_apache_dist_20040629_v2.jar [deleted file]
xmlbeans/external/lib/piccolo_apache_dist_20040711.jar [deleted file]
xmlbeans/external/lib/piccolo_apache_dist_20040711_v2.jar [deleted file]
xmlbeans/external/lib/saxonb9-0-0-4j.zip [new file with mode: 0644]
xmlbeans/src/store/org/apache/xmlbeans/impl/store/Cur.java
xmlbeans/src/store/org/apache/xmlbeans/impl/store/Locale.java
xmlbeans/src/store/org/apache/xmlbeans/impl/store/NullLogger.java [new file with mode: 0644]
xmlbeans/src/store/org/apache/xmlbeans/impl/store/SAXHelper.java [new file with mode: 0644]
xmlbeans/src/store/org/apache/xmlbeans/impl/store/Saver.java
xmlbeans/src/store/org/apache/xmlbeans/impl/store/XBLogFactory.java [new file with mode: 0644]
xmlbeans/src/store/org/apache/xmlbeans/impl/store/XBLogger.java [new file with mode: 0644]
xmlbeans/src/store/org/w3c/dom/DOMConfiguration.java [deleted file]
xmlbeans/src/store/org/w3c/dom/DOMStringList.java [deleted file]
xmlbeans/src/store/org/w3c/dom/TypeInfo.java [deleted file]
xmlbeans/src/store/org/w3c/dom/UserDataHandler.java [deleted file]
xmlbeans/src/xmlpublic/javax/xml/namespace/NamespaceContext.java [deleted file]
xmlbeans/src/xmlpublic/javax/xml/namespace/QName.java [deleted file]
xmlbeans/test/src/xmlcursor/checkin/StoreTests.java
xmlbeans/test/src/xmlobject/checkin/AssortedTests.java
xmlbeans/test/src/xmlobject/checkin/CDataTest.java