Edgewall Software

Changes between Version 8 and Version 9 of Build Recipes


Ignore:
Timestamp:
Sep 25, 2005, 4:33:21 AM (19 years ago)
Author:
anonymous
Comment:

#!xml / #!python

Legend:

Unmodified
Added
Removed
Modified
  • Build Recipes

    v8 v9  
    4141So, for example:
    4242{{{
     43#!xml
    4344  <foo:bar file="tools/tabcheck.py" ignore-errors="yes"/>
    4445}}}
     
    4647gets tranlated into:
    4748{{{
     49#!python
    4850  bar(ctxt, file_='tools/tabcheck.py', ignore_errors='yes')
    4951}}}