You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2010/11/14 08:49:47 UTC

svn commit: r1034950 - /buildr/trunk/lib/buildr/java/ecj.rb

Author: donaldp
Date: Sun Nov 14 07:49:47 2010
New Revision: 1034950

URL: http://svn.apache.org/viewvc?rev=1034950&view=rev
Log:
Remove some unecessary whitespace

Modified:
    buildr/trunk/lib/buildr/java/ecj.rb

Modified: buildr/trunk/lib/buildr/java/ecj.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/ecj.rb?rev=1034950&r1=1034949&r2=1034950&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/ecj.rb (original)
+++ buildr/trunk/lib/buildr/java/ecj.rb Sun Nov 14 07:49:47 2010
@@ -23,8 +23,6 @@ module Buildr
       specify :language=>:java, :sources => 'java', :source_ext => 'java',
       :target=>'classes', :target_ext=>'class', :packaging=>:jar
 
-
-
       def compile(sources, target, dependencies) #:nodoc:
         check_options options, OPTIONS
         cmd_args = []