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.111 by jsr166, Sun Jan 20 03:34:23 2013 UTC vs.
Revision 1.112 by jsr166, Sun Jan 20 03:44:54 2013 UTC

# Line 324 | Line 324
324        <compilerarg value="-XDignore.symbol.file=true"/>
325        <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
326  
327      <classpath refid="test.classpath"/>
328
327      </javac>
328  
329      <javac srcdir="${test.src.dir}"
# Line 334 | Line 332
332             debuglevel="${build.debuglevel}"
333             deprecation="${build.deprecation}"
334             source="6"
335 <           classpath="${junit.jar}"
335 >           classpath=""
336             bootclasspath="${product.jar}:${bootclasspath6}"
337             includeAntRuntime="false"
338             includeJavaRuntime="false"
# Line 347 | Line 345
345        <compilerarg value="-XDignore.symbol.file=true"/>
346        <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
347  
350      <classpath refid="test.classpath"/>
351
348      </javac>
349  
350   <!--
# Line 364 | Line 360
360        <compilerarg line="${build.args}"/>
361        <compilerarg value="-XDignore.symbol.file=true"/>
362  
367      <classpath refid="test.classpath"/>
368
363      </javac>
364   -->
365  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines