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.93 by jsr166, Mon Jan 14 08:58:47 2013 UTC vs.
Revision 1.94 by jsr166, Mon Jan 14 18:50:46 2013 UTC

# Line 939 | Line 939
939  
940  
941    <target name="jsr166ecompile"
942 <          depends="init, configure-compiler"
942 >          depends="configure-compiler"
943            description="Compiles jsr166e sources">
944  
945      <mkdir dir="${build.jsr166e.dir}"/>
946  
947      <javac srcdir="${jsr166esrc.dir}"
948 <          destdir="${build.jsr166e.dir}"
949 <            debug="${build.debug}"
950 <       debuglevel="${build.debuglevel}"
951 <      deprecation="${build.deprecation}"
948 >           destdir="${build.jsr166e.dir}"
949 >           debug="${build.debug}"
950 >           debuglevel="${build.debuglevel}"
951 >           deprecation="${build.deprecation}"
952             source="1.7"
953 <             fork="true">
953 >           classpath=""
954 >           includeAntRuntime="false"
955 >           includeJavaRuntime="false"
956 >           executable="${javac7}"
957 >           fork="true">
958  
959        <include name="**/*.java"/>
960        <compilerarg line="${build.args}"/>
961        <compilerarg value="-XDignore.symbol.file=true"/>
962 <      <compilerarg value="${bootclasspath.args}"/>
959 <
960 < <!--       <compilerarg line="-Xlint -Xmaxwarns 1000"/> -->
962 >      <compilerarg value="-Xlint:all"/>
963  
964      </javac>
965  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines