donaldp 01/11/10 16:38:10 Modified: . README ant.properties.sample Log: Update to reflect changes to xerces jar file management. Revision Changes Path 1.5 +3 -1 jakarta-avalon-phoenix/README Index: README =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- README 2001/11/10 10:30:08 1.4 +++ README 2001/11/11 00:38:10 1.5 @@ -24,9 +24,11 @@ Distribution ------------ Distribution contains the following: - -xerces.jar Any SAX2 parser will work. By default xerces is used. -phoenix-engine.jar The Phoenix kernel -phoenix-loader.jar Phoenix loader + + Distributions built above JDK1.3 will include the following: + -xerces.jar Any SAX2 parser will work. By default xerces is used. Installation Instructions and Documentation ------------------------------------------- 1.3 +4 -3 jakarta-avalon-phoenix/ant.properties.sample Index: ant.properties.sample =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/ant.properties.sample,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ant.properties.sample 2001/11/10 07:06:49 1.2 +++ ant.properties.sample 2001/11/11 00:38:10 1.3 @@ -30,7 +30,8 @@ #tools.jar=../jakarta-avalon/tools -# The path to xerces.jar -#xerces.jar=${tools.dir}/lib/xerces.jar +# The directory containing the xerces.jar file +#xerces.dir=${tools.dir}/lib - +# The xerces.jar filename +#xerces.file=xerces.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>