[jboss-cvs] JBossCache/etc ...

Ben Wang bwang at jboss.com
Fri Sep 29 00:03:10 EDT 2006


  User: bwang   
  Date: 06/09/29 00:03:10

  Modified:    etc      runShellDemo.bat runShellDemo.sh
  Log:
  upd
  
  Revision  Changes    Path
  1.11      +1 -1      JBossCache/etc/runShellDemo.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: runShellDemo.bat
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/runShellDemo.bat,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- runShellDemo.bat	26 Sep 2006 08:56:43 -0000	1.10
  +++ runShellDemo.bat	29 Sep 2006 04:03:10 -0000	1.11
  @@ -16,5 +16,5 @@
   
   set ARGS=-Dlog4j.configuration=file:%L4J%
   
  -java -cp %CP% "-javaagent:%CACHE_LIB%\jboss-aop-jdk50.jar" %ARGS% -Djboss.aop.aoppath=%AOP_PATH% bsh.Console
  +java -cp %CP% "-javaagent:%CACHE_LIB%\jboss-aop-jdk50.jar" %ARGS% -Djboss.aop.path=%AOP_PATH% bsh.Console
   
  
  
  
  1.10      +1 -1      JBossCache/etc/runShellDemo.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: runShellDemo.sh
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/runShellDemo.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- runShellDemo.sh	24 Sep 2006 15:54:51 -0000	1.9
  +++ runShellDemo.sh	29 Sep 2006 04:03:10 -0000	1.10
  @@ -33,6 +33,6 @@
   
   #JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n"
   
  -ARGS="-javaagent:${CACHE_LIB}/jboss-aop-jdk50.jar -Dlog4j.configuration=file:$L4J -Djboss.aop.aoppath=$AOP_PATH"
  +ARGS="-javaagent:${CACHE_LIB}/jboss-aop-jdk50.jar -Dlog4j.configuration=file:$L4J -Djboss.aop.path=$AOP_PATH"
   
   java -cp $CP $ARGS $JAVA_OPTS bsh.Console &
  
  
  



More information about the jboss-cvs-commits mailing list