You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-dev@jakarta.apache.org by rd...@apache.org on 2004/10/31 20:16:41 UTC

cvs commit: jakarta-ecs/docs index.html

rdonkin     2004/10/31 11:16:41

  Modified:    build    build-ecs.xml
               docs     index.html
  Log:
  Added plug for ApacheCon 2004.
  
  Revision  Changes    Path
  1.27      +7 -2      jakarta-ecs/build/build-ecs.xml
  
  Index: build-ecs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ecs/build/build-ecs.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build-ecs.xml	4 Jun 2003 22:11:33 -0000	1.26
  +++ build-ecs.xml	31 Oct 2004 19:16:41 -0000	1.27
  @@ -10,7 +10,7 @@
       <!-- Initializes some variables                                          -->
       <!-- =================================================================== -->
       <property name="Name" value="ECS"/>
  -    <property name="year" value="1999-2003"/>
  +    <property name="year" value="1999-2004"/>
       <property name="version" value="1.4.2"/>
       <property name="project" value="ecs"/>
       <property name="build.compiler" value="classic"/>
  @@ -262,7 +262,12 @@
       </target>
       
       <target name="docs" depends="prepare-error" if="AnakiaTask.present">
  -        <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">     
  +        <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">    
  +            <classpath>
  +                <fileset dir="./../../jakarta-site2/lib">
  +                    <include name="**/*.jar"/>
  +                </fileset>
  +            </classpath> 
             <classpath location="${velocity.jar}"/>  
             <classpath location="${commons-collections.jar}"/>  
             <classpath location="${jdom.jar}"/>  
  
  
  
  1.8       +32 -2     jakarta-ecs/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ecs/docs/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html	15 Jul 2003 22:42:31 -0000	1.7
  +++ index.html	31 Oct 2004 19:16:41 -0000	1.8
  @@ -1,5 +1,21 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
   
  +<!--
  +Copyright 1999-2004 The Apache Software Foundation
  +Licensed under the Apache License, Version 2.0 (the "License");
  +you may not use this file except in compliance with the License.
  +You may obtain a copy of the License at
  +
  +http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed under the License is distributed on an "AS IS" BASIS,
  +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +See the License for the specific language governing permissions and
  +limitations under the License.
  +-->
  +
  +
   <!-- Content Stylesheet for Site -->
   
           
  @@ -25,12 +41,23 @@
               <table border="0" width="100%" cellspacing="0">
                   <!-- TOP IMAGE -->
                   <tr>
  +                    <!-- ApacheCon -->
  +                    <td ailgn='LEFT'>
  +                        <a href="http://ApacheCon.Com/2004/US/">
  +                        <img src="http://ApacheCon.Com/2004/US/logos/logo_only.gif"
  +                        width="170" height="100" alt="ApacheCon!" title=
  +                        "Join Us At ApacheCon!"
  +                        border="0" />
  +                        </a>
  +                    </td>
  +                    <td align='RIGHT'>
                       <td align="left">
   <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
   </td>
   <td align="right">
   <a href="http://jakarta.apache.org/"><img src="././images/ecs-small.jpg" alt="Element Construction Set" border="0"/></a>
   </td>
  +                    </td>
                   </tr>
               </table>
               <table border="0" width="100%" cellspacing="4">
  @@ -41,7 +68,10 @@
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
                       <td width="20%" valign="top" nowrap="true">
  -                                <p><strong>Download</strong></p>
  +                    
  +    <!-- ============================================================ -->
  +
  +                <p><strong>Download</strong></p>
           <ul>
                       <li>    <a href="http://jakarta.apache.org/site/binindex.cgi">Binaries</a>
   </li>
  @@ -313,7 +343,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2003, Apache Software Foundation
  +                    Copyright &#169; 1999-2004, The Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-dev-help@jakarta.apache.org