diff doc/recipes.txt @ 456:dcde61c928af

Add debug log message for enabling authentication.
author cmlenz
date Wed, 12 Sep 2007 19:42:11 +0000
parents d139ac1d216a
children ba53929c8652
line wrap: on
line diff
--- a/doc/recipes.txt
+++ b/doc/recipes.txt
@@ -44,12 +44,12 @@
   <build xmlns:python="http://bitten.cmlenz.net/tools/python"
          xmlns:svn="http://bitten.cmlenz.net/tools/svn">
   
-    <step id="build" description="Checkout source from repository">
+    <step id="checkout" description="Checkout source from repository">
       <svn:checkout url="http://svn.example.org/repos/foo"
           path="${path}" revision="${revision}" />
     </step>
   
-    <step id="checkout" description="Compile to byte code">
+    <step id="build" description="Compile to byte code">
       <python:distutils command="build"/>
     </step>
   
Copyright (C) 2012-2017 Edgewall Software