# HG changeset patch # User Bryan O'Sullivan # Date 1238124284 25200 # Node ID a2923aa93da90024076d9d0d63ecd2512f54cbdf # Parent 4bb10cfa3812365eb5fb6d64f12b6e7d53a6395f Fix which files are included in the generated XML. diff -r 4bb10cfa3812 -r a2923aa93da9 en/examples/auto-snippets.xml --- a/en/examples/auto-snippets.xml Thu Mar 26 19:58:09 2009 -0700 +++ b/en/examples/auto-snippets.xml Thu Mar 26 20:24:44 2009 -0700 @@ -1,222 +1,225 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 4bb10cfa3812 -r a2923aa93da9 en/examples/run-example --- a/en/examples/run-example Thu Mar 26 19:58:09 2009 -0700 +++ b/en/examples/run-example Thu Mar 26 20:24:44 2009 -0700 @@ -134,7 +134,7 @@ self.rename_output(self.name) norm = self.name.replace(os.sep, '-') example.entities[ - '' % (norm, norm)] = 1 + '' % (norm, norm)] = 1 class shell_example(example): @@ -316,7 +316,7 @@ norm = os.path.normpath(ofp_basename) example.entities[ '' + 'SYSTEM "results/%s.lxo">' % (norm, norm)] = 1 read_hint = ofp_basename + ' ' ofp = wopen(result_name(ofp_basename + '.tmp'))