|
From: <caw...@us...> - 2007-09-05 18:47:12
|
Revision: 3088
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3088&view=rev
Author: cawilliams
Date: 2007-09-05 11:47:08 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
add two more packages to runtime export
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-09-05 18:46:45 UTC (rev 3087)
+++ trunk/org.jruby/META-INF/MANIFEST.MF 2007-09-05 18:47:08 UTC (rev 3088)
@@ -17,6 +17,7 @@
edu.emory.mathcs.backport.java.util.concurrent.atomic,
edu.emory.mathcs.backport.java.util.concurrent.helpers,
edu.emory.mathcs.backport.java.util.concurrent.locks,
+ jline,
jregex,
jregex.util.io,
org.jruby,
@@ -67,5 +68,6 @@
org.jvyamlb.util,
org.objectweb.asm,
org.objectweb.asm.commons,
- org.objectweb.asm.signature
+ org.objectweb.asm.signature,
+ org.objectweb.asm.util
Bundle-Vendor: org.jruby
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|