James Moger
2012-02-02 615af14477b5ba896662c160c41c50a86e9203cc
src/com/gitblit/build/Build.java
@@ -270,7 +270,7 @@
      if (BuildType.RUNTIME.equals(type)) {
         jars = new String[] { "" };
      } else if (BuildType.COMPILETIME.equals(type)) {
         jars = new String[] { "-sources", "-javadoc" };
         jars = new String[] { "-sources" };
      }
      for (String jar : jars) {
         File targetFile = mo.getLocalFile("ext", jar);