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:
		@@ -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());
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user