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.54 by tim, Mon Sep 1 04:09:57 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>
# Line 762 | Line 754
754    <!-- Anthill targets -->
755  
756    <target name="anthill-build">
757 +  
758 +    <!-- Override this in user.properties -->
759 +    <property name="tiger.home" location="e:/j2sdk1.5.0"/>
760 +    
761      <exec resultproperty="result.property" dir="${basedir}" executable="${tiger.home}/bin/java">
762        <arg value="-Xmx256000000"/>
763        <!-- classpath of new JVM -->

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines