Skip to content

Commit 59962e3

Browse files
committed
WIP
1 parent cd4c7c8 commit 59962e3

14 files changed

+2
-2
lines changed

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ file EXT_PARSER_SRC => RAGEL_PATH do
5959
end
6060

6161
require 'rake/javaextensiontask'
62-
Rake::JavaExtensionTask.new("TDOD") do |ext|
62+
Rake::JavaExtensionTask.new("json/ext") do |ext|
6363
ext.source_version = '1.8'
6464
ext.target_version = '1.8'
6565
ext.ext_dir = 'ext/java'
66-
ext.lib_dir = 'lib/cgi'
66+
ext.lib_dir = 'lib/json/ext'
6767

6868
task :build => :compile
6969
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)