James Moger
2012-02-03 b86562942b1d4a498e337b28201e0db308fa51c8
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);