You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/07/15 13:20:34 UTC

svn commit: r219180 - in /jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs: index.xml navigation.xml style/ style/project.css

Author: skitching
Date: Fri Jul 15 04:20:32 2005
New Revision: 219180

URL: http://svn.apache.org/viewcvs?rev=219180&view=rev
Log:
Updates to use latest commons-build and maven.

Added:
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/project.css
Modified:
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml
    jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/navigation.xml

Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml?rev=219180&r1=219179&r2=219180&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/index.xml Fri Jul 15 04:20:32 2005
@@ -3,7 +3,7 @@
 <document>
 
  <properties>
-  <title></title>
+  <title>CLI</title>
   <author email="jstrachan@apache.org">James Strachan</author>
  </properties>
 

Modified: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/navigation.xml?rev=219180&r1=219179&r2=219180&view=diff
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/navigation.xml Fri Jul 15 04:20:32 2005
@@ -1,14 +1,28 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
 <project name="CLI">
 
   <title>CLI</title>
 
+  <organizationLogo href="/images/jakarta-logo-blue.gif">
+   Jakarta
+  </organizationLogo>
+
   <body>
+    <links>
+      <item name="Jakarta Commons"                   
+            href="http://jakarta.apache.org/commons/"/>
+    </links>
+
     <menu name="User Documentation">
       <item name="Introduction"      href="/introduction.html"/>
       <item name="Usage Scenarios"   href="/usage.html"/>
       <item name="Option Properties" href="/properties.html"/>
       <item name="Download" href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cli/v1.0/"/>
     </menu>
+
+    &common-menus;
+
   </body>
 </project>
+

Added: jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/project.css
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/project.css?rev=219180&view=auto
==============================================================================
--- jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/project.css (added)
+++ jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/xdocs/style/project.css Fri Jul 15 04:20:32 2005
@@ -0,0 +1,5 @@
+#banner, #banner td { 
+ background: #fff;
+ color: #000;
+}
+



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