FYI some tabs slipped through in this commit.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



[EMAIL PROTECTED] wrote on 08/12/2003 06:09:37 AM:

> epugh       2003/12/07 11:09:37
> 
>   Modified:    configuration/xdocs navigation.xml
>                configuration project.properties
>   Log:
>   Tweak site to better match other commons projects.
> 
>   Revision  Changes    Path
>   1.4       +12 -2 
jakarta-commons-sandbox/configuration/xdocs/navigation.xml
> 
>   Index: navigation.xml
>   ===================================================================
>   RCS file: 
/home/cvs/jakarta-commons-sandbox/configuration/xdocs/navigation.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- navigation.xml   5 Dec 2003 22:11:03 -0000   1.3
>   +++ navigation.xml   7 Dec 2003 19:09:37 -0000   1.4
>   @@ -1,11 +1,18 @@
>    <?xml version="1.0" encoding="ISO-8859-1"?>
>   +
>   +<!DOCTYPE project [
>   +<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
>   +]>
>   +
>    <project name="Configuration">
> 
>      <title>Configuration</title>
>   -  <organizationLogo 
href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
>   +  <organizationLogo href="/images/jakarta-logo-blue.gif">
>   +   Jakarta
>   +  </organizationLogo>
> 
>      <body>
>   -    <menu name="Configuration">
>   +   <menu name="Configuration">
>          <item name="Home"                href="/index.html"/>
>          <item name="Overview"            href="/overview.html"/>
>          <item name="Examples"            href="/examples.html"/>
>   @@ -14,5 +21,8 @@
>        <menu name="Extensions">
>          <item name="Avalon Component" href="http://jakarta.apache.
> org/turbine/fulcrum/fulcrum-configuration/index.html"/>
>        </menu> 
>   + 
>   +    &commons-nav;
>   +
>      </body>
>    </project>
> 
> 
> 
>   1.9       +4 -4 
jakarta-commons-sandbox/configuration/project.properties
> 
>   Index: project.properties
>   ===================================================================
>   RCS file: 
/home/cvs/jakarta-commons-sandbox/configuration/project.properties,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- project.properties   11 Nov 2003 15:02:07 -0000   1.8
>   +++ project.properties   7 Dec 2003 19:09:37 -0000   1.9
>   @@ -2,10 +2,10 @@
>    # P R O J E C T  P R O P E R T I E S
>    # -------------------------------------------------------------------
> 
>   -# display the date on the site
>   -maven.xdoc.date = left
>   -# Display the version the web site is documenting
>   -maven.xdoc.version = ${pom.currentVersion}
>   +maven.xdoc.date=left
>   +maven.xdoc.version=${pom.currentVersion}
> 
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
>   +
> 
>    compile.debug = on
>    compile.optimize = off
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to