From: John W. <joe...@us...> - 2004-08-02 20:59:54
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2042 Modified Files: project.xml project.properties Log Message: Remove utterly useless dashboard report. Index: project.properties =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.properties 2 Aug 2004 20:44:47 -0000 1.5 --- project.properties 2 Aug 2004 20:59:45 -0000 1.6 *************** *** 31,32 **** --- 31,35 ---- maven.javadoc.private = false #maven.javadoc.overview = docs/overview.html + + # Properties for dashboard + #maven.dashboard.aggregators = junittests,junitfailures,juniterrors,junitpassrate Index: project.xml =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** project.xml 2 Aug 2004 20:46:04 -0000 1.10 --- project.xml 2 Aug 2004 20:59:45 -0000 1.11 *************** *** 238,244 **** </report> <report> - maven-dashboard-plugin - </report> - <report> maven-javadoc-plugin </report> --- 238,241 ---- |