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.188 by jsr166, Mon Oct 12 01:53:54 2015 UTC vs.
Revision 1.191 by jsr166, Fri Nov 6 00:12:54 2015 UTC

# Line 596 | Line 596
596         debuglevel="${build.debuglevel}"
597        deprecation="${build.deprecation}"
598             source="${build.sourcelevel}"
599 +           target="${build.sourcelevel}"
600               fork="true">
601  
602        <compilerarg line="${build.args}"/>
# Line 651 | Line 652
652             debuglevel="${build.debuglevel}"
653             deprecation="${build.deprecation}"
654             source="6"
655 +           target="6"
656             classpath=""
657             bootclasspath="${bootclasspath6}"
658             includeAntRuntime="false"
# Line 680 | Line 682
682             debuglevel="${build.debuglevel}"
683             deprecation="${build.deprecation}"
684             source="6"
685 +           target="6"
686             classpath=""
687 <           bootclasspath="${bootclasspath7}"
687 >           bootclasspath="${bootclasspath6}"
688             includeAntRuntime="false"
689             includeJavaRuntime="false"
690             executable="${javac8}"
# Line 847 | Line 850
850             classpath=""
851             bootclasspath="${bootclasspath6}"
852             source="5"
853 +           target="5"
854             includeAntRuntime="false"
855             includeJavaRuntime="false"
856             executable="${javac7}"
# Line 936 | Line 940
940             debuglevel="${build.debuglevel}"
941             deprecation="${build.deprecation}"
942             source="6"
943 +           target="6"
944             classpath=""
945             bootclasspath="${bootclasspath6}"
946             includeAntRuntime="false"
# Line 1030 | Line 1035
1035             bootclasspath="@{jsr166y.jar}:${bootclasspath6}"
1036             classpath=""
1037             source="6"
1038 +           target="6"
1039             includeAntRuntime="false"
1040             includeJavaRuntime="false"
1041             executable="${javac7}"
# Line 1121 | Line 1127
1127             debuglevel="${build.debuglevel}"
1128             deprecation="${build.deprecation}"
1129             source="${build.jsr166e.java.version}"
1130 +           target="${build.jsr166e.java.version}"
1131             classpath=""
1132             includeAntRuntime="false"
1133             includeJavaRuntime="false"
# Line 1147 | Line 1154
1154             debuglevel="${build.debuglevel}"
1155             deprecation="${build.deprecation}"
1156             source="${build.jsr166e.java.version}"
1157 +           target="${build.jsr166e.java.version}"
1158             classpath=""
1159 <           bootclasspath="${bootclasspath7}"
1159 >           bootclasspath="${bootclasspath6}"
1160             includeAntRuntime="false"
1161             includeJavaRuntime="false"
1162             executable="${javac8}"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines