diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 10:29:28 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 10:53:51 +0200 |
commit | 5efc52cf5cec2b9b5f75351da8e473c2f90266b5 (patch) | |
tree | 4bb5bbc15dde0607737e642c0a5075875ebf58bb /data/XMLRPCdata.json | |
parent | b6b75faa9ef841396731398a2882e869df5b8ae7 (diff) | |
download | bugzilla-triage-5efc52cf5cec2b9b5f75351da8e473c2f90266b5.tar.gz |
Eliminating MakeJSONRPC calls and fixing multiple logins.
Fixes #113.
Diffstat (limited to 'data/XMLRPCdata.json')
-rw-r--r-- | data/XMLRPCdata.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/data/XMLRPCdata.json b/data/XMLRPCdata.json deleted file mode 100644 index 085f699..0000000 --- a/data/XMLRPCdata.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "bugzilla.redhat.com": { - "url": "https://bugzilla.redhat.com/xmlrpc.cgi" - }, - "bugzilla.mozilla.org": { - "url": "https://bugzilla.mozilla.org/xmlrpc.cgi" - }, - "bugs.freedesktop.org": { - "url": "https://bugs.freedesktop.org/xmlrpc.cgi" - }, - "bz-web2-test.devel.redhat.com": { - "url": "https://bz-web2-test.devel.redhat.com/xmlrpc.cgi" - } -} |