[jboss-cvs] JBossCache/etc ...

Manik Surtani manik at jboss.org
Tue Apr 17 03:44:06 EDT 2007


  User: msurtani
  Date: 07/04/17 03:44:06

  Modified:    etc      build.sh build.bat
  Log:
  Simplified scripts
  
  Revision  Changes    Path
  1.2       +0 -20     JBossCache/etc/build.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.sh
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.sh	31 Mar 2005 10:10:54 -0000	1.1
  +++ build.sh	17 Apr 2007 07:44:06 -0000	1.2
  @@ -3,25 +3,5 @@
   CACHE_HOME=`dirname $0`
   ANT_HOME=$CACHE_HOME/ant-dist
   
  -#CLASSPATH=$ANT_HOME/lib/ant.jar:$ANT_HOME/lib/optional.jar:$ANT_HOME/lib/junit.jar:$JAVA_HOME/lib/tools.jar
  -
  -# OS specific support (must be 'true' or 'false').
  -#cygwin=false;
  -#case "`uname`" in
  -#    CYGWIN*)
  -#        cygwin=true
  -#        ;;
  -#esac
  -
  -#if [ $cygwin = "true" ]; then
  -# Note that JAVA_HOME evn needs to be set under cygwin explictly,
  -# /cygdrive/e:/j2sdkxxx, for this to work correctly. Otherwise,
  -# javac can't be located correctly.
  -#   CP=`cygpath -wp $CLASSPATH`
  -#else
  -#   CP=$CLASSPATH
  -#fi
  -
  -#java -cp $CP org.apache.tools.ant.Main "$@"
   $ANT_HOME/bin/ant "$@"
   
  
  
  
  1.2       +3 -4      JBossCache/etc/build.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.bat
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.bat	31 Mar 2005 10:10:54 -0000	1.1
  +++ build.bat	17 Apr 2007 07:44:06 -0000	1.2
  @@ -1,4 +1,3 @@
   @echo off
   set ANT_HOME=.\ant-dist
  -REM java -cp %ANT_HOME%/lib/ant.jar;%ANT_HOME%/lib/optional.jar;%ANT_HOME%/lib/junit.jar;%JAVA_HOME%/lib/tools.jar org.apache.tools.ant.Main %1 %2 %3 %4 %5
   %ANT_HOME%\bin\ant %1 %2 %3 %4 %5
  
  
  



More information about the jboss-cvs-commits mailing list