vhardy 2003/03/05 12:19:53 Modified: . build.xml resources/org/apache/batik/util/resources XMLResourceDescriptor.properties resources/org/apache/batik/apps/svgbrowser/resources svgbrowser.bin.policy svgbrowser.policy Added: lib LICENSE.xerces_2_3_0.txt README.xerces_2_3_0.txt xerces_2_3_0.jar Removed: lib LICENSE.crimson-parser.txt README.crimson-parser.txt crimson-parser.jar lib/build LICENSE.xerces_1_3_1.txt README.xerces_1_3_1.txt xerces_1_3_1.jar Log: Now use xerces 2.3.0 Revision Changes Path 1.123 +2 -3 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- build.xml 13 Feb 2003 13:11:37 -0000 1.122 +++ build.xml 5 Mar 2003 20:19:49 -0000 1.123 @@ -119,7 +119,6 @@ <fileset dir="lib/build"> <include name="stylebook*.jar"/> <include name="xalan*.jar"/> - <include name="xerces*.jar"/> </fileset> </path> @@ -431,7 +430,7 @@ including the XML parser --> <target name="bean" depends="compile, prepare-build"> <mkdir dir="${build}/tmp"/> - <unjar src="lib/crimson-parser.jar" dest="${build}/tmp"/> + <unjar src="lib/xerces_2_3_0.jar" dest="${build}/tmp"/> <jar jarfile="${build}/lib/${project}-bean.jar" manifest="${src}/${project}-bean.mf"> <fileset dir="${dest}"> 1.3 +1 -2 xml-batik/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties Index: XMLResourceDescriptor.properties =================================================================== RCS file: /home/cvs/xml-batik/resources/org/apache/batik/util/resources/XMLResourceDescriptor.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XMLResourceDescriptor.properties 18 Mar 2002 10:28:19 -0000 1.2 +++ XMLResourceDescriptor.properties 5 Mar 2003 20:19:51 -0000 1.3 @@ -8,6 +8,5 @@ # # Author: Thierry Kormann -org.xml.sax.driver = org.apache.crimson.parser.XMLReaderImpl - +org.xml.sax.driver = org.apache.xerces.parsers.SAXParser org.w3c.css.sac.driver = org.apache.batik.css.parser.Parser 1.8 +1 -1 xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/svgbrowser.bin.policy Index: svgbrowser.bin.policy =================================================================== RCS file: /home/cvs/xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/svgbrowser.bin.policy,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- svgbrowser.bin.policy 21 Jun 2002 13:28:05 -0000 1.7 +++ svgbrowser.bin.policy 5 Mar 2003 20:19:51 -0000 1.8 @@ -1,7 +1,7 @@ /* AUTOMATICALLY GENERATED */ /* DO NOT EDIT */ -grant codeBase "${app.jar.base}/lib/crimson-parser.jar" { +grant codeBase "${app.jar.base}/lib/xerces_2_3_0.jar" { permission java.security.AllPermission; }; 1.6 +1 -1 xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/svgbrowser.policy Index: svgbrowser.policy =================================================================== RCS file: /home/cvs/xml-batik/resources/org/apache/batik/apps/svgbrowser/resources/svgbrowser.policy,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- svgbrowser.policy 17 Jun 2002 08:07:38 -0000 1.5 +++ svgbrowser.policy 5 Mar 2003 20:19:51 -0000 1.6 @@ -5,7 +5,7 @@ permission java.security.AllPermission; }; -grant codeBase "${app.dev.base}/lib/crimson-parser.jar" { +grant codeBase "${app.dev.base}/lib/xerces_2_3_0.jar" { permission java.security.AllPermission; }; 1.1 xml-batik/lib/LICENSE.xerces_2_3_0.txt Index: LICENSE.xerces_2_3_0.txt =================================================================== /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Xerces" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact [EMAIL PROTECTED] * * 5. Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation and was * originally based on software copyright (c) 1999, International * Business Machines, Inc., http://www.ibm.com. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. */ 1.1 xml-batik/lib/README.xerces_2_3_0.txt Index: README.xerces_2_3_0.txt =================================================================== The xerces_1_3_1.jar file comes from the Apache Xerces project: http://xml.apache.org/dist/xerces-j/ 1.1 xml-batik/lib/xerces_2_3_0.jar <<Binary file>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]