You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/20 20:12:01 UTC

svn commit: r596787 - /directory/sandbox/felixk/tools/shell-commands.txt

Author: felixk
Date: Tue Nov 20 11:12:01 2007
New Revision: 596787

URL: http://svn.apache.org/viewvc?rev=596787&view=rev
Log:
A personal helper update

Modified:
    directory/sandbox/felixk/tools/shell-commands.txt

Modified: directory/sandbox/felixk/tools/shell-commands.txt
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/tools/shell-commands.txt?rev=596787&r1=596786&r2=596787&view=diff
==============================================================================
--- directory/sandbox/felixk/tools/shell-commands.txt (original)
+++ directory/sandbox/felixk/tools/shell-commands.txt Tue Nov 20 11:12:01 2007
@@ -1,4 +1,4 @@
 # some shell commands helpfull to me (felixk) and not really part of the studio project)
 
-find . -name "*.java" -print0 -exec cp {} ~/svn/felix/directory-studio/trunk/{} \;
+find . -name "*.java" -print0 -exec cp {} ~/svn/apache/directory/maven-studio/{} \;