--- jsr166/build.xml 2013/06/18 19:03:50 1.141 +++ jsr166/build.xml 2013/07/20 17:21:45 1.147 @@ -293,6 +293,8 @@ As of 2013-02, the very latest lambda 8 + + @@ -309,11 +311,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -334,9 +331,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -380,9 +384,6 @@ As of 2013-02, the very latest lambda 8 - - - @@ -394,69 +395,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -476,82 +414,11 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -571,29 +438,6 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - - @@ -682,6 +526,7 @@ As of 2013-02, the very latest lambda 8 + @@ -1058,6 +903,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -1069,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"> @@ -1106,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}"> @@ -1115,17 +963,46 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + +