James Moger
2011-05-20 f90dc635928f367f9078f814488c7e385ebc4e2e
src/com/gitblit/Launcher.java
@@ -101,6 +101,10 @@
    * @throws IOException
    */
   public static void addJarFile(File f) throws IOException {
      if (f.getName().indexOf("-sources") > -1 || f.getName().indexOf("-javadoc") > -1) {
         // don't add source or javadoc jars to runtime classpath
         return;
      }
      URL u = f.toURI().toURL();
      if (debug)
         System.out.println("load=" + u.toExternalForm());