James Moger
2012-02-02 d394d950100a97b7d73f0e162b64b0b8f3cef988
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 {