Skip to content

Commit

Permalink
Updated build tools for git.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Feb 29, 2008
1 parent 1c8e7f5 commit 081f0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildfile
Expand Up @@ -21,8 +21,8 @@ require 'buildr/cobertura'
plugins=[
'spy:m1compat:rake:1.0',
'spy:site:rake:1.2.3',
'spy:hg_tree_version:rake:1.0',
'spy:build_info:rake:1.0.1'
'spy:git_tree_version:rake:1.0',
'spy:build_info:rake:1.1'
]

plugins.each do |spec|
Expand All @@ -45,7 +45,7 @@ define "memcached" do
compile.with m1("spy:spy:jar:2.4")

# Gen build
gen_build_info "net.spy.memcached"
gen_build_info "net.spy.memcached", "git"
compile.from "target/generated-src"
resources.from "target/generated-rsrc"

Expand Down

0 comments on commit 081f0ac

Please sign in to comment.