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.60 by tim, Mon Dec 8 03:10:54 2003 UTC vs.
Revision 1.61 by tim, Tue Dec 9 18:38:28 2003 UTC

# Line 251 | Line 251
251      <echo>java.home is ${java.home}</echo>
252  
253    </target>
254 <
255 <
254 >  
255 >  
256    <target name="dist-jar"
257            depends="clean, jar">
258  
# Line 562 | Line 562
562    </target>
563  
564  
565 <
566 <  <!-- Backward compatibility, work in progress (some files not checked in) -->
567 <
568 <
569 <  <target name="compat" depends="jar">
565 >  <!-- Standalone sample program -->
566 >  
567 >  <target name="sample" depends="jar">
568    
569      <mkdir dir="${build.testcases.dir}"/>
570      
# Line 583 | Line 581
581        
582        <classpath refid="test.classpath"/>
583        
584 <      <include name="Compatibility.java"/>
584 >      <include name="jsr166/test/Sample.java"/>
585        
586      </javac>
587      
588              
589 <    <java classname="Compatibility" fork="true">
589 >    <java classname="jsr166.test.Sample" fork="true">
590        <jvmarg value="${bootclasspath.args}"/>
591        <classpath refid="test.classpath"/>
592      </java>
# Line 596 | Line 594
594  
595  
596  
597 +  <!-- Backward compatibility, work in progress (some files not checked in) -->
598 +
599 +
600 +
601    <property name="pretiger.src.dir"     location="${build.dir}/pretiger/src"/>
602    <property name="build.pretiger.dir"   location="${build.dir}/pretiger/classes"/>
603    <property name="pretiger.jar"         location="${build.lib.dir}/jsr166-pretiger.jar"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines