Files
gerrit/plugins
David Pursehouse 7b9f5910fb PatchSet: Change isRef to isChangeRef
The name isChangeRef is clearer.

Update the replication plugin to use the new method name.

For backwards compatibility for other plugins, keep the isRef method
and mark it as deprecated.

Change-Id: I99c6b2daeaf6c3a5e5d948ae32e0751f3ffedf31
2015-10-08 20:40:28 +09: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.