--- jsr166/build.xml 2013/05/02 21:38:03 1.139 +++ jsr166/build.xml 2013/07/20 20:40:24 1.149 @@ -26,7 +26,8 @@ As of 2013-02, the very latest lambda 8 ------------------------------------------------------------------------------ - + + @@ -45,10 +46,13 @@ As of 2013-02, the very latest lambda 8 - + + + + @@ -208,7 +212,7 @@ As of 2013-02, the very latest lambda 8 - @@ -290,6 +294,8 @@ As of 2013-02, the very latest lambda 8 + + @@ -306,11 +312,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -331,9 +332,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -372,14 +380,12 @@ As of 2013-02, the very latest lambda 8 + - - - @@ -391,69 +397,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -473,82 +416,11 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -568,29 +440,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -651,6 +500,35 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + @@ -707,7 +586,7 @@ As of 2013-02, the very latest lambda 8 - + @@ -719,7 +598,8 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}" + jtregflags="-exclude:${jtreg.src.dir}/jdk8tests"/> @@ -764,11 +644,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -855,12 +730,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -946,11 +815,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -1037,11 +901,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -1054,6 +913,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1065,11 +927,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"> @@ -1102,8 +964,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}"> @@ -1111,17 +973,45 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -