You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/07/19 14:43:34 UTC

cvs commit: xml-cocoon2 announcement.xml build.xml

cziegeler    01/07/19 05:43:34

  Modified:    .        Tag: cocoon_20_branch announcement.xml build.xml
  Log:
  Added filter docname to build script, so we can simply refer to it in the docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +6 -6      xml-cocoon2/announcement.xml
  
  Index: announcement.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/announcement.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- announcement.xml	2001/06/22 11:00:58	1.1.2.2
  +++ announcement.xml	2001/07/19 12:43:34	1.1.2.3
  @@ -1,19 +1,19 @@
   <?xml version="1.0"?>
   
   <announcement site="http://xml.apache.org/cocoon2">
  -  <project>@name@ @version@</project>
  +  <project>@Name@ @version@</project>
     <abstract>
   The Apache Cocoon team is proud to announce the @release@ release
  -of @name@ @short-version@.  This release has been tested thoroughly.
  +of @docname@.  This release has been tested thoroughly.
     </abstract>
     <body>
       <p>
  -Cocoon2 is a complete rewrite of the Cocoon XML publishing framework that
  +@docname@ is a complete rewrite of the Cocoon XML publishing framework that
   is supposed to remove all those design constraints that emerged from the
  -Cocoon1 experience.
  +Apache Cocoon 1 experience.
       </p>
       <p>
  -The Cocoon Project has gone a long way since its creation on
  +The @Name@ Project has gone a long way since its creation on
   January 1999. It started as a simple servlet for static XSL styling and became
   more and more powerful as new features were added. Unfortunately, design
   decisions made early in the project influenced its evolution. Today, some of
  @@ -22,7 +22,7 @@
   reconsidered under this new light.
       </p>
       <p>
  -While Cocoon started as a small step in the direction of a new
  +While @Name@ started as a small step in the direction of a new
   web publishing idea based on better design patterns and reviewed estimations
   of management issues, the technology used was not mature enough for tools to
   emerge. Today, most web engineers consider XML as the key for an improved web
  
  
  
  1.8.2.19  +4 -8      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.18
  retrieving revision 1.8.2.19
  diff -u -r1.8.2.18 -r1.8.2.19
  --- build.xml	2001/07/19 07:59:02	1.8.2.18
  +++ build.xml	2001/07/19 12:43:34	1.8.2.19
  @@ -209,10 +209,12 @@
       -->
       <property name="tools.jar" value="${java.home}/lib/tools.jar"/>
   
  -    <filter token="Name"    value="${Name}"/>
  +    <filter token="Name"    value="${fullname}"/>
       <filter token="name"    value="${fullname}"/>
  +    <filter token="release" value="${release}"/>
       <filter token="year"    value="${year}"/>
       <filter token="version" value="${version}"/>
  +    <filter token="docname" value="${fullname} ${short.version}"/>
       <filter token="date"    value="${TODAY}"/>
       <filter token="log"     value="true"/>
       <filter token="verbose" value="true"/>
  @@ -667,14 +669,8 @@
     <!-- Create the announcements                                            -->
     <!-- =================================================================== -->
     <target name="announcement" depends="prepare" description="* Creates the announcement for new releases">
  -
  -    <filter token="name" value="${Name}"/>
  -    <filter token="version" value="${version}"/>
  -    <filter token="year" value="${year}"/>
  -    <filter token="release" value="${release}"/>
  -    <filter token="short-version" value="${short.version}"/>
   
  -    <copy file="announcement.xml" tofile="${build.announce}" filtering="yes"/>
  +    <copy file="announcement.xml" tofile="${build.announce}" filtering="on"/>
   
       <style basedir="${build.dir}" destdir="./" style="${announce2txt}"
              includes="Announcement.xml" extension=".txt"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org