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/05/14 19:38:19 UTC

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

Author: jbonofre
Date: Mon May 14 17:38:19 2012
New Revision: 1338306

URL: http://svn.apache.org/viewvc?rev=1338306&view=rev
Log:
[SMX4-1119] Fix build warning messages in scala-compiler 2.9.1 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

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

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=1338306&r1=1338305&r2=1338306&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 Mon May 14 17:38:19 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -39,18 +39,17 @@
         <pkgGroupId>org.scala-lang</pkgGroupId>
         <pkgArtifactId>scala-compiler</pkgArtifactId>
         <pkgVersion>2.9.1</pkgVersion>
+        <servicemix.osgi.export>
+            scala.tools*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true,
+            ch.epfl*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.swing*;resolution:=optional,
             jline;resolution:=optional,
             scala.tools.jline*;resolution:=optional,
             org.apache.tools.ant*;resolution:=optional,
-            *
+            scala*
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.export>
-            scala.tools*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true,
-            ch.epfl*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
-        </servicemix.osgi.export>
-        <servicemix.osgi.failok>true</servicemix.osgi.failok>
         <servicemix.osgi.embed.dependency>
             *;inline=compiler.properties
         </servicemix.osgi.embed.dependency>