Author: ningjiang
Date: Wed May 18 13:15:18 2011
New Revision: 1124253
URL: http://svn.apache.org/viewvc?rev=1124253&view=rev
Log:
SMX4-824 Fixed the asm package opitional import issue
Modified:
servicemix/smx4/bundles/trunk/jruby-1.5.2/pom.xml
servicemix/smx4/bundles/trunk/jruby-1.5.6/pom.xml
Modified: servicemix/smx4/bundles/trunk/jruby-1.5.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.5.2/pom.xml?rev=1124253&r1=1124252&r2=1124253&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.5.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jruby-1.5.2/pom.xml Wed May 18 13:15:18 2011
@@ -55,7 +55,8 @@
com.kenai.jnr.x86asm;resolution:=optional,
org.apache.bsf*;resolution:=optional,
org.jgrapht*;resolution:=optional,
- org.objectweb.asm*;resolution:=optional
+ org.objectweb.asm*;resolution:=optional,
+ *
</servicemix.osgi.import.pkg>
<servicemix.osgi.private.pkg>
builtin*,
@@ -116,4 +117,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: servicemix/smx4/bundles/trunk/jruby-1.5.6/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.5.6/pom.xml?rev=1124253&r1=1124252&r2=1124253&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.5.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jruby-1.5.6/pom.xml Wed May 18 13:15:18 2011
@@ -55,7 +55,8 @@
com.kenai.jnr.x86asm;resolution:=optional,
org.apache.bsf*;resolution:=optional,
org.jgrapht*;resolution:=optional,
- org.objectweb.asm*;resolution:=optional
+ org.objectweb.asm*;resolution:=optional,
+ *
</servicemix.osgi.import.pkg>
<servicemix.osgi.private.pkg>
builtin*,
@@ -116,4 +117,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>