From: bruce m. <tr...@us...> - 2004-08-06 18:46:06
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24050/modules/core/config/pipeline/documentation Modified Files: documentation.properties Log Message: documentation, javadoc and formatting here. Index: documentation.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation/documentation.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** documentation.properties 17 Sep 2003 16:44:12 -0000 1.7 --- documentation.properties 6 Aug 2004 18:45:56 -0000 1.8 *************** *** 110,114 **** stagewriter.stageType=FileWriter stagewriter.nextStage=null ! stagewriter.outputFile=readme/userguide/pipelinestages.xml # --- 110,114 ---- stagewriter.stageType=FileWriter stagewriter.nextStage=null ! stagewriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/pipelinestages.xml # *************** *** 127,131 **** scannerwriter.stageType=FileWriter scannerwriter.nextStage=null ! scannerwriter.outputFile=readme/userguide/scanners.xml # --- 127,131 ---- scannerwriter.stageType=FileWriter scannerwriter.nextStage=null ! scannerwriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/scanners.xml # *************** *** 145,148 **** processorwriter.stageType=FileWriter processorwriter.nextStage=null ! processorwriter.outputFile=readme/userguide/processors.xml --- 145,148 ---- processorwriter.stageType=FileWriter processorwriter.nextStage=null ! processorwriter.outputFile=${system.get("babeldoc.home")}/readme/userguide/processors.xml |