geirm       01/12/09 11:42:53

  Modified:    examples/app_example1 Tag: VEL_1_2_BRANCH example.bat
                        example.sh
  Log:
  Update to scripts to deal with the new dep-free jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.6.1   +1 -0      jakarta-velocity/examples/app_example1/example.bat
  
  Index: example.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/app_example1/example.bat,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- example.bat       2001/04/10 12:15:38     1.1
  +++ example.bat       2001/12/09 19:42:52     1.1.6.1
  @@ -2,6 +2,7 @@
   
   set VELCP=.
   for %%i in (..\..\bin\*.jar) do set VELCP=%VELCP%;%%i
  +for %%i in (..\..\build\lib\*.jar) do set VELCP=%VELCP%;%%i
   
   echo Using classpath:  %VELCP%
   
  
  
  
  1.3.4.1   +5 -0      jakarta-velocity/examples/app_example1/example.sh
  
  Index: example.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/app_example1/example.sh,v
  retrieving revision 1.3
  retrieving revision 1.3.4.1
  diff -u -r1.3 -r1.3.4.1
  --- example.sh        2001/05/10 10:56:30     1.3
  +++ example.sh        2001/12/09 19:42:52     1.3.4.1
  @@ -7,6 +7,11 @@
       _VELCP=$_VELCP:"$i"
   done
    
  +for i in ../../build/lib/*.jar
  +do
  +    _VELCP=$_VELCP:"$i"
  +done
  +
   # convert the unix path to windows
   if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
       _VELCP=`cygpath --path --windows "$_VELCP"`
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to