mirror of https://github.com/apache/activemq.git
Output was a little too verbose.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83825de78e
commit
6cf9741a08
|
@ -166,7 +166,7 @@ public class Main {
|
|||
ArrayList urls = new ArrayList();
|
||||
for (Iterator iter = extensions.iterator(); iter.hasNext();) {
|
||||
File dir = (File) iter.next();
|
||||
try{ System.out.println("Adding to classpath: " + dir.getCanonicalPath()); }catch(Exception e){}
|
||||
// try{ System.out.println("Adding to classpath: " + dir.getCanonicalPath()); }catch(Exception e){}
|
||||
urls.add(dir.toURL());
|
||||
File[] files = dir.listFiles();
|
||||
if( files!=null ) {
|
||||
|
|
Loading…
Reference in New Issue