You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/20 13:42:09 UTC

svn commit: r1233883 - in /servicemix/smx4/bundles/trunk: pom.xml scala-compiler-2.9.1/pom.xml

Author: jbonofre
Date: Fri Jan 20 12:42:08 2012
New Revision: 1233883

URL: http://svn.apache.org/viewvc?rev=1233883&view=rev
Log:
[SMX4-1048] scala.tools.jline package is now optional in the scala-compiler bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/scala-compiler-2.9.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1233883&r1=1233882&r2=1233883&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Jan 20 12:42:08 2012
@@ -64,6 +64,7 @@
       <module>dozer-5.3.2</module>
       <module>ehcache-2.5.0</module>
       <module>fastinfoset-1.2.12</module>
+      <module>scala-compiler-2.9.1</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/scala-compiler-2.9.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/scala-compiler-2.9.1/pom.xml?rev=1233883&r1=1233882&r2=1233883&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/scala-compiler-2.9.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/scala-compiler-2.9.1/pom.xml Fri Jan 20 12:42:08 2012
@@ -42,6 +42,7 @@
         <servicemix.osgi.import.pkg>
             javax.swing*;resolution:=optional,
             jline;resolution:=optional,
+            scala.tools.jline*;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>