bloritsch    2003/03/10 08:13:53

  Modified:    component build.xml
               instrument build.xml
  Log:
  add any missing build instructions
  
  Revision  Changes    Path
  1.39      +1 -1      avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 7 Mar 2003 19:35:47 -0000       1.38
  +++ build.xml 10 Mar 2003 16:13:52 -0000      1.39
  @@ -418,7 +418,7 @@
               <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
           </zip>
   
  -     <checksum file="${dist.base}/${dist.name}.zip"/>
  +     <checksum file="${dist.base}/${dist.name}.zip" fileext=".md5"/>
   
           <!--
             Not supported by released ant but when it is we should enable this across
  
  
  
  1.51      +1 -0      avalon-excalibur/instrument/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 10 Mar 2003 14:54:32 -0000      1.50
  +++ build.xml 10 Mar 2003 16:13:53 -0000      1.51
  @@ -304,6 +304,7 @@
   
           <zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
               <zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
  +            <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
           </zip>
          
            <checksum file="${dist.base}/${dist.name}.zip" fileext=".md5"/>
  
  
  

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

Reply via email to