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.22 by tim, Wed May 14 21:30:37 2003 UTC vs.
Revision 1.23 by tim, Sat May 17 21:20:50 2003 UTC

# Line 27 | Line 27 | ant [target], where target is one of:
27      </echo>
28    </target>
29  
30 +  <property file="user.properties"/>
31 +  <property name="testcase" value="*"/>
32  
33    <!-- Compilation options -->
34    <property name="build.sourcelevel"    value="1.5"/>
# Line 341 | Line 343 | ant [target], where target is one of:
343  
344        <batchtest todir="${build.reports.dir}">
345          <fileset dir="${test.src.dir}">
346 <          <include name="**/*Test.java"/>
346 >          <include name="**/${testcase}Test.java"/>
347          </fileset>
348        </batchtest>
349  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines