User: jung    
  Date: 01/01/08 02:48:59

  Modified:    etc/makefiles zoap.xml
  Log:
  newer ant version.
  
  jaxp for ant.
  
  Revision  Changes    Path
  1.4       +13 -4     zoap/etc/makefiles/zoap.xml
  
  Index: zoap.xml
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/etc/makefiles/zoap.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- zoap.xml  2000/12/04 12:35:34     1.3
  +++ zoap.xml  2001/01/08 10:48:58     1.4
  @@ -1,5 +1,5 @@
   <!--         
=========================================================================================================
 -->
  -<!-- $Id: zoap.xml,v 1.3 2000/12/04 12:35:34 jung Exp $ -->
  +<!-- $Id: zoap.xml,v 1.4 2001/01/08 10:48:58 jung Exp $ -->
   <!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, --> 
   <!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
   <!-- -->
  @@ -19,7 +19,7 @@
   <!-- 
=========================================================================================================
 -->
   
   
  -<project name="zoap" default="main" basedir="../" verbose="true">
  +<project name="zoap" default="main" basedir="../../">
   
     <target name="init">
       <property name="name" value="zoap"/>
  @@ -130,8 +130,8 @@
        <copydir src="${etc.dir}/conf" dest="${dist.dir}/conf"/> 
        <copydir src="${etc.dir}/bat" dest="${dist.dir}/bin"/> 
        <copydir src="${lib.resources.dir}" dest="${dist.dir}/lib/resources"/>
  -     <copydir src="${docs.dir}" dest="${dist.dir}/docs"/> -->
  -     <copydir src="${etc.dir}/html" dest="${dist.dir}"/> -->
  +     <copydir src="${docs.dir}" dest="${dist.dir}/docs"/> 
  +     <copydir src="${etc.dir}/html" dest="${dist.dir}"/> 
     
     </target>
   
  @@ -171,6 +171,11 @@
   
   <!-- 
        $Log: zoap.xml,v $
  +     Revision 1.4  2001/01/08 10:48:58  jung
  +     newer ant version.
  +     
  +     jaxp for ant.
  +     
        Revision 1.3  2000/12/04 12:35:34  jung
        adopted to latest jboss container,
        
  
  
  

Reply via email to