You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/06 20:17:25 UTC

svn commit: r493542 - in /jakarta/commons/sandbox/javaflow/trunk/src/site: ./ site.xml

Author: dennisl
Date: Sat Jan  6 11:17:25 2007
New Revision: 493542

URL: http://svn.apache.org/viewvc?view=rev&rev=493542
Log:
First shot a Maven 2 site.
Note that the right banner image will not be copied to the site. If it is moved or copied to src/site/resources it works.

Added:
    jakarta/commons/sandbox/javaflow/trunk/src/site/
    jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml   (with props)

Added: jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml?view=auto&rev=493542
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml (added)
+++ jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml Sat Jan  6 11:17:25 2007
@@ -0,0 +1,16 @@
+<site>
+  <bannerRight>
+    <name>Commons Javaflow</name>
+    <src>images/javaflow-logo-white.png</src>
+    <href>http://jakarta.apache.org/commons/sandbox/javaflow/</href>
+  </bannerRight>
+  <body>
+    <menu name="Commons Javaflow">
+      <item name="Overview" href="/index.html" />
+      <item name="Downloads" href="/downloads.html"/>
+      <item name="Tutorial" href="/tutorial.html" />
+      <item name="API Documentation" href="/apidocs/index.html"/>
+      <item name="Ant Task" href="/antTask.html" />
+    </menu>
+  </body>
+</site>

Propchange: jakarta/commons/sandbox/javaflow/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native



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