You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/05/05 23:51:58 UTC

cvs commit: jakarta-commons-sandbox/attributes/site/xdocs attributes-logo.gif changelog.xml navigation.xml reference.xml

leosutic    2004/05/05 14:51:58

  Modified:    attributes project.xml
               attributes/site project.properties
               attributes/site/xdocs attributes-logo.gif changelog.xml
                        navigation.xml reference.xml
  Log:
  Adding documentation of the Taglet and the validation task.
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-commons-sandbox/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	5 May 2004 17:59:28 -0000	1.14
  +++ project.xml	5 May 2004 21:51:58 -0000	1.15
  @@ -26,7 +26,7 @@
       <organization>
           <name>The Apache Software Foundation</name>
           <url>http://jakarta.apache.org/</url>
  -        <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
  +        <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
       </organization>
       
       <currentVersion>2.0alpha</currentVersion>
  
  
  
  1.4       +5 -2      jakarta-commons-sandbox/attributes/site/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	19 Feb 2004 14:49:13 -0000	1.3
  +++ project.properties	5 May 2004 21:51:58 -0000	1.4
  @@ -19,8 +19,11 @@
   
   #maven.ui.banner.background = #fff
   #maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = file:/${basedir}/etc/site.jsl
  -maven.javadoc.stylesheet =${basedir}/etc/stylesheet.css
  +maven.xdoc.jsl=../sandbox-build/commons-site.jsl
  +maven.xdoc.date=left
  +maven.xdoc.poweredby.image=maven-feather.png
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   
   #
   # Declaration of the remote links to assign on javadoc generation.
  
  
  
  1.2       +16 -9     jakarta-commons-sandbox/attributes/site/xdocs/attributes-logo.gif
  
  	<<Binary file>>
  
  
  1.2       +5 -2      jakarta-commons-sandbox/attributes/site/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/changelog.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changelog.xml	5 May 2004 12:22:47 -0000	1.1
  +++ changelog.xml	5 May 2004 21:51:58 -0000	1.2
  @@ -25,15 +25,18 @@
       
       <body>
           <section name="2004-05-04">
  -            
               <ul>
                   <li>
                       <p>
                           Added a Taglet for Javadoc 1.4 and later.
                       </p>
                   </li>
  +                <li>
  +                    <p>
  +                        Added a the attribute-validator task.
  +                    </p>
  +                </li>
               </ul>
  -            
           </section>
   
   
  
  
  
  1.9       +10 -1     jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navigation.xml	5 May 2004 14:45:29 -0000	1.8
  +++ navigation.xml	5 May 2004 21:51:58 -0000	1.9
  @@ -16,6 +16,9 @@
   = limitations under the License.
   =
   -->
  +<!DOCTYPE project [
  +    <!ENTITY included-nav SYSTEM "../../../sandbox-build/incl_nav.xml">
  +]>
   <project>
       <title>Jakarta Commons Attributes</title>
       
  @@ -25,7 +28,7 @@
               <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
           </links>
           
  -        <menu name="About Commons Attributes">
  +        <menu name="Commons Attributes">
               <item name="Overview" href="/index.html"/>
               <item name="API" href="/api/index.html"/>
               <item name="Tutorial" href="/tutorial.html">
  @@ -42,6 +45,12 @@
               </item>
               
               <item name="Changelog" href="/changelog.html"/>
  +            
  +            <item name="Mailing Lists" href="/mail-lists.html"/>
  +            <item name="Developers" href="/team-list.html"/>
  +            <item name="Issue Tracking" href="/issue-tracking.html"/>
           </menu>
  +        
  +        &included-nav;
       </body>
   </project>
  
  
  
  1.5       +5 -0      jakarta-commons-sandbox/attributes/site/xdocs/reference.xml
  
  Index: reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/reference.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- reference.xml	5 May 2004 14:45:29 -0000	1.4
  +++ reference.xml	5 May 2004 21:51:58 -0000	1.5
  @@ -46,6 +46,11 @@
                   Taglets are only supported in Javadoc 1.4 and later.
               </p>
               
  +            <p><a href="validator.html">Validating</a>:
  +                How the attribute-validator task helps you ensure the
  +                attributes given to each program element are consistent.
  +            </p>
  +            
           </section>
       </body>
       
  
  
  

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