You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/09/19 00:29:40 UTC

svn commit: r696838 - /labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java

Author: thorsten
Date: Thu Sep 18 15:29:39 2008
New Revision: 696838

URL: http://svn.apache.org/viewvc?rev=696838&view=rev
Log:
making testing easier

Modified:
    labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java

Modified: labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java?rev=696838&r1=696837&r2=696838&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java (original)
+++ labs/droids/trunk/src/core/java/org/apache/droidsX/depot/filesystem/FileSystemWalker.java Thu Sep 18 15:29:39 2008
@@ -74,7 +74,7 @@
     TaskQueue queue = new SimpleTaskQueue();
     
     Collection<File> files = new ArrayList<File>();
-    files.add( new File( "/Users/ryan/Documents/workspace/APACHE" ) ); //APACHE/droids/src" ) );
+    files.add( new File( args[0] ) ); //APACHE/droids/src" ) );
     
     FileSystemWalker simple = new FileSystemWalker( queue, taskMaster );
     simple.setInitialFiles( files );



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org