You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/02/02 13:30:50 UTC

svn commit: r739976 - /incubator/sling/trunk/pom.xml

Author: fmeschbe
Date: Mon Feb  2 12:30:50 2009
New Revision: 739976

URL: http://svn.apache.org/viewvc?rev=739976&view=rev
Log:
SLING-549 Add Scala to the main reactor

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=739976&r1=739975&r2=739976&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Mon Feb  2 12:30:50 2009
@@ -106,6 +106,8 @@
         <module>scripting/jsp-taglib</module>
         <module>scripting/java</module>
         <module>scripting/python</module>
+        <module>scripting/scala/interpreter</module>
+        <module>scripting/scala/engine</module>
         
         <!-- Extensions -->
         <module>extensions/adapter</module>