Skip to content

Instantly share code, notes, and snippets.

@jruby
Created July 6, 2010 22:58
Show Gist options
  • Save jruby/466048 to your computer and use it in GitHub Desktop.
Save jruby/466048 to your computer and use it in GitHub Desktop.
diff --git a/Rakefile b/Rakefile
index 3f9b8ef..27606ba 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,6 +21,13 @@ file jruby_ruboto_jar => generated_libs do
ant.zip(:destfile=>jruby_ruboto_jar) do
zipfileset(:src=>jruby_jar) do
exclude(:name=>'jni/**')
+ exclude(:name=>'org/jruby/ant/**')
+ exclude(:name=>'org/jruby/compiler/ir/**')
+ exclude(:name=>'org/jruby/demo/**')
+ exclude(:name=>'org/jruby/embed/bsf/**')
+ exclude(:name=>'org/jruby/embed/jsr223/**')
+ exclude(:name=>'org/jruby/ext/ffi/**')
+ exclude(:name=>'org/jruby/javasupport/bsf/**')
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment