You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/02/27 23:25:05 UTC

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

Author: assaf
Date: Wed Feb 27 14:25:03 2008
New Revision: 631756

URL: http://svn.apache.org/viewvc?rev=631756&view=rev
Log:
Added ant method back to Project

Modified:
    incubator/buildr/trunk/lib/java/ant.rb

Modified: incubator/buildr/trunk/lib/java/ant.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/java/ant.rb?rev=631756&r1=631755&r2=631756&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/java/ant.rb (original)
+++ incubator/buildr/trunk/lib/java/ant.rb Wed Feb 27 14:25:03 2008
@@ -60,6 +60,9 @@
   end
 
   include Ant
+  class Project
+    include Ant
+  end
 
   Buildr.help do
     Java.load