Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Syntax fix for Ruby 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexcolesportfolio.com>
  • Loading branch information
myabc authored and iconara committed Dec 6, 2009
1 parent 11986b8 commit a0dea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/package/Rakefile
Expand Up @@ -12,7 +12,7 @@ task :default => :package
task :package => [:compile, 'dist'] do
jar 'dist/package.jar', FileList['build/**/*.class'], :base_dir => 'build',
:main_class => 'com.example.HelloWorld',
:manifest => {'X-Test', 'foo'},
:manifest => {'X-Test' => 'foo'},
:verbose => true
end

Expand Down

0 comments on commit a0dea2f

Please sign in to comment.