James Moger
2012-06-18 67d4f89b0cddb3de05c20e08c20f1bea714c2a9e
src/com/gitblit/build/BuildWebXml.java
@@ -126,6 +126,9 @@
      return key.startsWith(Keys.server._ROOT);
   }
   /**
    * Setting represents a setting and its comments from the properties file.
    */
   private static class Setting {
      final String name;
      final String value;
@@ -138,6 +141,9 @@
      }
   }
   /**
    * JCommander Parameters class for BuildWebXml.
    */
   @Parameters(separators = " ")
   private static class Params {