From: Tim P <ti...@us...> - 2008-03-18 12:34:40
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23733 Modified Files: pom.xml Log Message: Actually exclude them Index: pom.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pom.xml 18 Mar 2008 12:32:14 -0000 1.7 --- pom.xml 18 Mar 2008 12:34:32 -0000 1.8 *************** *** 230,236 **** <exclude>**/*$*</exclude> <!-- works in eclipse, but not maven --> ! <!-- exclude>**/TestBackupCharStream.java</exclude --> <!-- works in eclipse, but not maven --> ! <!-- exclude>**/TestParseIncludeMacroDistribution.java</exclude --> </excludes> <includes> --- 230,236 ---- <exclude>**/*$*</exclude> <!-- works in eclipse, but not maven --> ! <exclude>**/TestBackupCharStream.java</exclude> <!-- works in eclipse, but not maven --> ! <exclude>**/TestParseIncludeMacroDistribution.java</exclude> </excludes> <includes> |