From 00bd0d83d1907c4a8beaae1d76fa284c0faf13bf Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 8 Mar 2011 14:13:29 +0100 Subject: add Bugzilla.xml event description --- src/plugins/Bugzilla.xml | 29 +++++++++++++++++++++++++++++ src/plugins/Makefile.am | 5 +++++ 2 files changed, 34 insertions(+) create mode 100644 src/plugins/Bugzilla.xml (limited to 'src/plugins') diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml new file mode 100644 index 00000000..b8bd6e7a --- /dev/null +++ b/src/plugins/Bugzilla.xml @@ -0,0 +1,29 @@ + + + Bugzilla + _Report this problem to the Red Hat bug tracker + + + + + + + + diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 59e0f1a4..0a409463 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -38,6 +38,11 @@ dist_pluginsconf_DATA = \ RHTSupport.conf \ Upload.conf +eventsdir = $(EVENTS_DIR) + +dist_events_DATA = \ + Bugzilla.xml + eventsconfdir = $(EVENTS_CONF_DIR) dist_eventsconf_DATA = \ -- cgit