8b53f69
--- bin/jruby.orig	2008-04-05 17:59:31.000000000 -0700
8b53f69
+++ bin/jruby	2008-04-05 19:01:29.000000000 -0700
8b53f69
@@ -9,10 +9,14 @@
8b53f69
 #
8b53f69
 #   JAVA_HOME     Must point at your Java Development Kit installation.
8b53f69
 #
8b53f69
 # -----------------------------------------------------------------------------
8b53f69
 
8b53f69
+CLASSPATH=$(build-classpath objectweb-asm/asm objectweb-asm/asm-util \
8b53f69
+            objectweb-asm/asm-analysis objectweb-asm/asm-tree joni \
8b53f69
+            joda-time jline bytelist jna-posix jvyamlb)
8b53f69
+
8b53f69
 cygwin=false
8b53f69
 
8b53f69
 # ----- Identify OS we are running under --------------------------------------
8b53f69
 case "`uname`" in
8b53f69
 CYGWIN*) cygwin=true