changeset 52:82a9c225f073

Recipe root element is {{{<build>}}} instead of {{{recipe}}}.
author cmlenz
date Sun, 26 Jun 2005 16:07:19 +0000
parents 5caccd7b247e
children f8a678d08296
files recipe.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/recipe.xml
+++ b/recipe.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<recipe description="My project"
+<build description="My project"
     xmlns:c="bitten:bitten.build.ctools"
     xmlns:python="bitten:bitten.build.pythontools">
 
@@ -29,4 +29,4 @@
         <python:distutils command="sdist"/>
     </step>
 
-</recipe>
+</build>
Copyright (C) 2012-2017 Edgewall Software