greenrd     00/09/22 16:01:17

  Modified:    .        build.xml
  Log:
  fixed missing lcp.bat and doing 1.8
  
  Revision  Changes    Path
  1.57      +2 -2      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml 2000/09/14 22:29:22     1.56
  +++ build.xml 2000/09/22 23:01:15     1.57
  @@ -138,7 +138,7 @@
       <tstamp/>
       <property name="Name" value="Cocoon"/>
       <property name="name" value="cocoon"/>
  -    <property name="version" value="1.8-dev"/>
  +    <property name="version" value="1.8"/>
       <property name="year" value="1999-2000"/>
   
       <echo message="      ------------------- ${Name} ${version} [${year}] 
---------"/>
  @@ -376,7 +376,7 @@
       <copydir src="${skins.dir}" dest="${dist.dir}/skins"/>
       <copydir src="${lib.dir}" dest="${dist.dir}/lib"/>
   
  -    <copydir src="." dest="${dist.dir}" includes="README, LICENSE, build.*, 
index.html" filtering="on"/>
  +    <copydir src="." dest="${dist.dir}" includes="README, LICENSE, build.*, 
lcp.bat, index.html" filtering="on"/>
   
       <chmod perm="+x" file="${dist.dir}/build.sh"/>
       <fixcrlf srcdir="${dist.dir}" includes="build.sh" cr="remove"/>
  
  
  

Reply via email to