You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/05/17 04:28:30 UTC

cvs commit: cocoon-2.1/src/targets admin-build.xml

vgritsenko    2003/05/16 19:28:30

  Modified:    .        forrest.properties
               src/documentation skinconf.xml
               src/documentation/xdocs who.xml
               src/java/org/apache/cocoon cocoon.properties
               src/targets admin-build.xml
  Log:
  site fixes
  
  Revision  Changes    Path
  1.8       +1 -1      cocoon-2.1/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/forrest.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- forrest.properties	15 May 2003 14:07:36 -0000	1.7
  +++ forrest.properties	17 May 2003 02:28:30 -0000	1.8
  @@ -6,7 +6,7 @@
   #forrest.echo=true 
   
   # Project name (used to name .war file)
  -project.name=cocoon-2.1-M2-dev
  +project.name=cocoon-2.1m2-dev
   
   # Specifies name of Forrest skin to use
   #project.skin=forrest-site
  
  
  
  1.3       +6 -6      cocoon-2.1/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/skinconf.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skinconf.xml	23 Mar 2003 10:22:18 -0000	1.2
  +++ skinconf.xml	17 May 2003 02:28:30 -0000	1.3
  @@ -62,18 +62,18 @@
     <!-- Do we want to disable w3c compliance links? -->
     <disable-compliance-links>false</disable-compliance-links>
   
  -  <searchsite-domain>xml.apache.org</searchsite-domain>
  -  <searchsite-name>Cocoon</searchsite-name>  
  +  <searchsite-domain>cocoon.apache.org</searchsite-domain>
  +  <searchsite-name>Apache Cocoon</searchsite-name>  
   
     <!-- mandatory project logo
          skin: forrest-site renders it at the top -->
     <project-name>Apache Cocoon</project-name>
  -  <project-url>http://xml.apache.org/cocoon/</project-url>
  +  <project-url>http://cocoon.apache.org/</project-url>
     <project-logo>images/project-logo.gif</project-logo>
   
     <!-- optional group logo
          skin: forrest-site renders it at the top-left corner -->
  -  <group-name>Apache</group-name>
  +  <group-name>Apache Cocoon</group-name>
     <group-url>http://xml.apache.org</group-url>
     <group-logo>images/group-logo.gif</group-logo>
   
  @@ -91,8 +91,8 @@
     -->
     <trail>
       <link1 name="apache" href="http://www.apache.org/"/>
  -    <link2 name="xml.apache" href="http://xml.apache.org/"/>
  -    <link3 name="" href=""/>
  +    <link2 name="xml" href="http://xml.apache.org/"/>
  +    <link3 name="cocoon" href="http://cocoon.apache.org/"/>
     </trail>
   
     <!-- Credits are typically rendered as a set of small clickable images in the
  
  
  
  1.4       +1 -1      cocoon-2.1/src/documentation/xdocs/who.xml
  
  Index: who.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/who.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- who.xml	16 May 2003 21:13:14 -0000	1.3
  +++ who.xml	17 May 2003 02:28:30 -0000	1.4
  @@ -65,7 +65,6 @@
         <li>Peter Royal (proyal.at.apache.org)</li>
         <li>Andrew Savory (asavory.at.apache.org)</li>
         <li>Diana Shannon (shannon.at.apache.org)</li>
  -      <li>Davanum Srinivas (dims.at.apache.org)</li>
         <li>Jeff Turner (jefft.at.apache.org)</li>
         <li>Sylvain Wallez (sylvain.at.apache.org)</li>
         <li>Carsten Ziegeler (cziegeler.at.apache.org)</li>
  @@ -81,6 +80,7 @@
         <li>Gerhard Froehlich (froehlich.at.apache.org)</li>
         <li>Berin Loritsch (bloritsch.at.apache.org)</li>
         <li>Martin Man (mman.at.apache.org)</li>
  +      <li>Davanum Srinivas (dims.at.apache.org)</li>
       </ul>
     </s2>
   
  
  
  
  1.5       +1 -2      cocoon-2.1/src/java/org/apache/cocoon/cocoon.properties
  
  Index: cocoon.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/cocoon.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cocoon.properties	29 Apr 2003 08:41:07 -0000	1.4
  +++ cocoon.properties	17 May 2003 02:28:30 -0000	1.5
  @@ -4,10 +4,9 @@
   # very high change of breaking the build system. Do it only if you know what
   # you're doing.
   
  -version=2.1-M2-dev
  +version=2.1m2-dev
   released.version=2.0.4
   year=1999-2003
   name=cocoon
   Name=Cocoon
   fullname=Apache Cocoon
  -
  
  
  
  1.7       +1 -1      cocoon-2.1/src/targets/admin-build.xml
  
  Index: admin-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/admin-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- admin-build.xml	15 May 2003 14:07:36 -0000	1.6
  +++ admin-build.xml	17 May 2003 02:28:30 -0000	1.7
  @@ -1,7 +1,7 @@
   <!-- === Admin targets ===================================================== -->
   
     <!-- Creates the web site  -->
  -  <target name="site" depends="forrest, javadocs">
  +  <target name="site" depends="init, forrest, javadocs" description="[admin] Builds the site">
       <mkdir dir="${site}"/>
       <copy todir="${site}" filtering="off">
         <fileset dir="${build.docs}"/>