--- jsr166/build.xml 2013/06/18 20:54:57 1.142 +++ jsr166/build.xml 2013/07/20 20:40:24 1.149 @@ -26,7 +26,8 @@ As of 2013-02, the very latest lambda 8 ------------------------------------------------------------------------------ - + + @@ -293,6 +294,8 @@ As of 2013-02, the very latest lambda 8 + + @@ -329,9 +332,16 @@ As of 2013-02, the very latest lambda 8 + + + + + + + @@ -370,6 +380,7 @@ As of 2013-02, the very latest lambda 8 + @@ -489,6 +500,35 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + @@ -603,11 +644,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -694,12 +730,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -785,11 +815,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -876,11 +901,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -893,6 +913,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -904,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"> @@ -941,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}"> @@ -950,17 +973,45 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -