|
From: <caw...@us...> - 2007-08-24 16:08:01
|
Revision: 3069
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3069&view=rev
Author: cawilliams
Date: 2007-08-24 09:07:58 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
fix bundle classpath
Modified Paths:
--------------
trunk/org.jruby/META-INF/MANIFEST.MF
Modified: trunk/org.jruby/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.jruby/META-INF/MANIFEST.MF 2007-08-24 14:03:24 UTC (rev 3068)
+++ trunk/org.jruby/META-INF/MANIFEST.MF 2007-08-24 16:07:58 UTC (rev 3069)
@@ -5,8 +5,11 @@
Bundle-Version: 1.0.0.4196p
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime
-Bundle-ClassPath: lib/asm-commons-2.2.3.jar,
- lib/asm-2.2.3.jar,
+Bundle-ClassPath: lib/asm-commons-3.0.jar,
+ lib/asm-3.0.jar,
+ lib/asm-util-3.0.jar,
+ lib/bsf.jar,
+ lib/jline-0.9.91.jar,
lib/backport-util-concurrent.jar,
lib/jruby.jar
Export-Package: edu.emory.mathcs.backport.java.util,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|