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.43 by tim, Thu Jun 26 11:54:26 2003 UTC vs.
Revision 1.46 by tim, Sat Jul 26 13:17:51 2003 UTC

# Line 206 | Line 206
206            depends="dist"
207            description="Puts entire CVS tree, plus distribution productions, in a jar">
208  
209 + <!--
210 +    #keep build dir? - dl
211      <delete dir="${build.dir}"/>
212 <
212 > -->
213      <property name="release.jar" value="dist/jsr166-${version}-dist.jar"/>
214  
215      <jar basedir="${basedir}" destfile="${release.jar}">
# Line 215 | Line 217
217        <exclude name="user.properties"/>
218        <exclude name="etc/notes/**"/>
219        <exclude name="lib/gjc/2.1/**"/>
220 +      <exclude name="**/SyntaxTest.java"/>
221      </jar>
222  
223    </target>
# Line 523 | Line 526
526    <target name="configure-compiler">
527  
528      <property name="gjc.version"
529 <             value="2.0"/>
529 >             value="2.2"/>
530  
531      <condition property="novariance.arg" value="-novariance">
532        <and>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines