~bugsquad/bughelper-data/main

108.1.1 by Markus Korn
added bughelper.info as an example for the current implementation of the 'field'-property
1
<?xml version="1.0"?>
2
  <!--
3
       to use the whole power of the "field"-properties
4
       please follow the instructions in bug-report #109533
5
  -->
6
<clues version="0.3">
7
  <clue>
8
    <contains>
9
        <and>
143 by Markus Korn
changes to bughelper.info: renamed 'proptags' to 'tags', changed 'reporter'-query
10
            <op field="tags">r'(xpath|commandline)'</op>
108.1.1 by Markus Korn
added bughelper.info as an example for the current implementation of the 'field'-property
11
            <op field="importance">Undecided</op>
12
        </and>
13
    </contains>
14
    <info>tags: xpath or commandline; importance: Undecided</info>
15
  </clue>
16
  <clue>
17
    <contains>
143 by Markus Korn
changes to bughelper.info: renamed 'proptags' to 'tags', changed 'reporter'-query
18
        <op field="reporter">thekorn</op>
108.1.1 by Markus Korn
added bughelper.info as an example for the current implementation of the 'field'-property
19
    </contains>
143 by Markus Korn
changes to bughelper.info: renamed 'proptags' to 'tags', changed 'reporter'-query
20
    <info>Reporter: thekorn</info>
108.1.1 by Markus Korn
added bughelper.info as an example for the current implementation of the 'field'-property
21
  </clue>
22
</clues>