Thanks Carsten.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 27 May 2002 4:29 pm
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-cocoon2 build.xml
> 
> 
> morrijr     02/05/27 08:29:20
> 
>   Modified:    .        build.xml
>   Log:
>   Dynamic jars.xml replaces static
>   
>   Revision  Changes    Path
>   1.219     +4 -1      xml-cocoon2/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/xml-cocoon2/build.xml,v
>   retrieving revision 1.218
>   retrieving revision 1.219
>   diff -u -r1.218 -r1.219
>   --- build.xml       25 May 2002 15:32:00 -0000      1.218
>   +++ build.xml       27 May 2002 15:29:20 -0000      1.219
>   @@ -973,7 +973,7 @@
>      <!-- 
> ==============================================================
> ===== -->
>      <!-- Prepares the docs                                   
>                 -->
>      <!-- 
> ==============================================================
> ===== -->
>   -  <target name="prepare-docs" depends="init">
>   +  <target name="prepare-docs" depends="check-jars">
>        <mkdir dir="${build.context}"/>
>        <mkdir dir="${build.context}/images"/>
>        <mkdir dir="${build.docs}"/>
>   @@ -992,6 +992,8 @@
>        <replace file="${build.context}/xdocs/changes.xml" 
> token="src/documentation/xdocs/dtd/" value="dtd/"/>
>        <replace file="${build.context}/xdocs/todo.xml"    
> token="src/documentation/xdocs/dtd/" value="dtd/"/>
>    
>   +           <copy file="${build.dir}/jars.xml" 
> tofile="${build.context}/xdocs/installing/jars.xml" 
> filtering="off" overwrite="yes"/>
>   +
>        <!-- Copy images -->
>        <copy todir="${build.context}/images" filtering="off">
>          <fileset dir="${context.dir}/images"/>
>   @@ -1019,6 +1021,7 @@
>      <target name="docs_check" depends="init">
>        <uptodate property="docs.notrequired" 
> targetfile="${build.docs}/index.html" >
>          <srcfiles dir="." includes="changes.xml,todo.xml"/>
>   +                   <srcfiles dir="${build.dir}" 
> includes="jars.xml"/>
>          <srcfiles dir="${context.dir}/xdocs" includes="**/*.xml"/>
>        </uptodate>
>      </target>
>   
>   
>   
> 
> ----------------------------------------------------------------------
> In case of troubles, e-mail:     [EMAIL PROTECTED]
> To unsubscribe, e-mail:          [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to