James Moger
2012-10-03 f22a0633d08e38ac4bf92b5165a708e11b4d6598
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 {