[Javabdd-checkins] JavaBDD project.properties,1.8,1.9
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2004-10-19 11:33:46
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1728 Modified Files: project.properties Log Message: Added statcvs option. Index: project.properties =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/project.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** project.properties 19 Oct 2004 11:11:54 -0000 1.8 --- project.properties 19 Oct 2004 11:33:36 -0000 1.9 *************** *** 39,40 **** --- 39,43 ---- # JUnit tests use JNI, so we need either -noloading or to fork. maven.junit.fork = true + + # Ignore some buddy junk in statcvs + statcvs.exclude = buddy/doc/**;buddy/examples/** |