[Javabdd-checkins] JavaBDD project.properties,1.2,1.3 project.xml,1.2,1.3
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2004-07-25 10:44:19
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18081 Modified Files: project.properties project.xml Log Message: Index: project.properties =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.properties 25 Jul 2004 10:28:08 -0000 1.2 --- project.properties 25 Jul 2004 10:44:09 -0000 1.3 *************** *** 1,3 **** --- 1,6 ---- + # Where to find source code, used by tasklist plugin. + maven.src.dir = . + # Tell maven where to find jdd.jar, because it cannot build it itself. maven.jar.override = on Index: project.xml =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 25 Jul 2004 10:28:08 -0000 1.2 --- project.xml 25 Jul 2004 10:44:09 -0000 1.3 *************** *** 235,242 **** maven-tasklist-plugin </report> - <!-- TOO EXPENSIVE - <report> - maven-checkstyle-plugin - </report> <report> maven-javadoc-plugin --- 235,238 ---- *************** *** 245,248 **** --- 241,248 ---- maven-jxr-plugin </report> + <!-- TOO EXPENSIVE + <report> + maven-checkstyle-plugin + </report> <report> maven-pmd-plugin |