Skip to content

Commit

Permalink
Remove incorrect build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Apr 25, 2011
1 parent 76dcf9e commit c47bff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -23,7 +23,7 @@ end

desc 'Release all do gems'
task :release do
(jruby_projects + projects).uniq.each do |dir|
(projects).uniq.each do |dir|
Dir.chdir(dir){ rake "release_all" }
end
end
Expand Down
4 changes: 0 additions & 4 deletions data_objects/Rakefile
Expand Up @@ -16,8 +16,4 @@ SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])

CLEAN.include(%w[ pkg/ **/*.rbc ])


Rake::Task['build'].clear_actions if Rake::Task.task_defined?('build')
task :build => [ :java, :gem ]

FileList['tasks/**/*.rake'].each { |task| import task }

0 comments on commit c47bff6

Please sign in to comment.