metasim     01/04/08 16:44:42

  Modified:    .        build.xml
  Log:
  Fixed location of manifest file.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-ant-antidote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-antidote/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/04/08 23:42:07     1.1
  +++ build.xml 2001/04/08 23:44:41     1.2
  @@ -26,7 +26,7 @@
     <property name="lib.dir" value="${src.dir}/lib"/>
     <property name="bin.dir" value="${src.dir}/bin"/>
     <property name="docs.dir" value="docs"/>
  -  <property name="manifest" value="${src.dir}/etc/manifest"/>
  +  <property name="manifest" value="${src.dir}/manifest"/>
   
     <!--  Set the properties for the build area  -->
     <property name="build.dir" value="build"/>
  
  
  

Reply via email to