Created
July 6, 2010 22:58
-
-
Save jruby/466048 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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