You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2008/05/24 00:43:56 UTC

svn commit: r659697 - /ode/branches/APACHE_ODE_1.1/Rakefile

Author: vanto
Date: Fri May 23 15:43:55 2008
New Revision: 659697

URL: http://svn.apache.org/viewvc?rev=659697&view=rev
Log:
switch for javadoc generation

Modified:
    ode/branches/APACHE_ODE_1.1/Rakefile

Modified: ode/branches/APACHE_ODE_1.1/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/Rakefile?rev=659697&r1=659696&r2=659697&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.1/Rakefile Fri May 23 15:43:55 2008
@@ -548,6 +548,6 @@
     end
   end
 
-  package(:zip, :id=>"#{id}-docs").include(javadoc(project("ode").projects).target)
+  package(:zip, :id=>"#{id}-docs").include(javadoc(project("ode").projects).target) unless ENV["JAVADOC"] =~ /^(no|off|false|skip)$/i
 end