jmartin 01/03/02 06:06:06 Modified: src/config AlexandriaResources.properties Log: Changed default locaton for content generation to stop alexandra copying content to over itself Revision Changes Path 1.6 +6 -6 jakarta-alexandria/src/config/AlexandriaResources.properties Index: AlexandriaResources.properties =================================================================== RCS file: /home/cvs/jakarta-alexandria/src/config/AlexandriaResources.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- AlexandriaResources.properties 2000/12/19 14:50:48 1.5 +++ AlexandriaResources.properties 2001/03/02 14:05:59 1.6 @@ -1,23 +1,23 @@ # Alexandria configuration file -> [EMAIL PROTECTED] -# $Id: AlexandriaResources.properties,v 1.5 2000/12/19 14:50:48 martinj Exp $ +# $Id: AlexandriaResources.properties,v 1.6 2001/03/02 14:05:59 jmartin Exp $ ################################################################################ #the source file for CVS Markup. jxr.markup.file=./src/xml/global.xml #Destination directory for JXR output -jxr.destination.directory=./content/html/jxr +jxr.destination.directory=../output/html/jxr #images for JXR. These are actually copied over to the desired location so a #file is required here. -jxr.image.file=./content/html/file.gif -jxr.image.folder=./content/html/folder.gif +jxr.image.file=../output/html/file.gif +jxr.image.folder=../output/html/folder.gif #Directory where Alexandria does its CVS checkouts to. #Default: ./content/cvs -cvs.checkout.directory=./content/cvs +cvs.checkout.directory=../output/cvs -content.dir=./content +content.dir=../output blame.size=50 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
