From: John W. <joe...@us...> - 2004-07-28 11:56:17
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29024 Modified Files: project.properties Log Message: Index: project.properties =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.properties 25 Jul 2004 10:44:09 -0000 1.3 --- project.properties 28 Jul 2004 11:56:07 -0000 1.4 *************** *** 15,18 **** --- 15,22 ---- #maven.xdoc.poweredby.url = http://sourceforge.net/projects/javabdd + # Show the last updated date on the web page. + maven.xdoc.date = left + maven.xdoc.date.format = MMMM dd yyyy HH:mm z + # Properties for compiling JNI. maven.native.src = . |