Hi Serg, Many thanks for your contribution, it will accelerate the integration of Xerces 2.
Arnaud > -----Original Message----- > From: Sergej Maslyukov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 12:54 PM > To: [EMAIL PROTECTED] > Subject: [castor-dev] patch for compile with xerces 2.x > > cvs diff -c -r 1.1 XercesRegExpEvaluator.java > Index: XercesRegExpEvaluator.java > =================================================================== > RCS file: > D:/cvs/test/castor/src/main/org/exolab/castor/util/XercesRegExpEvalu > ator.java,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -c -r1.1 -r1.2 > *** XercesRegExpEvaluator.java 1 Oct 2002 11:23:08 > -0000 1.1 > --- XercesRegExpEvaluator.java 1 Oct 2002 11:35:56 > -0000 1.2 > *************** > *** 40,54 **** > * > * Copyright 2002 (C) Intalio, Inc. All Rights > Reserved. > * > ! * $Id: XercesRegExpEvaluator.java,v 1.1 2002/10/01 > 11:23:08 admin Exp $ > */ > > ! package org.exolab.castor.util; > > ! import > org.apache.xerces.utils.regex.RegularExpression; > ! import > org.apache.xerces.utils.regex.ParseException; > ! > ! /** > * An implementation of the XercesRegExpEvaluator > that uses the > * Regular Expression library in Xerces. For more > information > * about the Xerces Regular Expression library > please visit: > --- 40,54 ---- > * > * Copyright 2002 (C) Intalio, Inc. All Rights > Reserved. > * > ! * $Id: XercesRegExpEvaluator.java,v 1.2 2002/10/01 > 11:35:56 admin Exp $ > */ > > ! package org.exolab.castor.util; > > ! import > org.apache.xerces.impl.xpath.regex.RegularExpression; > ! import > org.apache.xerces.impl.xpath.regex.ParseException; > ! > ! /** > * An implementation of the XercesRegExpEvaluator > that uses the > * Regular Expression library in Xerces. For more > information > * about the Xerces Regular Expression library > please visit: > *************** > *** 61,67 **** > * > * @author <a > href="mailto:[EMAIL PROTECTED]">Keith Visco</a> > * @author <a href="mailto:[EMAIL PROTECTED]">Takashi > Okamoto</a> > ! * @version $Revision: 1.1 $ $Date: 2002/10/01 > 11:23:08 $ > **/ > public class XercesRegExpEvaluator > implements RegExpEvaluator > --- 61,67 ---- > * > * @author <a > href="mailto:[EMAIL PROTECTED]">Keith Visco</a> > * @author <a href="mailto:[EMAIL PROTECTED]">Takashi > Okamoto</a> > ! * @version $Revision: 1.2 $ $Date: 2002/10/01 > 11:35:56 $ > **/ > public class XercesRegExpEvaluator > implements RegExpEvaluator > > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
