Files
gerrit/plugins
Dave Borowitz b4497fd7ce Merge branch 'stable-2.6' into stable-2.7
* stable-2.6:
  Fix: Duplicate options of permitted_labels.
  Make links appear with the same color in Change UI
  Update revision of reviewnotes plugin

Conflicts:
	plugins/reviewnotes

Change-Id: Ib88f7163a15a6fefd0f30f7eacef7b576aa79ab1
2013-09-30 11:13:10 -07:00
..
2013-09-18 13:05:11 -07:00

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.