You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by js...@apache.org on 2003/03/07 11:10:45 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/faq/xdocs faq.fml

jstrachan    2003/03/07 02:10:45

  Modified:    src/plugins-build/faq/xdocs faq.fml
  Log:
  changed the type to ascii to fix line endings
  
  Revision  Changes    Path
  1.2       +41 -41    jakarta-turbine-maven/src/plugins-build/faq/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/faq/xdocs/faq.fml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.fml	7 Mar 2003 08:34:23 -0000	1.1
  +++ faq.fml	7 Mar 2003 10:10:44 -0000	1.2
  @@ -1,42 +1,42 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<faqs title="Frequently Asked Questions">
  -
  -  <part id="general">
  -    <title>General</title>
  -   
  -    <faq id="whats-foo">
  -      <question>
  -        What is Foo?
  -      </question>
  -      <answer>
  -        <p>some markup goes here</p>
  -        
  -        <source>some source code</source>
  -        
  -        <p>some markup goes here</p>
  -      </answer>
  -    </faq>
  -
  -    <faq id="whats-bar">
  -      <question>
  -        What is Bar?
  -      </question>
  -      <answer>
  -        <p>some markup goes here</p>
  -      </answer>
  -    </faq>
  -  </part>
  -  
  -  <part id="install">
  -    <title>Installation</title>
  -   
  -    <faq id="how-install">
  -      <question>
  -        How do I install Foo?
  -      </question>
  -      <answer>
  -        <p>some markup goes here</p>
  -      </answer>
  -    </faq>
  -  </part>  
  +<?xml version="1.0" encoding="UTF-8"?>
  +<faqs title="Frequently Asked Questions">
  +
  +  <part id="general">
  +    <title>General</title>
  +   
  +    <faq id="whats-foo">
  +      <question>
  +        What is Foo?
  +      </question>
  +      <answer>
  +        <p>some markup goes here</p>
  +        
  +        <source>some source code</source>
  +        
  +        <p>some markup goes here</p>
  +      </answer>
  +    </faq>
  +
  +    <faq id="whats-bar">
  +      <question>
  +        What is Bar?
  +      </question>
  +      <answer>
  +        <p>some markup goes here</p>
  +      </answer>
  +    </faq>
  +  </part>
  +  
  +  <part id="install">
  +    <title>Installation</title>
  +   
  +    <faq id="how-install">
  +      <question>
  +        How do I install Foo?
  +      </question>
  +      <answer>
  +        <p>some markup goes here</p>
  +      </answer>
  +    </faq>
  +  </part>  
   </faqs>