diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-03-09 18:06:42 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-03-09 18:06:42 +0100 |
| commit | 0711539d8d6a13e67db9321d9f8295b6e816afbb (patch) | |
| tree | cf3d4aa4396866676b5cc1eca59cb5ed13abcc74 /src/plugins/Bugzilla.xml | |
| parent | 62369b1a527e95c72bad4643728e0bed2fe422eb (diff) | |
| download | abrt-0711539d8d6a13e67db9321d9f8295b6e816afbb.tar.gz abrt-0711539d8d6a13e67db9321d9f8295b6e816afbb.tar.xz abrt-0711539d8d6a13e67db9321d9f8295b6e816afbb.zip | |
rename Bugzilla.xml to report_Bugzilla.xml
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins/Bugzilla.xml')
| -rw-r--r-- | src/plugins/Bugzilla.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml deleted file mode 100644 index bc8e8ecb..00000000 --- a/src/plugins/Bugzilla.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<event> - <name>Bugzilla</name> - <action>Report this problem to the Red Hat bug tracker</action> - <description>Reports selected problems to the Red Hat bug tracker</description> - <options> - <option type="text" name="Bugzilla_BugzillaURL"> - <label>Bugzilla URL</label> - <allow-empty>no</allow-empty> - <description>Address of the bugzilla server</description> - <property>Address of the bugzilla server</property> - <notused1>blahblahblah</notused1> - </option> - <option type="text" name="Bugzilla_Login"> - <label>User name</label> - <allow-empty>no</allow-empty> - <description>Username to use to log into your bugzilla account</description> - </option> - <option type="password" name="Bugzilla_Password"> - <label>Password</label> - <allow-empty>no</allow-empty> - <description>Password for your bugzilla account</description> - </option> - <option type="bool" name="Bugzilla_SSLVerify"> - <label>SSL Verify</label> - <description>Check the ssl key validity</description> - </option> - </options> -</event> - |
