huw         2002/08/10 18:59:06

  Modified:    .        build.xml
  Log:
  contents of /src/static are copied into distribution.
  
  Revision  Changes    Path
  1.150     +9 -0      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.149
  retrieving revision 1.150
  diff -u -r1.149 -r1.150
  --- build.xml 10 Aug 2002 11:05:01 -0000      1.149
  +++ build.xml 11 Aug 2002 01:59:06 -0000      1.150
  @@ -45,6 +45,7 @@
       <property name="java.dir" value="${src.dir}/java"/>
       <property name="conf.dir" value="${src.dir}/conf"/>
       <property name="script.dir" value="${src.dir}/script"/>
  +    <property name="static.dir" value="${src.dir}/static"/>
       <property name="lib.dir" value="lib"/>
       <property name="tools.dir" value="../jakarta-avalon/tools"/>
   
  @@ -408,6 +409,14 @@
               <fileset dir="${conf.dir}">
                   <include name="kernel.xml"/>
               </fileset>
  +        </copy>
  +
  +        <!--
  +          These files added so that the /apps and /ext directories would not be 
empty.  If empty, they are not created
  +          when a binary disribution is unpacked, causing a runtime error.
  +        -->
  +        <copy todir="${bin.dist.dir}">
  +            <fileset dir="${static.dir}"/>
           </copy>
   
           <antcall target="dist-mx4j"/>
  
  
  

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

Reply via email to