leosutic    2003/08/10 15:22:16

  Modified:    attributes/site/xdocs index.xml navigation.xml
  Log:
  1. Moved all build stuff into Maven.
  2. Wrote a proper test case.
  3. Included support for attributes attached to fields and constructors.
  4. Slight code cleanups.
  
  Revision  Changes    Path
  1.2       +10 -14    avalon-sandbox/attributes/site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/attributes/site/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 10 Aug 2003 13:46:08 -0000      1.1
  +++ index.xml 10 Aug 2003 22:22:16 -0000      1.2
  @@ -4,27 +4,23 @@
   
       <properties>
           <author email="[EMAIL PROTECTED]">Leo Sutic</author>
  -        <title>Avalon Attribute Compiler</title>
  +        <title>Avalon Attributes</title>
       </properties>
   
       <body>
   
  -        <section name="Avalon Attribute Compiler">
  -
  +        <section name="Overview">
               <p>
  -                The Avalon Attribute Compiler (attrc) is a proof-of-concept
  -                demo to show how attributes can be implemented in a simple way.
  +                Avalon Attributes is a proof-of-concept demo to show how attributes 
  +                can be implemented in a simple way.
               </p>
               
  -            <subsection name="The Demo">
  -                <p>
  -                    Since I'm not very good with Maven, part of the demo was done 
with Ant.
  -                    Compile the package first by running maven. Then run the demo 
with ant.
  -                </p>
  -            </subsection>
  -
  -       </section>
  -
  +            <p>
  +                Please see the Javadoc overview for more information.
  +            </p>
  +        </section>
  +        
  +        
       </body>
   
   </document>
  
  
  
  1.2       +1 -0      avalon-sandbox/attributes/site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/attributes/site/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml    10 Aug 2003 13:46:08 -0000      1.1
  +++ navigation.xml    10 Aug 2003 22:22:16 -0000      1.2
  @@ -15,6 +15,7 @@
   
       <menu name="About Avalon Attributes">
         <item name="Overview" href="/index.html"/>
  +      <item name="API" href="/api/index.html"/>
       </menu>
   
    </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to