--- jsr166/build.xml 2013/05/20 19:12:23 1.140 +++ jsr166/build.xml 2013/07/14 22:39:31 1.145 @@ -309,11 +309,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -337,6 +332,12 @@ As of 2013-02, the very latest lambda 8 + + + + + + @@ -380,9 +381,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -394,69 +392,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -476,82 +411,11 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -571,29 +435,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -682,6 +523,7 @@ As of 2013-02, the very latest lambda 8 + @@ -722,7 +564,8 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}" + jtregflags="-exclude:${jtreg.src.dir}/jdk8tests"/> @@ -1057,6 +900,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1068,11 +914,11 @@ As of 2013-02, the very latest lambda 8 debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="7" + source="${build.jsr166e.java.version}" classpath="" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac7}" + executable="${build.jsr166e.javac}" fork="true"> @@ -1105,8 +951,8 @@ As of 2013-02, the very latest lambda 8 packagenames="jsr166e.*" link="${jdkapidocs.url}" access="${build.javadoc.access}" - sourcepath="${topsrc.dir}:${jdk7src.dir}" - source="7" + sourcepath="${topsrc.dir}:${jdk6src.dir}" + source="${build.jsr166e.java.version}" executable="${javadoc7}"> @@ -1114,17 +960,41 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + +