You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/07/12 17:39:07 UTC

svn commit: r555666 - /maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt

Author: jdcasey
Date: Thu Jul 12 08:39:07 2007
New Revision: 555666

URL: http://svn.apache.org/viewvc?view=rev&rev=555666
Log:
Fixing the FAQ.

Modified:
    maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt

Modified: maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt?view=diff&rev=555666&r1=555665&r2=555666
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt (original)
+++ maven/plugins/trunk/maven-patch-plugin/src/site/apt/faq.apt Thu Jul 12 08:39:07 2007
@@ -29,22 +29,32 @@
 
 Frequently Asked Questions
 
+* Contents
+
   [[1]] {{{#1.} What would a patch plugin even be used for?}}
 
-* Answers
+  [[2]] {{{#2.} Why won't this work on windows?}}
+  
+  []
+  
+* Questions
+
+** {1.} What would a patch plugin even be used for?
 
-  {1.} In certain environments direct source modification is not 
-   allowed so to make alterations to the source you need some patch 
-   application process.  This plugin seeks to address those situations.
+** Answer
+
+  In certain environments direct source modification is not 
+  allowed so to make alterations to the source you need some patch 
+  application process.  This plugin seeks to address those situations.
    
-  [[2]] {{{#2.} Why won't this work on windows?}}
+** {2.} Why won't this work on windows?
 
-* Answers
+** Answer
 
-  {1.} This patch wraps the gnu patch tool, which must be in your path
-    in order to function properly.  You might able to get this plugin working 
-    within cygwin.
+  This patch wraps the gnu patch tool, which must be in your path
+  in order to function properly.  You might able to get this plugin working 
+  within cygwin.
     
-  {2.} If you would like to add windows support to this plugin, please do and 
-    submit modifications through the normal project mechansims.
+  If you would like to add windows support to this plugin, please do and 
+  submit modifications through the normal project mechansims.