Not clear what this for.  Is it to repair a bug in ant?

Shyam
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 1:38 PM
Subject: cvs commit: jakarta-alexandria/proposal/gump/project
jakarta-taglibs.xml


> rubys       01/07/06 13:38:26
>
>   Modified:    proposal/gump/project jakarta-taglibs.xml
>   Log:
>   Now define all three directories: base, build, and dist.
>
>   Revision  Changes    Path
>   1.12      +12 -6
jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml
>
>   Index: jakarta-taglibs.xml
>   ===================================================================
>   RCS file:
/home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -r1.11 -r1.12
>   --- jakarta-taglibs.xml 2001/07/04 01:53:56 1.11
>   +++ jakarta-taglibs.xml 2001/07/06 20:38:23 1.12
>   @@ -8,10 +8,10 @@
>      <cvs repository="jakarta"/>
>
>      <ant target="dist">
>   -    <property name="build.dir" value="build"/>
>   +    <property name="base.dir" reference="home"
project="jakarta-taglibs"/>
>   +    <property name="build.dir" reference="home"
project="taglibs.build"/>
>   +    <property name="dist.dir" reference="home" project="taglibs.dist"/>
>
>   -    <property name="dist.dir" reference="home"
project="jakarta-taglibs"/>
>   -
>        <property name="xerces.jar"
>           reference="jarpath" id="parser" project="xml-xerces"/>
>
>   @@ -40,10 +40,16 @@
>
>      <!-- for backwards compatibility with WebLogic 6.0 -->
>      <depend project="xml-xalan1"/>
>   -
>   -  <home nested="dist"/>
>   -
>      <project name="xml-xalan1">
>        <jar name="xtags/lib/xalan.jar"/>
>   +  </project>
>   +
>   +  <!-- Emulate the "do not change" portion of
build.properties.sample -->
>   +  <project name="taglibs.build">
>   +    <home nested="build"/>
>   +  </project>
>   +
>   +  <project name="taglibs.dist">
>   +    <home nested="dist"/>
>      </project>
>    </project>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to