User: juha    
  Date: 00/09/04 09:32:41

  Modified:    build    build.xml
  Log:
  all beans should deploy now
  
  Revision  Changes    Path
  1.23      +4 -2      zola/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/zola/build/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 2000/07/03 19:51:56     1.22
  +++ build.xml 2000/09/04 16:32:40     1.23
  @@ -14,7 +14,7 @@
   <target name="init">
     <!-- NAMES -->
     <property name="project"    value="ZOL"/>
  -  <property name="version"    value="1.9"/>
  +  <property name="version"    value="2.0"/>
     <property name="final.name" value="${project}-${version}"/>
   
     <!-- COMPILATION PARAMETERS -->
  @@ -111,6 +111,8 @@
               dest="${build.scripts}/AccountClient.bat"/>
     <copyfile src="${src.scripts.windows}/testbean/TestBeanClient.bat"
               dest="${build.scripts}/TestBeanClient.bat"/>
  +  <copyfile src="$[src.scripts.windows}/shortpath/ShortPathClient.bat"
  +            dest="$build.scripts}/ShortPathClient.bat"/>
     <copyfile src="${src.scripts.unix}/testbean/TestBeanClient.sh"
               dest="${build.scripts}/TestBeanClient.sh"/>
     <copyfile src="${src.scripts.unix}/accountmanager/AccountClient.sh"
  @@ -119,7 +121,7 @@
               dest="${build.scripts}/MandelClient.sh"/>
     <copyfile src="${src.scripts.unix}/shoppingcart/ShoppingCartClient.sh"
               dest="${build.scripts}/ShoppingCartClient.sh"/>
  -         
  +            
               
     <!-- MISC FILES -->
     <copyfile src="AUTHORS"   dest="${final.dir}/AUTHORS"/>
  
  
  

Reply via email to