Update junit version in comment
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/556cb618 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/556cb618 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/556cb618 Branch: refs/heads/master Commit: 556cb618bd236090ffb9c23738ba06576f231cc6 Parents: b25a93d Author: Peter Donald <[email protected]> Authored: Tue Jul 29 07:29:49 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Jul 29 07:29:49 2014 +1000 ---------------------------------------------------------------------- lib/buildr/core/generate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/556cb618/lib/buildr/core/generate.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/core/generate.rb b/lib/buildr/core/generate.rb index 31f4ea8..2e18808 100644 --- a/lib/buildr/core/generate.rb +++ b/lib/buildr/core/generate.rb @@ -135,7 +135,7 @@ EOF script += header.split("\n") script << " # you may see hints about which jars are missing and should resolve them correctly" script << " # dependencies << 'junit should be commented out and replace by correct ARTIFACT definition. Eg" - script << " # dependencies << 'junit:junit:jar:3.8.2'" + script << " # dependencies << 'junit:junit:jar:4.11'" script << setLayout('src', 'bin') # default values for eclipse dot_projects = Dir.glob('**/.project', File::FNM_DOTMATCH).find_all { |dot_project| get_project_natures(dot_project) } dot_projects.sort.each { |dot_project| from_eclipse(File.dirname(dot_project), false) } if dot_projects
