comparison doc/recipes.txt @ 683:0c4fec90c8e2

0.6dev: Update all tools and docs to use the new `http://bitten.edgewall.org/tools/` namespace as default. Old namespace will still work, but a notice appears when editing config if deprecated namespace is in use. Both will work for now, though. Also added a notice if the configuration is not enabled (easy to forget from edit mode now that 'save' reloads the same page). Closes #445.
author osimons
date Fri, 11 Sep 2009 21:02:13 +0000
parents 7a8ddf54f012
children d2e965fc31d4
comparison
equal deleted inserted replaced
682:6511c192a957 683:0c4fec90c8e2
43 Commonly, the first step of any build recipe will perform the checkout from the 43 Commonly, the first step of any build recipe will perform the checkout from the
44 repository. 44 repository.
45 45
46 .. code-block:: xml 46 .. code-block:: xml
47 47
48 <build xmlns:python="http://bitten.cmlenz.net/tools/python" 48 <build xmlns:python="http://bitten.edgewall.org/tools/python"
49 xmlns:svn="http://bitten.cmlenz.net/tools/svn"> 49 xmlns:svn="http://bitten.edgewall.org/tools/svn">
50 50
51 <step id="checkout" description="Checkout source from repository"> 51 <step id="checkout" description="Checkout source from repository">
52 <svn:checkout url="http://svn.example.org/repos/foo" 52 <svn:checkout url="http://svn.example.org/repos/foo"
53 path="${path}" revision="${revision}" /> 53 path="${path}" revision="${revision}" />
54 </step> 54 </step>
Copyright (C) 2012-2017 Edgewall Software