You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2010/11/03 11:57:10 UTC

svn commit: r1030403 - /activemq/activemq-apollo/trunk/apollo-scala/pom.xml

Author: chirino
Date: Wed Nov  3 10:57:10 2010
New Revision: 1030403

URL: http://svn.apache.org/viewvc?rev=1030403&view=rev
Log:
hook in the scala continuations plugin

Modified:
    activemq/activemq-apollo/trunk/apollo-scala/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1030403&r1=1030402&r2=1030403&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Wed Nov  3 10:57:10 2010
@@ -96,6 +96,13 @@
             <arg>-deprecation</arg>
           </args>
           <scalaVersion>${scala-version}</scalaVersion>
+          <compilerPlugins>
+            <compilerPlugin>
+              <groupId>org.scala-lang.plugins</groupId>
+              <artifactId>continuations</artifactId>
+              <version>${scala-version}</version>
+            </compilerPlugin>
+          </compilerPlugins>
         </configuration>
       </plugin>