You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/03/03 07:55:11 UTC

cvs commit: jakarta-avalon build.xml

colus       02/03/02 22:55:11

  Modified:    .        build.xml
  Log:
  Added project name property.
  
  Revision  Changes    Path
  1.120     +3 -3      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml	31 Jan 2002 17:12:53 -0000	1.119
  +++ build.xml	3 Mar 2002 06:55:11 -0000	1.120
  @@ -19,7 +19,7 @@
   ==============================================================================
   -->
   
  -<project default="main" basedir=".">
  +<project name="Avalon Framework" default="main" basedir=".">
   
     <!--
       Give user a chance to override without editing this file
  @@ -428,7 +428,7 @@
       <copy todir="${build.xdocs}" overwrite="true" filtering="on">
         <fileset dir="${xdocs.dir}"/>
       </copy>
  -        
  +
       <style style="${announce2txt}" in="${build.xdocs}/framework/announcement.xml"
              out="Announcement.txt"/>
       <style style="${announce2header}" in="${build.xdocs}/framework/announcement.xml"
  @@ -597,7 +597,7 @@
       <delete dir="${src.dist.dir}"/>
   
     </target>
  -  
  +
     <target name="sitebook2docbook" description="goes through all the xdocs and transforms them to docbook">
       <style style="${document2docbook}"
              basedir="${context.dir}/xdocs"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon build.xml

Posted by Eung-ju Park <co...@apache.org>.
----- Original Message -----
From: "Peter Donald" <pe...@apache.org>
To: "Avalon Developers List" <av...@jakarta.apache.org>
Sent: Sunday, March 03, 2002 4:39 PM
Subject: Re: cvs commit: jakarta-avalon build.xml


> On Sun, 3 Mar 2002 17:55, colus@apache.org wrote:
> > colus       02/03/02 22:55:11
> >
> >   Modified:    .        build.xml
> >   Log:
> >   Added project name property.
> >
> >   Revision  Changes    Path
> >   1.120     +3 -3      jakarta-avalon/build.xml
>
> Yea!!!
>
> I just went through and did that today to my other build files. Looks
> snazzier in IDEA.

Yep.
I see it on jakarta-ant's cvs notification mail. ;-)
I've confused with many same build.xml in IDEA's ant window

>
> Cheers,
>
> Pete
>
> ---------------------------------------
> Be nice to your friends. If it weren't
> for them, you'd be a complete stranger.
> ---------------------------------------
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-avalon build.xml

Posted by Peter Donald <pe...@apache.org>.
On Sun, 3 Mar 2002 17:55, colus@apache.org wrote:
> colus       02/03/02 22:55:11
>
>   Modified:    .        build.xml
>   Log:
>   Added project name property.
>
>   Revision  Changes    Path
>   1.120     +3 -3      jakarta-avalon/build.xml

Yea!!!

I just went through and did that today to my other build files. Looks 
snazzier in IDEA.

Cheers,

Pete

---------------------------------------
Be nice to your friends. If it weren't 
for them, you'd be a complete stranger.
---------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>