You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/08/12 07:26:29 UTC

svn commit: r1372053 - /incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant

Author: jlboudart
Date: Sun Aug 12 07:26:29 2012
New Revision: 1372053

URL: http://svn.apache.org/viewvc?rev=1372053&view=rev
Log:
Switch to scala-compiler 2.9.2

Modified:
    incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant

Modified: incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant?rev=1372053&r1=1372052&r2=1372053&view=diff
==============================================================================
--- incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant (original)
+++ incubator/easyant/plugins/trunk/compile-test-scala/src/main/resources/compile-test-scala.ant Sun Aug 12 07:26:29 2012
@@ -30,7 +30,7 @@
     <available file="${src.test.integration.scala}" property="has.src.test.integration.scala" />
 
     <target name="compile-test-scala:configure" depends="abstract-compile:compile-ready">
-        <ea:findclasspath pathid="resolved.scala.classpath" organisation="org.scala-lang" module="scala-compiler" revision="2.7.7">
+        <ea:findclasspath pathid="resolved.scala.classpath" organisation="org.scala-lang" module="scala-compiler" revision="2.9.2">
             <ea:project-dependency-strategy />
             <ea:environment-strategy env="SCALA_HOME"/>
             <ea:basic-configuration-strategy />