Merge "Register core plugin that implements the standard download commands"
diff --git a/.gitmodules b/.gitmodules
index b7154da..24cff1a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,6 +6,10 @@
 	path = plugins/cookbook-plugin
 	url = https://gerrit.googlesource.com/plugins/cookbook-plugin
 
+[submodule "plugins/download-commands"]
+	path = plugins/download-commands
+	url = https://gerrit.googlesource.com/plugins/download-commands
+
 [submodule "plugins/replication"]
 	path = plugins/replication
 	url = https://gerrit.googlesource.com/plugins/replication
diff --git a/plugins/BUCK b/plugins/BUCK
index ded6ba2..6440fb7 100644
--- a/plugins/BUCK
+++ b/plugins/BUCK
@@ -1,6 +1,7 @@
 BASE = get_base_path()
 CORE = [
   'commit-message-length-validator',
+  'download-commands',
   'replication',
   'reviewnotes',
 ]
diff --git a/plugins/download-commands b/plugins/download-commands
new file mode 160000
index 0000000..7e0fa44
--- /dev/null
+++ b/plugins/download-commands
@@ -0,0 +1 @@
+Subproject commit 7e0fa44b8e5598b37e0cb96d8c0f5d88fca7a049