James Moger
2011-07-22 88598bb2f779b73479512d818c675dea8fa72138
src/com/gitblit/build/Build.java
@@ -49,6 +49,11 @@
 */
public class Build {
   /**
    * BuildType enumeration representing compile-time or runtime. This is used
    * to download dependencies either for Gitblit GO runtime or for setting up
    * a development environment.
    */
   public static enum BuildType {
      RUNTIME, COMPILETIME;
   }
@@ -320,6 +325,11 @@
      System.out.print("] " + url);
   }
   /**
    * MavenObject represents a complete maven artifact (binary, sources, and
    * javadoc). MavenObjects can be downloaded and checksummed to confirm
    * authenticity.
    */
   private static class MavenObject {
      public static final MavenObject JCOMMANDER = new MavenObject("jCommander", "com/beust",