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.116 by jsr166, Sun Jan 20 07:24:52 2013 UTC vs.
Revision 1.117 by jsr166, Sun Jan 20 07:43:30 2013 UTC

# Line 111 | Line 111
111        <compilerarg line="${build.args}"/>
112      </javac>
113  
114 <    <java classname="JSR166TestCase" jvm="${java@{target}}" fork="true">
114 >    <java classname="JSR166TestCase"
115 >          failonerror="true"
116 >          jvm="${java@{target}}"
117 >          fork="true">
118          <jvmarg value="-Xbootclasspath/p:@{product.jar}"/>
119          <jvmarg line="@{jvmflags}"/>
120          <classpath>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines