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 /saxon | |
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 'saxon')
-rw-r--r-- | saxon/saxon-9.0.0.7-bj.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saxon/saxon-9.0.0.7-bj.patch b/saxon/saxon-9.0.0.7-bj.patch index 11d30914e985..157ed004c2ef 100644 --- a/saxon/saxon-9.0.0.7-bj.patch +++ b/saxon/saxon-9.0.0.7-bj.patch @@ -173,7 +173,7 @@ + <property name="solar.bin" value="${solarbindir}"/> + <path id="classpath-j"> + <fileset dir="${solar.bin}"> -+ <include name="jsr173_1.0_api.jar"/> ++ <include name="stax-1.2.0.jar"/> + </fileset> + </path> + |