--- jsr166/build.xml 2013/07/10 17:09:45 1.143 +++ jsr166/build.xml 2013/07/20 18:26:16 1.148 @@ -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,6 +332,7 @@ As of 2013-02, the very latest lambda 8 + @@ -337,7 +341,7 @@ As of 2013-02, the very latest lambda 8 - + @@ -376,6 +380,7 @@ As of 2013-02, the very latest lambda 8 + @@ -523,6 +528,7 @@ As of 2013-02, the very latest lambda 8 + @@ -609,11 +615,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -700,12 +701,6 @@ As of 2013-02, the very latest lambda 8 - - - - - @@ -791,11 +786,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -882,11 +872,6 @@ As of 2013-02, the very latest lambda 8 - - - - @@ -899,6 +884,9 @@ As of 2013-02, the very latest lambda 8 + + + @@ -910,11 +898,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"> @@ -947,8 +935,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}"> @@ -956,17 +944,45 @@ As of 2013-02, the very latest lambda 8 - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - -