You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/02 20:55:11 UTC

cvs commit: jakarta-avalon-phoenix build.xml

hammant     02/04/02 10:55:10

  Modified:    .        build.xml
  Log:
  zip attr correction
  
  Revision  Changes    Path
  1.110     +1 -1      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- build.xml	27 Mar 2002 22:06:37 -0000	1.109
  +++ build.xml	2 Apr 2002 18:55:10 -0000	1.110
  @@ -500,7 +500,7 @@
       <target name="make-pdk" depends="jars" description="Generates the PDK distribution">
   
           <mkdir dir="${dist.base}"/>
  -        <zip file="${dist.base}/phoenix-developers-kit.zip">
  +        <zip zipfile="${dist.base}/phoenix-developers-kit.zip">
               <fileset dir="src/pdk">
                   <include name="**"/>
               </fileset>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>