jvanzyl     2005/04/12 22:23:44

  Added:       maven-site/src/site site.xml
  Log:
  o working on the new site generation stuff, the site.xml file is required.
  
  Revision  Changes    Path
  1.1                  maven-components/maven-site/src/site/site.xml
  
  Index: site.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Maven">
    <bannerLeft>
      <name>Maven</name>
      <href>http://www.apache.org</href>
    </bannerLeft>
    <bannerRight>
      <name>http://codehaus.org/codehaus-small.png</name>
      <href>http://www.codehaus.org</href>
    </bannerRight>
    <body>
      <links>
        <item name="Maven 1.0" href="http://maven.apache.org/"/>
        <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
      </links>
      <menu name="Maven 2.0">
        <item name="Introduction" href="index.html"/>
        <item name="Download" href="download.html"/>
        <item name="General Information" href="about.html"/>
        <item name="For Maven 1.0 Users" href="maven1.html"/>
      </menu>
      <menu name="User's Guide">
        <item name="Getting Started" href="getting-started.html"/>
        <!-- TODO
              <item name="Configuration" href="configuration.html"/>
        -->
        <item name="Developing Plugins with Marmalade" 
href="developing-plugins-with-marmalade.html"/>
      </menu>
      <menu name="Reference">
        <item name="Project Descriptor" href="project-descriptor.html"/>
        <item name="Settings Descriptor" href="settings-descriptor.html"/>
        <item name="Available Plugins" href="plugin-list.html"/>
      </menu>      
    </body>
  </project>
  
  
  

Reply via email to