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.55 by tim, Mon Sep 1 04:14:47 2003 UTC vs.
Revision 1.56 by tim, Mon Sep 1 04:21:55 2003 UTC

# Line 693 | Line 693
693    <target name="configure-emulation">
694  
695      <condition property="build.emulation.true">
696 <      <or>
697 <        <and>
698 <          <os family="windows"/>
699 <          <not>
700 <            <isset property="build.emulation"/>
701 <          </not>
702 <        </and>
703 <        <istrue value="${build.emulation}"/>
704 <      </or>
696 >      <istrue value="${build.emulation}"/>
697      </condition>
698  
699    </target>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines