ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.11 by tim, Wed Dec 11 15:59:11 2002 UTC vs.
Revision 1.12 by tim, Wed Dec 11 21:40:56 2002 UTC

# Line 251 | Line 251
251               showoutput="true"
252            errorProperty="junit.failed"
253          failureProperty="junit.failed"
254 <                    dir="${build.reports.dir}">
254 >                    dir="${build.reports.dir}"
255 >                   fork="true">
256 >
257 >      <jvmarg value="-Xbootclasspath/p:${product.jar}"/>
258  
259        <classpath>
260 <        <path refid="test.classpath"/>
260 >        <!-- <path refid="test.classpath"/> -->
261          <pathelement location="${build.testcases.dir}"/>
262        </classpath>
263  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines