User: oleg    
  Date: 01/02/12 10:25:37

  Modified:    security/src/build build.bat
  Log:
  Didn't work under Win2000
  
  Revision  Changes    Path
  1.2       +1 -1      contrib/security/src/build/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/contrib/security/src/build/build.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.bat 2001/02/12 09:11:05     1.1
  +++ build.bat 2001/02/12 18:25:37     1.2
  @@ -5,7 +5,7 @@
   REM convenience bat file to build with
   if exist %1\dist\bin\run.jar (
     set jboss_home=%1
  -  set jboss_dist=%jboss_home%\dist
  +  set jboss_dist=%1\dist
   ) else (
     echo Specify a valid location for the jboss src as the first arg
     echo and rerun after building jboss src to create a dist directory
  
  
  

Reply via email to