You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/03/29 18:37:11 UTC

cvs commit: maven-plugins/genapp/xdocs templates.xml navigation.xml

evenisse    2004/03/29 08:37:11

  Modified:    genapp/xdocs navigation.xml
  Added:       genapp/xdocs templates.xml
  Log:
  Add the templates list.
  
  Revision  Changes    Path
  1.5       +1 -0      maven-plugins/genapp/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	4 Mar 2004 18:13:36 -0000	1.4
  +++ navigation.xml	29 Mar 2004 16:37:11 -0000	1.5
  @@ -29,6 +29,7 @@
         <item name="Goals"              href="/goals.html" />
         <item name="Properties"         href="/properties.html" />
         <item name="Faqs"               href="/faq.html" />
  +      <item name="Templates list"     href="/templates.html" />
       </menu>
     </body>
   </project>
  
  
  
  1.1                  maven-plugins/genapp/xdocs/templates.xml
  
  Index: templates.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed 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.
   */
   -->
  
  <document>
  
    <properties>
      <title>Properties</title>
      <author email="evenisse@apache.org">Emmanuel Venisse</author>
    </properties>
  
    <body>
      <section name="General Application Generation Settings">
        <table>
          <tr>
            <th>Name</th>
            <th>Description</th>
          </tr>
          <tr>
            <td>default</td>
            <td>Generate a simple jar component.</td>
          </tr>
          <tr>
            <td>ejb</td>
            <td>Generate a simple EJB.</td>
          </tr>
          <tr>
            <td>struts</td>
            <td>Generate a simple web app with Struts.</td>
          </tr>
          <tr>
            <td>struts-jstl</td>
            <td>Generate a simple web app with Struts and JSTL.</td>
          </tr>
          <tr>
            <td>web</td>
            <td>Generate a simple web app.</td>
          </tr>
          <tr>
            <td>web-jstl</td>
            <td>Generate a simple web app with JSTL.</td>
          </tr>
          <tr>
            <td>complex</td>
            <td>Generate a very complex project with ear, wars, ejbs, struts, xdoclet.</td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  
  

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