bodewig     02/03/27 06:24:55

  Modified:    proposal/gump build.xml
  Log:
  reflect changes to gen.sh
  
  Revision  Changes    Path
  1.10      +15 -1     jakarta-alexandria/proposal/gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 4 Mar 2002 08:08:18 -0000       1.9
  +++ build.xml 27 Mar 2002 14:24:55 -0000      1.10
  @@ -27,6 +27,7 @@
         <srcfiles dir="profile" includes="*.xml"/>
         <srcfiles dir="project" includes="*.xml"/>
         <srcfiles dir="repository" includes="*.xml"/>
  +      <srcfiles dir="server" includes="*.xml"/>
       </uptodate>
   
       <uptodate property="javadocs.uptodate" targetfile="javadocs/index.html">
  @@ -68,8 +69,20 @@
              style="stylesheet/sedmap.xsl"/>
     </target>
   
  +  <!-- Extract the info necessary to produce the deliver script -->
  +  <target name="deliver" depends="gen">
  +    <style in="work/merge.xml" out="work/deliver-local.sh" 
  +           style="stylesheet/deliver-local.xsl"/>
  +  </target>
  +
  +  <!-- Extract the info necessary to produce the naglist -->
  +  <target name="naglist" depends="gen">
  +    <style in="work/merge.xml" out="work/naglist" 
  +           style="stylesheet/nag.xsl"/>
  +  </target>
  +
     <!-- Add in the website information -->
  -  <target name="website" depends="build,update,publish,xref">
  +  <target name="website" depends="build,update,publish,xref,deliver,naglist">
       <style basedir="work" destdir="work" includes="*.def" extension=".site"
              style="${webstyle}"/>
     </target>
  @@ -88,6 +101,7 @@
         <source file="java/Module.java"/>
         <source file="java/Project.java"/>
         <source file="java/Repository.java"/>
  +      <source file="java/Server.java"/>
         <source file="java/Workspace.java"/>
       </javadoc>
     </target>
  
  
  

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

Reply via email to