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 22:46:16 UTC

svn commit: r493583 - in /jakarta/commons/sandbox/proxy/trunk/src/site: ./ site.xml

Author: dennisl
Date: Sat Jan  6 13:46:15 2007
New Revision: 493583

URL: http://svn.apache.org/viewvc?view=rev&rev=493583
Log:
First shot at 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/proxy/trunk/src/site/
    jakarta/commons/sandbox/proxy/trunk/src/site/site.xml   (with props)

Added: jakarta/commons/sandbox/proxy/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/proxy/trunk/src/site/site.xml?view=auto&rev=493583
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/src/site/site.xml (added)
+++ jakarta/commons/sandbox/proxy/trunk/src/site/site.xml Sat Jan  6 13:46:15 2007
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons Proxy">
+  <bannerRight>
+    <name>Commons Proxy</name>
+    <src>images/logo.png</src>
+    <href>http://jakarta.apache.org/commons/sandbox/proxy/</href>
+  </bannerRight>
+  <body>
+    <menu name="Commons Proxy">
+      <item name="Overview" href="index.html"/>
+      <item name="Mailing lists" href="/mail-lists.html"/>
+      <item name="Team" href="/team-list.html"/>
+      <!--item name="Tasks" href="/tasks.html"/-->
+      <item name="SVN" href="http://svn.apache.org/viewvc/jakarta/commons/sandbox/proxy/trunk/"/>
+      <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
+    </menu>
+  </body>
+</project>

Propchange: jakarta/commons/sandbox/proxy/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