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 2001/12/20 16:03:00 UTC

cvs commit: jakarta-avalon-cornerstone build.xml

hammant     01/12/20 07:03:00

  Modified:    .        build.xml
  Log:
  better copying of sar files to phoenix-apps dir
  
  Revision  Changes    Path
  1.84      +4 -10     jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.xml	2001/12/11 10:49:19	1.83
  +++ build.xml	2001/12/20 15:03:00	1.84
  @@ -419,7 +419,7 @@
       <copy todir="${dist.base}/phoenix-apps" flatten="true">
         <fileset dir="apps">
           <include name="*/dist/*.sar"/>
  -        <include name="demo/build/*.sar"/>
  +        <exclude name="ftpserver/dist/ftp-server.sar"/>
         </fileset>
       </copy>    
     </target>
  @@ -473,10 +473,6 @@
       <delete file="${dist.base}/${dist.name}-src.tar"/>
       <delete dir="${dist.name}" />
   
  -    <antcall target="distributions-apps" inheritall="false">
  -      <param name="dist.dir" value="${dist.name}" />
  -    </antcall>
  -
       <mkdir dir="${dist.base}/phoenix-apps"/>
   
       <ant antfile="build.xml" dir="apps/db" target="check"
  @@ -498,11 +494,9 @@
       <ant antfile="build.xml" dir="apps/xcommander" target="dist"
            inheritall="false"/>
   
  -    <copy todir="${dist.base}/phoenix-apps" flatten="true">
  -      <fileset dir="apps">
  -        <include name="*/dist/*.sar"/>
  -      </fileset>
  -    </copy>        
  +    <antcall target="distributions-apps" inheritall="false">
  +      <param name="dist.dir" value="${dist.name}" />
  +    </antcall>       
   
     </target>
   
  
  
  

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