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.44 by tim, Thu Jun 26 11:55:50 2003 UTC

# Line 214 | Line 214
214        <exclude name="${release.jar}"/>
215        <exclude name="user.properties"/>
216        <exclude name="etc/notes/**"/>
217 +      <exclude name="lib/gjc/2.1/**"/>
218 +      <exclude name="**/SyntaxTest.java"/>
219      </jar>
220  
221    </target>
# Line 683 | Line 685
685    </target>
686  
687  
688 +  <target name="ng" depends="test">
689 +    <java classname="SuperfluousAbstract" fork="true">
690 +
691 +      <jvmarg value="-Xbootclasspath/p:${test.run.bootclasspath}"/>
692 +
693 +    </java>
694 +  </target>
695 +
696 +
697   </project>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines