Files
gerrit/plugins
Shawn Pearce 0c2467a9bf Merge branch 'stable-2.7'
* stable-2.7:
  Fix spelling errors in access-control.txt
  Access control documentation: Formatting
  Access control documentation: Clean up of categories
  Access Control Documentation: Explain special and magic refs
  Set core plugins to correct revisions for 2.6-rc2
  Update developer instructions for cloning the Gerrit project
  Fix Windows build

Conflicts:
	Documentation/access-control.txt

Change-Id: I1ee212d357f0da6d006c5fef9427a4b7138c7536
2013-05-10 10:06:20 -07:00
..
2013-05-10 10:06:20 -07:00
2013-05-10 10:06:20 -07:00
2013-05-09 13:40:36 +00: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.