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.11 by tim, Wed Dec 11 15:59:11 2002 UTC vs.
Revision 1.13 by tim, Wed Dec 11 22:52:29 2002 UTC

# Line 15 | Line 15
15    <property name="build.sourcelevel"    value="1.5"/>
16    <property name="build.debug"          value="true"/>
17    <property name="build.debuglevel"     value="source,lines,vars"/>
18 <  <property name="build.deprecation"    value="true"/>
18 >  <property name="build.deprecation"    value="false"/>
19 >  <!--
20    <property name="build.warnings"       value="true"/>
21 +  -->
22  
23    <!-- Build locations -->
24    <property name="build.dir"            location="build"/>
# Line 251 | Line 253
253               showoutput="true"
254            errorProperty="junit.failed"
255          failureProperty="junit.failed"
256 <                    dir="${build.reports.dir}">
256 >                    dir="${build.reports.dir}"
257 >                   fork="true">
258 >
259 >      <jvmarg value="-Xbootclasspath/p:${product.jar}"/>
260  
261        <classpath>
262 <        <path refid="test.classpath"/>
262 >        <!-- <path refid="test.classpath"/> -->
263          <pathelement location="${build.testcases.dir}"/>
264        </classpath>
265  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines