diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-02-12 20:39:34 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-02-12 20:39:34 +0000 |
commit | 9af79da1347910ea0e75ae9e218b0a7a4745fd9c (patch) | |
tree | 018c7a4f6f72c8b3c922a91355aa9a67c5fd775a /stax/download | |
parent | 80aa888a377cbc5fa04fb42bcd4d5f4b96bd1b0d (diff) |
Conditionally bring in the StaX API 1.2.0
This is only required for Java5 installations when
not using an external Saxon-B distribution, so it's
unlikely we will include it in a binary package.
Previous version had issues (see XMLBEANS-308)
and is not being shipped in othe Apache Projects.
The new version is under an Apache License 2.0.
Diffstat (limited to 'stax/download')
-rw-r--r-- | stax/download/README_jsr173_1.0_api.jar | 7 | ||||
-rw-r--r-- | stax/download/README_stax-1.2.0.jar | 13 |
2 files changed, 13 insertions, 7 deletions
diff --git a/stax/download/README_jsr173_1.0_api.jar b/stax/download/README_jsr173_1.0_api.jar deleted file mode 100644 index 9a566eb2aab3..000000000000 --- a/stax/download/README_jsr173_1.0_api.jar +++ /dev/null @@ -1,7 +0,0 @@ -The JSR173 is the XML pull API used at build time for the saxon9 XSLT -processor, it has become part of OpenJDK 6. -When using an older JDK, get the API from - http://stax.codehaus.org/ -and put it under stax/download. -_____ -1.2 Release(final) is available under the Apache License 2.0 diff --git a/stax/download/README_stax-1.2.0.jar b/stax/download/README_stax-1.2.0.jar new file mode 100644 index 000000000000..c2f4365afbac --- /dev/null +++ b/stax/download/README_stax-1.2.0.jar @@ -0,0 +1,13 @@ +The JSR173 is the XML pull API used at build time for the Saxon-B +XSLT processor: it has become part of OpenJDK 6. + +When using an older JDK, you can get the API from + http://dist.codehaus.org/stax/jars/ +located at the StAX Home site + http://stax.codehaus.org/ +and put it under stax/download. + +1.2 Release(final) is available under the Apache License 2.0. + +Checksum (for reference): +MD5 (stax-1.2.0.jar) = aa3439d235f7d999532b66bac56c1f87 |