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/07 14:26:25 UTC

svn commit: r493718 - in /jakarta/commons/proper/commons-build/trunk/samples: sandbox-site.xml.sample site.xml.sample

Author: dennisl
Date: Sun Jan  7 05:26:24 2007
New Revision: 493718

URL: http://svn.apache.org/viewvc?view=rev&rev=493718
Log:
Add sample site.xml files for proper and sandbox components.

Added:
    jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample   (with props)
    jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample   (with props)

Added: jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample?view=auto&rev=493718
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample (added)
+++ jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample Sun Jan  7 05:26:24 2007
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project name="Commons Foo">
+  <bannerRight>
+    <name>Commons Foo</name>
+    <src>images/logo.png</src>
+    <href>http://jakarta.apache.org/commons/sandbox/foo/</href>
+  </bannerRight>
+  <body>
+    <!-- If you want any extra links, add them here, otherwise remove this
+    <links/>
+    -->
+    <menu name="Commons Foo">
+      <!-- Pick the ones that fit your component or add new ones -->
+      <item name="Overview" href="index.html"/>
+      <item name="Downloads" href="downloads.html"/>
+      <item name="Examples" href="examples.html"/>
+      <item name="FAQ" href="faq.html"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="User Guide" href="userguide.html"/>
+      <item name="Wiki" href="http://wiki.apache.org/jakarta-commons/Foo"/>
+    </menu>
+    <!-- Feel free to drop this menu if you don't have these docs -->
+    <menu name="Development">
+      <!-- Pick the ones that fit your component or add new ones -->
+      <item name="Building" href="building.html"/>
+      <item name="Developer Guide" href="developerguide.html"/>
+    </menu>
+    <!-- If you need more menus add them here -->
+    <!-- Use this only if the component has modules, otherwise remove it
+    <menu ref="modules"/>
+    -->
+  </body>
+</project>

Propchange: jakarta/commons/proper/commons-build/trunk/samples/sandbox-site.xml.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample?view=auto&rev=493718
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample (added)
+++ jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample Sun Jan  7 05:26:24 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project name="Commons Foo">
+  <bannerRight>
+    <name>Commons Foo</name>
+    <src>images/logo.png</src>
+    <href>http://jakarta.apache.org/commons/foo/</href>
+  </bannerRight>
+  <body>
+    <!-- If you want any extra links, add them here, otherwise remove this
+    <links/>
+    -->
+    <menu name="Commons Foo">
+      <!-- Pick the ones that fit your component or add new ones -->
+      <item name="Overview" href="index.html"/>
+      <item name="Downloads" href="http://jakarta.apache.org/site/downloads/downloads_commons-foo.cgi"/>
+      <item name="Examples" href="examples.html"/>
+      <item name="FAQ" href="faq.html"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="Release Notes" href="changes-report.html"/>
+      <item name="User Guide" href="userguide.html"/>
+      <item name="Wiki" href="http://wiki.apache.org/jakarta-commons/Foo"/>
+    </menu>
+    <!-- Feel free to drop this menu if you don't have these docs -->
+    <menu name="Development">
+      <!-- Pick the ones that fit your component or add new ones -->
+      <item name="Building" href="building.html"/>
+      <item name="Developer Guide" href="developerguide.html"/>
+    </menu>
+    <!-- If you need more menus add them here -->
+    <!-- Use this only if the component has modules, otherwise remove it
+    <menu ref="modules"/>
+    -->
+  </body>
+</project>

Propchange: jakarta/commons/proper/commons-build/trunk/samples/site.xml.sample
------------------------------------------------------------------------------
    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