mirror of https://github.com/apache/activemq.git
reducing verbosity
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6cf9741a08
commit
a234a6d495
|
@ -172,7 +172,7 @@ public class Main {
|
|||
if( files!=null ) {
|
||||
for (int j = 0; j < files.length; j++) {
|
||||
if( files[j].getName().endsWith(".zip") || files[j].getName().endsWith(".jar") ) {
|
||||
try{ System.out.println("Adding to classpath: " + files[j].getCanonicalPath()); }catch(Exception e){}
|
||||
// try{ System.out.println("Adding to classpath: " + files[j].getCanonicalPath()); }catch(Exception e){}
|
||||
urls.add(files[j].toURL());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue