--- jsr166/build.xml 2013/02/03 02:16:08 1.133 +++ jsr166/build.xml 2013/03/22 18:04:56 1.138 @@ -170,8 +170,8 @@ As of 2013-02, the very latest lambda 8 - + @@ -185,12 +185,13 @@ As of 2013-02, the very latest lambda 8 debug="${build.debug}" debuglevel="${build.debuglevel}" deprecation="${build.deprecation}" - source="@{source}" + source="@{compile-target}" + target="@{compile-target}" classpath="${junit.jar}" - bootclasspath="@{classes}:${bootclasspath@{source}}" + bootclasspath="@{classes}:${bootclasspath@{compile-target}}" includeAntRuntime="false" includeJavaRuntime="false" - executable="${javac@{target}}" + executable="${javac@{compile-target}}" fork="true"> @@ -216,6 +217,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -426,6 +455,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -620,6 +663,13 @@ As of 2013-02, the very latest lambda 8 workdir="${build.4jdk7.dir}" classes="${4jdk7product.jar}"> + + + + + + + @@ -655,24 +705,12 @@ As of 2013-02, the very latest lambda 8 - - - - - - - - - - - - - + @@ -1070,8 +1108,7 @@ As of 2013-02, the very latest lambda 8