You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/08/24 17:18:21 UTC

svn commit: r988588 - /buildr/trunk/lib/buildr/java/ant.rb

Author: toulmean
Date: Tue Aug 24 15:18:21 2010
New Revision: 988588

URL: http://svn.apache.org/viewvc?rev=988588&view=rev
Log:
use atoulme-Antwrap

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=988588&r1=988587&r2=988588&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/ant.rb (original)
+++ buildr/trunk/lib/buildr/java/ant.rb Tue Aug 24 15:18:21 2010
@@ -14,7 +14,7 @@
 # the License.
 
 
-gem 'Antwrap'
+gem 'atoulme-Antwrap'
 autoload :Antwrap, 'antwrap'
 autoload :Logger, 'logger'
 require 'buildr/core/project'