Do plugin configuration in a plugin section in gerrit.config

Plugins should not introduce new sections in the gerrit.config file,
but define their configuration parameters in a plugin subsection.

So instead of having

  [avatar]
    url = ...

the configuration must now be

  [plugin "<plugin-name>"]
    url = ...

Since we just created the project newly to fix the project name, it's
a good opportunity to change the configuration as well.

Change-Id: Icba8d50185bd542e5a3900e8a19b48284ba46212
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2 files changed
tree: 5df7f249ec9d52ec6439fa6c6d8038d819a7ab76
  1. .settings/
  2. src/
  3. .gitignore
  4. BUCK
  5. LICENSE
  6. pom.xml