Author: jdcasey
Date: Thu Apr 20 08:22:00 2006
New Revision: 395617

URL: http://svn.apache.org/viewcvs?rev=395617&view=rev
Log:
Adding examples section, with first entry.

Added:
    maven/site/trunk/src/site/apt/examples/index.apt   (with props)
Modified:
    maven/site/trunk/src/site/site.xml

Added: maven/site/trunk/src/site/apt/examples/index.apt
URL: 
http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/examples/index.apt?rev=395617&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/examples/index.apt (added)
+++ maven/site/trunk/src/site/apt/examples/index.apt Thu Apr 20 08:22:00 2006
@@ -0,0 +1,15 @@
+  ---
+  Summary of Maven 2.0 Examples
+  ---
+  John Casey
+  ---
+  20-Apr-2006
+  ---
+
+Examples
+
+* <<<settings.xml>>> Configuration
+
+  * {{{injecting-properties-via-settings.html}Injecting POM Properties via 
settings.xml}}
+
+  []

Propchange: maven/site/trunk/src/site/apt/examples/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/site/trunk/src/site/apt/examples/index.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/site/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/site/trunk/src/site/site.xml?rev=395617&r1=395616&r2=395617&view=diff
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Thu Apr 20 08:22:00 2006
@@ -41,6 +41,7 @@
       <item name="Installation Instructions" 
href="/download.html#Installation"/>
       <item name="Getting Started" href="/guides/getting-started/index.html"/>
       <item name="Documentation" href="/guides/index.html"/>
+      <item name="Examples" href="/examples/index.html"/>
       <item name="Available Plug-ins" href="/plugins/index.html"/>
       <item name="Plug-in Matrix" 
href="http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix"/>
       <item name="User FAQ" 
href="http://docs.codehaus.org/display/MAVENUSER/FAQs"/>      


Reply via email to