User: chirino 
  Date: 01/07/10 20:49:42

  Modified:    src/examples cluster-run.bat
  Log:
  Moved the jbossmq-cluster.xml to the client directory since it is only used by 
clients.
  
  Revision  Changes    Path
  1.2       +10 -1     jbossmq/src/examples/cluster-run.bat
  
  Index: cluster-run.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/examples/cluster-run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cluster-run.bat   2001/03/02 07:04:48     1.1
  +++ cluster-run.bat   2001/07/11 03:49:42     1.2
  @@ -1 +1,10 @@
  -java -cp 
".;..\conf\default;..\client\jnp-client.jar;..\lib\ext\jbossmq.jar;..\lib\ext\jms.jar;..\lib\ext\gnu-regexp-1.0.8.jar;..\lib\xml.jar;..\lib\ext\oswego-concurrent.jar"
 %1 %2 %3 %4 %5 %6 %7 %8 %9
  +@echo off
  +
  +set CLASSPATH=.;..\client
  +set LOCALCLASSPATH=
  +for %%i in (..\client\*.*) do call lcp.bat %%i
  +for %%i in (..\lib\*.*) do call lcp.bat %%i
  +for %%i in (..\lib\ext\*.*) do call lcp.bat %%i
  +set CLASSPATH=%CLASSPATH%;%LOCALCLASSPATH%
  +
  +java %1 %2 %3 %4 %5 %6 %7 %8 %9
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to