diff recipe.xml @ 52:82a9c225f073

Recipe root element is {{{<build>}}} instead of {{{recipe}}}.
author cmlenz
date Sun, 26 Jun 2005 16:07:19 +0000
parents 07053ecfb124
children b2d371dac270
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