yoavs 2003/12/23 09:14:38
Modified: . build.properties Log: Made location of jakarta-site2 relative and more generally useful than /home/ceki/... ;) Revision Changes Path 1.2 +1 -1 logging-site/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/logging-site/build.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties 20 Dec 2003 18:43:53 -0000 1.1 +++ build.properties 23 Dec 2003 17:14:38 -0000 1.2 @@ -2,4 +2,4 @@ # jakarta-site2 module is used to transform xml files to html using # Anakia. You do not need to worry about this property unless you # intend to build the Logging Services web site yourself. -jakarta-site2=/home/ceki/ASF/jakarta-site2/ +jakarta-site2=../jakarta-site2
