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:
Hiram R. Chirino 2006-02-16 07:21:14 +00:00
parent 83825de78e
commit 6cf9741a08
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {