dion        2004/07/09 17:06:59

  Modified:    faq/xdocs index.xml changes.xml
               faq      project.xml
  Log:
  MPFAQ-14. Document fml extension
  
  Revision  Changes    Path
  1.5       +6 -1      maven-plugins/faq/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 4 Mar 2004 18:05:31 -0000       1.4
  +++ index.xml 10 Jul 2004 00:06:59 -0000      1.5
  @@ -35,6 +35,11 @@
           The plugin uses the <code>xdocs</code> directory by default
           to generate the FAQ files. There is an example of the XML format 
           <a href="faq.fml">here</a>.
  +     
  +     <br/>
  +        
  +     Please note that the the FAQ description has to be in a file with a
  +        <code>.fml<code> extension.
         </p>
         <p>
           The properties that allow you to customize the execution 
  @@ -51,7 +56,7 @@
     ]]>
         </source>
         <p>
  -        You can also add the faq generation to your project.xml likt this :
  +        You can also add the faq generation to your project.xml like this :
         </p>
         <source>
     <![CDATA[
  
  
  
  1.19      +3 -0      maven-plugins/faq/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml       30 Jun 2004 04:17:55 -0000      1.18
  +++ changes.xml       10 Jul 2004 00:06:59 -0000      1.19
  @@ -24,6 +24,9 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.4.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="update" issue="MPFAQ-14" due-to="florent 
ramiere">Document .fml extension requirement</action>
  +    </release>
       <release version="1.4" date="2004-06-25">
         <action dev="brett" type="fix" issue="MPFAQ-13">Correctly pass through CDATA 
content</action>
         <action dev="brett" type="fix" issue="MPFAQ-12">Make sure maven.faq.src 
exists to avoid exceptions</action>
  
  
  
  1.37      +1 -1      maven-plugins/faq/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml       30 Jun 2004 04:17:54 -0000      1.36
  +++ project.xml       10 Jul 2004 00:06:59 -0000      1.37
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-faq-plugin</id>
     <name>Maven FAQ Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.4.1-SNAPSHOT</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Creates XDoc documentation from an FAQ XML document.</description>
     <shortDescription>FAQ Plugin</shortDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to