Rename gerrit module to gerrit_ui

This frees up the name 'gerrit' in the top level page, making it
available for us to start publishing a JavaScript native API for
plugins to connect with the UI.

Change-Id: I71f374d7231859dc1ed7d8a0df27759dbfc1315f
This commit is contained in:
Shawn O. Pearce
2012-10-11 22:24:04 -07:00
parent 073da8a50a
commit 1915b91937
6 changed files with 8 additions and 8 deletions

View File

@@ -491,7 +491,7 @@ public class JettyServer {
for (File e : entries) {
if (e.isDirectory() /* must be a directory */
&& e.getName().startsWith("gerrit-gwtui-")
&& new File(e, "gerrit/gerrit.nocache.js").isFile()) {
&& new File(e, "gerrit_ui/gerrit_ui.nocache.js").isFile()) {
return Resource.newResource(e.toURI());
}
}