--- jsr166/build.xml 2013/02/01 18:31:17 1.131 +++ jsr166/build.xml 2013/05/20 19:12:23 1.140 @@ -44,6 +44,15 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + @@ -170,11 +179,12 @@ As of 2013-02, the very latest lambda 8 - + + @@ -184,27 +194,32 @@ 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"> + - + + + @@ -214,6 +229,34 @@ As of 2013-02, the very latest lambda 8 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -247,6 +290,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -423,6 +467,20 @@ As of 2013-02, the very latest lambda 8 classes="${product.jar}"/> + + + + + + + @@ -588,6 +646,7 @@ As of 2013-02, the very latest lambda 8 fork="true"> + @@ -614,7 +673,18 @@ As of 2013-02, the very latest lambda 8 + classes="${4jdk7product.jar}"> + + + + + + + + + + + @@ -640,31 +710,19 @@ As of 2013-02, the very latest lambda 8 - + - - - - - - - - - - - - - + @@ -1062,8 +1120,7 @@ As of 2013-02, the very latest lambda 8