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.34 by tim, Thu May 29 14:56:37 2003 UTC vs.
Revision 1.35 by tim, Thu May 29 15:53:58 2003 UTC

# Line 481 | Line 481
481      <property name="build.warnunchecked" value=""/>
482  
483      <condition property="prepare.src.dir" value="${build.dir}/prepare-src">
484 <      <or>
485 <        <and>
486 <          <not><isset property="build.nothreads"/></not>
487 <          <equals arg1="${gjc.version}" arg2="2.0"/>
488 <        </and>
489 <        <istrue value="${build.nothreads}"/>
490 <      </or>
484 >      <istrue value="${build.nothreads}"/>
485      </condition>
486  
487  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines