~ubuntu-branches/ubuntu/precise/bughelper/precise

« back to all changes in this revision

Viewing changes to data/example.info

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-04-10 11:54:41 UTC
  • Revision ID: james.westby@ubuntu.com-20070410115441-7hix742g1qi8ztp7
Tags: 0.2~169
* Fixed numerous bugs. (LP: #93658, #89728, #95223, #81434, #99586, #102355,
  #99642, #103318, #102480, #107554 ,#107735, #107959, #99726, #79136,
  #79136, #79136, #79140, #109533, #79140, #109533).
* debian/control:
  - updated XS-Vcs-Bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<clues>
2
 
    <inherits>
3
 
        <inherit>gnome</inherit>
4
 
        <inherit>gstreamer</inherit>
5
 
    </inherits>
6
 
    <clue>
7
 
        <contains>
8
 
            <and>
9
 
                <or>
10
 
                        <op bin="not">text</op>
11
 
                        <op bin="not">text2</op>
12
 
                </or>
13
 
                <op>text3</op>
14
 
            </and>
15
 
        </contains>
16
 
        <info>This is an example info file.</info>
17
 
    </clue>
18
 
</clues>