James Moger
2011-07-22 88598bb2f779b73479512d818c675dea8fa72138
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 {