From: Egon W. <eg...@us...> - 2004-01-14 13:08:00
|
Update of /cvsroot/woc/woc/source/wocjava In directory sc8-pr-cvs1:/tmp/cvs-serv23738/wocjava Modified Files: repository_def.xml.in Log Message: Getting this baby started again (monday evening session) Index: repository_def.xml.in =================================================================== RCS file: /cvsroot/woc/woc/source/wocjava/repository_def.xml.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** repository_def.xml.in 16 Aug 2002 15:16:59 -0000 1.3 --- repository_def.xml.in 14 Jan 2004 13:07:57 -0000 1.4 *************** *** 14,18 **** <!-- website --> <path id="HtmlRoot">http://@SERVER_HOSTNAME@/</path> ! <path id="CgiBinRoot">http://@SERVER_HOSTNAME@/cgi-bin/</path> <path id="JavaSubDir">java/</path> <!-- other --> --- 14,18 ---- <!-- website --> <path id="HtmlRoot">http://@SERVER_HOSTNAME@/</path> ! <path id="CgiBinRoot">/cgi-bin/</path> <path id="JavaSubDir">java/</path> <!-- other --> |