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.70 by dl, Wed Aug 11 10:57:33 2004 UTC vs.
Revision 1.71 by peierls, Thu Dec 30 21:43:34 2004 UTC

# Line 84 | Line 84
84  
85    <!-- J1 classpath -->
86    <path id="j1.classpath">
87 +    <pathelement location="${build.classes.dir}"/>
88      <pathelement location="${build.j1.dir}"/>
89      <pathelement location="${junit.jar}"/>
90 +
91 +    <!-- Include dl.u.c for BoundedBuffer comparison -->
92      <pathelement location="${concurrent.jar}"/>
93    </path>
94  
# Line 679 | Line 682
682    </target>
683  
684  
685 <  <target name="compile-j1" depends="init, configure-compiler">
685 >  <target name="compile-j1" depends="init, configure-compiler, compile">
686  
687      <mkdir dir="${build.j1.dir}"/>
688  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines