<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -58,10 +58,10 @@ class Radoop
   end
   
   def copy_jruby_and_engine_jargs(jobconf)
-    jruby_libs(jobconf.get_radoop_home).each do |jrl|
-      f = HadoopUtils.copy_local_file_to_dfs(jobconf, jrl, jobconf.getRadoopDistributedCacheLocation, true)
-      jobconf.add_file_to_class_path(f)
-    end
+    f = HadoopUtils.copy_local_file_to_dfs(jobconf, &quot;#{jobconf.get_radoop_home}/jars/jruby-engine.jar&quot;, jobconf.getRadoopDistributedCacheLocation, true)
+    jobconf.add_file_to_class_path(f)
+    f = HadoopUtils.copy_local_file_to_dfs(jobconf, &quot;#{Java::JavaLang::System.getProperty('jruby.home')}/lib/jruby.jar&quot;, jobconf.getRadoopDistributedCacheLocation, true)
+    jobconf.add_file_to_class_path(f)
   end
 
   def add_archive_on_dfs_to_job_conf(jobconf, path, configuration_getter, configuration_setter)</diff>
      <filename>lib/radoop.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1703ca84486c06a409e06e6a5f8dd3d167bc7c42</id>
    </parent>
  </parents>
  <author>
    <name>James Moore</name>
    <email>james@madra.banshee.com</email>
  </author>
  <url>http://github.com/banshee/radoop/commit/9fceb6b7bd05a59c0f142cdd8473c6b0cb720f0f</url>
  <id>9fceb6b7bd05a59c0f142cdd8473c6b0cb720f0f</id>
  <committed-date>2008-09-10T18:24:15-07:00</committed-date>
  <authored-date>2008-09-10T18:24:15-07:00</authored-date>
  <message>Fixed problem with pulling in jruby.jar</message>
  <tree>e472bbe8554f7a22f98cd41f67bebe44a8b2e913</tree>
  <committer>
    <name>James Moore</name>
    <email>james@madra.banshee.com</email>
  </committer>
</commit>
