You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2009/07/20 12:47:22 UTC

svn commit: r795755 - /activemq/stomp/trunk/webgen/Rakefile

Author: jstrachan
Date: Mon Jul 20 10:47:21 2009
New Revision: 795755

URL: http://svn.apache.org/viewvc?rev=795755&view=rev
Log:
Added a few more helpful rake goals

Modified:
    activemq/stomp/trunk/webgen/Rakefile

Modified: activemq/stomp/trunk/webgen/Rakefile
URL: http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/Rakefile?rev=795755&r1=795754&r2=795755&view=diff
==============================================================================
--- activemq/stomp/trunk/webgen/Rakefile (original)
+++ activemq/stomp/trunk/webgen/Rakefile Mon Jul 20 10:47:21 2009
@@ -11,6 +11,8 @@
 require 'webgen/webgentask'
 
 task :default => :webgen
+task :rebuild => [:clobber, :webgen]
+task :auto => :auto_webgen
 
 Webgen::WebgenTask.new do |website|
   website.clobber_outdir = true