dirkv       2003/12/29 12:50:15

  Modified:    dbcp     build.properties.sample
  Log:
  Bugzilla Bug 25794: ClassNotFoundException: org.apache.xerces.parsers.SAXParser
  - add reference to xerces in build.properties.sample
  (as suggested by Ralf Hauser)
  
  Revision  Changes    Path
  1.8       +1 -0      jakarta-commons/dbcp/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   7 Mar 2003 00:24:08 -0000       1.7
  +++ build.properties.sample   29 Dec 2003 20:50:15 -0000      1.8
  @@ -17,6 +17,7 @@
   junit.jar=${junit.lib}/junit.jar
   
   # sax2.jar - SAX classpath
  +# Note: Apache Xerces supports the SAX 2 API - http://xml.apache.org/xerces2-j/
   sax2.home=${base.path}/sax
   sax2.lib=${sax2.home}
   sax2.jar=${sax2.lib}/sax2.jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to