/[Apache-SVN]/maven/components/trunk/sandbox/repoclean/src/main/bash/repoclean.sh
ViewVC logotype

Diff of /maven/components/trunk/sandbox/repoclean/src/main/bash/repoclean.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/components/trunk/sandbox/repoclean/src/main/bash/repoclean.sh	2005/05/09 15:36:19	169329
+++ maven/components/trunk/sandbox/repoclean/src/main/bash/repoclean.sh	2005/05/09 15:36:32	169330
@@ -2,19 +2,14 @@
 
 mypath=`which $0`
 
-echo "mypath: $mypath"
-
 mydir=`pwd`
 
 if [ "" != "$mypath" ]; then
 
-  echo "Setting mydir based on mypath..."
   mydir=`dirname $mypath`
 
 fi
 
-echo "mydir: $mydir"
-
 CP=$mydir/lib/repoclean-1.0-SNAPSHOT.jar
 
 for lib in `ls -1 $mydir/lib | grep -v 'repoclean'`
@@ -46,4 +41,4 @@ if [ -z "$JAVA_HOME" ]; then
   JAVA_HOME=/usr/local/java
 fi
 
-nice -n 19 $JAVA_HOME/bin/java -Xmx128M -Xms64M -Xincgc $JAVA_OPTS -classpath ${CP} org.apache.maven.tools.repoclean.Main $* | tee repoclean-log.txt
+nice -n 19 $JAVA_HOME/bin/java -Xmx128M -Xms64M -Xincgc $JAVA_OPTS -classpath ${CP} org.apache.maven.tools.repoclean.Main $*

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26