--- jsr166/build.xml 2013/05/02 21:38:03 1.139 +++ jsr166/build.xml 2013/07/18 18:27:55 1.146 @@ -45,10 +45,13 @@ As of 2013-02, the very latest lambda 8 - + + + + @@ -208,7 +211,7 @@ As of 2013-02, the very latest lambda 8 - @@ -290,6 +293,8 @@ As of 2013-02, the very latest lambda 8 + + @@ -306,11 +311,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -331,9 +331,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -377,9 +384,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -391,69 +395,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -473,82 +414,11 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -568,29 +438,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -679,6 +526,7 @@ As of 2013-02, the very latest lambda 8 + @@ -707,7 +555,7 @@ As of 2013-02, the very latest lambda 8 - + @@ -719,7 +567,8 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}" + jtregflags="-exclude:${jtreg.src.dir}/jdk8tests"/> @@ -1054,6 +903,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1065,11 +917,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 +954,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 +963,41 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + +