Author: toulmean
Date: Tue Jun 29 22:32:06 2010
New Revision: 959132
URL: http://svn.apache.org/viewvc?rev=959132&view=rev
Log:
put back trax
Modified:
buildr/trunk/lib/buildr/java/ant.rb
Modified: buildr/trunk/lib/buildr/java/ant.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/ant.rb?rev=959132&r1=959131&r2=959132&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/ant.rb (original)
+++ buildr/trunk/lib/buildr/java/ant.rb Tue Jun 29 22:32:06 2010
@@ -37,7 +37,8 @@ module Buildr
def dependencies
# Ant-Trax required for running the JUnitReport task, and there's no
other place
# to put it but the root classpath.
- @dependencies ||= ["org.apache.ant:ant:jar:#{version}",
"org.apache.ant:ant-launcher:jar:#{version}"]
+ @dependencies ||= ["org.apache.ant:ant:jar:#{version}",
"org.apache.ant:ant-launcher:jar:#{version}",
+ "org.apache.ant:ant-trax:jar:#{version}"]
end
private