hammant     2002/10/02 12:57:31

  Modified:    ftpserver build.xml
  Log:
  upgrade xdoclet taskdef usage
  
  Revision  Changes    Path
  1.42      +3 -18     jakarta-avalon-apps/ftpserver/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/ftpserver/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml 3 Sep 2002 07:37:25 -0000       1.41
  +++ build.xml 2 Oct 2002 19:57:31 -0000       1.42
  @@ -106,12 +106,9 @@
   
     </target>
   
  -  <target name="test-xdoclet">  
  -    <available classname="xdoclet.XDocletMain" classpathref="project.class.path" 
property="xdoclet.present"/>    
  -  </target>
   
     <!-- Make .xinfo and manifest automatically for blocks -->
  -  <target name="phoenix-xdoclet" depends="compile" if="xdoclet.present">
  +  <target name="phoenix-xdoclet" depends="compile">
     
       <mkdir dir="${build.xdoclet}"/>
     
  @@ -131,18 +128,8 @@
       
     </target>  
   
  -
  -  <!-- Make .xinfo and manifest automatically for blocks -->
  -  <target name="no-phoenix-xdoclet" depends="compile" unless="xdoclet.present">
  -  
  -    <mkdir dir="${build.xdoclet}"/>
  -  
  -    <unzip src="${src.dir}/generated-by-xdoclet.zip" dest="${build.xdoclet}" />
  -
  -  </target>
  -
     <!-- Jars up project -->
  -  <target name="jars" depends="test-xdoclet, phoenix-xdoclet, no-phoenix-xdoclet">
  +  <target name="jars" depends="phoenix-xdoclet">
     
       <mkdir dir="${build.lib}"/>
   
  @@ -244,6 +231,7 @@
           <include name="common/lib/avalon-*"/>
           <include name="common/lib/cornerstone.jar"/>
           <include name="common/lib/phoenix-*"/>
  +        <include name="common/lib/qdox-*"/>
         </fileset>
       </zip>
   
  @@ -305,9 +293,6 @@
       <copy todir="${src.dist.src}">
         <fileset dir="${src.dir}"/>
       </copy>
  -    
  -    <zip zipfile="${src.dist.src}/generated-by-xdoclet.zip"
  -         basedir="${build.xdoclet}"/>    
   
       <copy todir="${src.dist.dir}">
         <fileset dir=".">
  
  
  

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

Reply via email to