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 19:10:59 UTC

cvs commit: jakarta-avalon-cornerstone/apps/demo build.xml

hammant     01/12/20 10:10:59

  Modified:    apps/demo build.xml
  Log:
  copy two sars
  
  Revision  Changes    Path
  1.28      +5 -2      jakarta-avalon-cornerstone/apps/demo/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/demo/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	2001/12/20 15:01:45	1.27
  +++ build.xml	2001/12/20 18:10:58	1.28
  @@ -307,8 +307,11 @@
       <!-- <fail message="install.dir not specified." unless="install.dir"/> -->
       <echo message="Installing to ${install.dir}" />
       <delete dir="${install.dir}/avalon-demo" />
  -    <copy file="${build.lib}/avalon-demo.sar" todir="${install.dir}" />
  -
  +    <copy todir="${install.dir}">
  +      <fileset dir="${build.lib}">
  +        <include name="avalon-*demo.sar"/>
  +      </fileset>
  +    </copy>
     </target>
   
     <target name="uninstall" description="Uninstalls from Phoenix">
  
  
  

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