patrickl    2002/10/16 20:00:03

  Modified:    .        build.properties.default build.xml
  Log:
  Adjust location of commons-launcher.jar. It is back in the "dist/bin" directory of 
its build location like it was when the code was in jakarta-commons-sandbox/daemon.
  
  Revision  Changes    Path
  1.44      +2 -2      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.properties.default  11 Oct 2002 15:16:41 -0000      1.43
  +++ build.properties.default  17 Oct 2002 03:00:03 -0000      1.44
  @@ -63,7 +63,7 @@
   commons-launcher.home=${base.path}/commons-launcher
   commons-launcher.lib=${commons-launcher.home}
   commons-launcher.bin=${commons-launcher.home}/bin
  -commons-launcher.jar=${commons-launcher.home}/commons-launcher.jar
  +commons-launcher.jar=${commons-launcher.home.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
   commons-launcher.loc=jakarta-commons-sandbox/launcher
   
  
  
  
  1.46      +1 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 15 Oct 2002 20:44:59 -0000      1.45
  +++ build.xml 17 Oct 2002 03:00:03 -0000      1.46
  @@ -800,7 +800,7 @@
         <param name="destfile" value="${commons-launcher.jar}"/>
       </antcall>
       <copy
  -      file="${commons-launcher.home}/dist/commons-launcher.jar"
  +      file="${commons-launcher.home}/dist/bin/commons-launcher.jar"
         tofile="${commons-launcher.jar}"
       />
       <copy
  
  
  

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

Reply via email to