<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,13 @@
 require 'capistrano/version'
 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 
+# cap 2 now supports plugins:
+Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
+
 # =============================================================
-# bells recipes and kete specific recipe
-load &quot;lib/recipes/tools&quot;
-load &quot;lib/recipes/mongrel&quot;
-load &quot;lib/recipes/deploy&quot;
-load &quot;lib/recipes/kete&quot;
-load &quot;lib/recipes/zebra&quot;
+# bells recipes and kete specific recipes
+# as well as any custom recipes you may add
+Dir['lib/recipes/*.rb'].each { |recipe_file| load(recipe_file) }
 
 load 'config/deploy'
 </diff>
      <filename>Capfile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b74a5966625fa443dc99db4c1d83a2623cc89a9</id>
    </parent>
  </parents>
  <author>
    <name>walter</name>
    <email>walter@6ef355b2-2f55-425c-b0e5-54d779d0066e</email>
  </author>
  <url>http://github.com/kete/kete/commit/ec9a165022de324d13992a09718d20aa44387a35</url>
  <id>ec9a165022de324d13992a09718d20aa44387a35</id>
  <committed-date>2007-12-29T15:38:21-08:00</committed-date>
  <authored-date>2007-12-29T15:38:21-08:00</authored-date>
  <message>adding loading of recipes included in plugins and under lib/recipes to Capfile, rather than having to load them explicitly

git-svn-id: http://svn.kete.net.nz/projects/kete/trunk@939 6ef355b2-2f55-425c-b0e5-54d779d0066e</message>
  <tree>fea7e46349811f37b192c1c5a1b15ce6ee6f3c72</tree>
  <committer>
    <name>walter</name>
    <email>walter@6ef355b2-2f55-425c-b0e5-54d779d0066e</email>
  </committer>
</commit>
