Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Add missing 'Gerrit-HttpModule' to BUILD

Change-Id: I3c56ad4f8a5d58cdb39f77c5d742f60a4cf6352a
diff --git a/BUILD b/BUILD
index 112baa9..86eef59 100644
--- a/BUILD
+++ b/BUILD
@@ -12,6 +12,7 @@
     manifest_entries = [
         "Gerrit-PluginName: quota",
         "Gerrit-Module: com.googlesource.gerrit.plugins.quota.Module",
+        "Gerrit-HttpModule: com.googlesource.gerrit.plugins.quota.HttpModule",
     ],
     resources = glob(["src/main/resources/**/*"]),
 )