This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxerces2-java.
commit 310257b017ead9c535d3655c99e538b0b4d031bc Author: Stefan Gybas <[email protected]> Date: Wed Oct 23 16:35:07 2002 +0000 New upstream release --- build.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 8b4d8ef..842e72c 100644 --- a/build.xml +++ b/build.xml @@ -29,9 +29,9 @@ Copyright: <property name='parser.Name' value='Xerces-J'/> <property name='parser.name' value='xerces-j'/> <property name='parser.shortname' value='xerces'/> - <property name='parser.Version' value='2.1.0'/> - <property name='parser.version' value='2.1.0'/> - <property name='parser_version' value='2_1_0'/> + <property name='parser.Version' value='2.2.0'/> + <property name='parser.version' value='2.2.0'/> + <property name='parser_version' value='2_2_0'/> <property name='deprecatedjar.parser' value='xerces.jar'/> <property name='jar.apis' value='xmlParserAPIs.jar'/> @@ -203,7 +203,12 @@ Copyright: deprecation="${deprecation}" optimize="${optimize}" includeAntRuntime="false" - includeJavaRuntime="true"/> + includeJavaRuntime="false" + /> + <!-- + bootclasspath="${build.src}" + extdirs="${build.src}" + --> </target> <!-- =================================================================== --> @@ -224,6 +229,7 @@ Copyright: basedir="${build.dest}" compress="true" includes="org/apache/**, META-INF/** + org/w3c/dom/html/HTMLDOMImplementation.class org/w3c/dom/ls/** org/w3c/dom/DOMError.class org/w3c/dom/DOMErrorHandler.class @@ -242,6 +248,7 @@ Copyright: compress="true" includes="org/xml/**, org/w3c/**, javax/**" excludes="org/w3c/dom/ls/** + org/w3c/dom/xpath/** org/w3c/dom/DOMError.class org/w3c/dom/DOMErrorHandler.class org/w3c/dom/DOMImplementationSource.class @@ -779,6 +786,7 @@ Copyright: org/apache/xerces/impl/validation/XMLGrammarPoolImpl.java org/apache/xerces/parsers/DOMASBuilderImpl.java org/apache/xerces/parsers/StandardParserConfiguration.java + org/apache/xerces/parsers/IntegratedParserConfiguration.java org/apache/xerces/parsers/XML11Configuration.java org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java org/apache/xerces/parsers/CachingParserPool.java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

