Files
gerrit/gerrit-server
David Ostrovsky 9d485875ef PluginLoader: Don't low case plugin name
Since Ibbb15ad2a plugin name was low cased. This broke some plugins that
unable to reconstruct the real plugin name from the combination of site_path
and plugin name:

  new File(site.plugins_dir, pluginName + ".jar").getAbsolutePath()

returns now erroneously:

  <site_path>/plugins/github-plugin-2.10-snapshot.jar

instead of

  <site_path>/plugins/github-plugin-2.10-SNAPSHOT.jar

Change-Id: I9690f2af727a676be768936f02d30cca219c1fa7
2014-05-17 22:46:10 +02:00
..
2014-05-04 12:54:17 +02:00