Changeset 1271 for trunk/config/build-report.xml
- Timestamp:
- 01/25/09 15:51:22 (3 years ago)
- Files:
-
- 1 modified
-
trunk/config/build-report.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/build-report.xml
r1255 r1271 78 78 <include name="default/jaxen/*.jar"/> 79 79 <include name="default/dom4j/*.jar"/> 80 <include name="default/commons-lang/*.jar"/> 80 81 <exclude name="**/fb-contrib.jar"/> 81 82 </fileset> 82 83 </path> 83 84 <path id="findbugs.plugins"> 84 <path location="${base.dir}/lib/default/fb-contrib/fb-contrib.jar"/>85 <path location="${base.dir}/lib/default/fb-contrib/fb-contrib.jar"/> 85 86 </path> 86 87 <!-- This is the auxiliary classpath used by findbugs --> … … 105 106 maxheap="128" 106 107 encoding="US-ASCII" 107 cpus=" 1"> <!-- Increase to speed up -->108 cpus="0"> <!-- Increase to speed up --> 108 109 <classpath refid="jcreport.classpath"/> 109 110 <reports> … … 111 112 level="test" 112 113 sourcepath="${base.dir}/test/java" 113 classpath="${build.dir}/ classes">114 classpath="${build.dir}/test-classes"> 114 115 </report> 115 116 <report name="fawkez-prod"
