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.42 by tim, Mon Jun 9 14:11:43 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}">
216        <exclude name="${release.jar}"/>
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 522 | 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>
# Line 683 | Line 687
687    </target>
688  
689  
690 +  <target name="ng" depends="test">
691 +    <java classname="SuperfluousAbstract" fork="true">
692 +
693 +      <jvmarg value="-Xbootclasspath/p:${test.run.bootclasspath}"/>
694 +
695 +    </java>
696 +  </target>
697 +
698 +
699   </project>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines