summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-04-28 14:54:41 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-04-28 15:24:54 -0700
commit6074bcb88dd3f73867a70245bc5764680bee6c00 (patch)
tree071265726a43ca8fab9186ad8b62d03265f81430 /Rakefile
parent0fc5af3f29484b2f9714c1546b7973a1a7d4721e (diff)
downloadpsych-6074bcb88dd3f73867a70245bc5764680bee6c00.tar.gz
put psych in the psych package
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 03353e5..f38a95d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,6 @@ $hoe = Hoe.spec 'psych' do
Rake::JavaExtensionTask.new("psych", spec) do |ext|
jruby_home = RbConfig::CONFIG['prefix']
ext.ext_dir = 'ext/java'
- ext.lib_dir = 'lib/psych'
jars = ["#{jruby_home}/lib/jruby.jar"] + FileList['lib/*.jar']
ext.classpath = jars.map { |x| File.expand_path x }.join ':'
end