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