Changeset 14643

Show
Ignore:
Timestamp:
07/08/10 01:30:01 (2 months ago)
Author:
dkhaywood
Message:

more on docs and site

Location:
framework/trunk/plugins/sql-integrationtests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/plugins/sql-integrationtests/pom.xml

    r14596 r14643  
    1313                <groupId>org.nakedobjects</groupId> 
    1414                <artifactId>plugins</artifactId> 
    15                 <version>1.0.1-SNAPSHOT</version> 
     15                <version>4.0.1-SNAPSHOT</version> 
    1616        </parent> 
    1717         
  • framework/trunk/plugins/sql-integrationtests/src/site/site.xml

    r14622 r14643  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22<project> 
    3   <body> 
     3        <body> 
    44 
    5         <breadcrumbs> 
    6                 <item name="SQL Persistor Tests" href="index.html" /> 
    7         </breadcrumbs> 
    8          
    9     <menu name="SQL Persistor Tests"> 
    10         <item name="About" href="index.html"/> 
    11     </menu> 
    12      
    13   </body> 
     5                <bannerLeft> 
     6                        <name>Naked Objects</name> 
     7                        <src>../../images/banner-left.png</src> 
     8                        <href>http://www.nakedobjects.org/index.html</href> 
     9                </bannerLeft> 
     10 
     11                <bannerRight> 
     12                        <src>../../images/sflogo.png</src> 
     13                        <href>http://sourceforge.net/projects/nakedobjects</href> 
     14                </bannerRight> 
     15 
     16                <breadcrumbs> 
     17                        <item name="SQL Persistor Tests" href="index.html" /> 
     18                </breadcrumbs> 
     19 
     20                <menu name="SQL Persistor Tests"> 
     21                        <item name="About" href="index.html" /> 
     22                </menu> 
     23 
     24                <!-- 
     25                <menu name="Documentation"> 
     26                </menu> 
     27                --> 
     28 
     29                <menu name="Maven Reports" ref="reports" /> 
     30 
     31                <!-- 
     32                <menu name="For Contributors">rs"> 
     33                </menu> 
     34                --> 
     35 
     36 
     37        </body> 
    1438</project>