From 3ac04823c22855bd5292f8acc97bd4a1e97f2267 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 26 Jun 2004 03:10:23 +0000 Subject: [PATCH] PR: MPFAQ-13 fix CDATA handling git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115558 13f79535-47bb-0310-9956-ffa450edef68 --- faq/plugin.jelly | 65 +++----------------- faq/src/plugin-resources/faq.jsl | 100 +++++++++++++++++++++++++++++++ faq/xdocs/changes.xml | 1 + 3 files changed, 109 insertions(+), 57 deletions(-) create mode 100644 faq/src/plugin-resources/faq.jsl diff --git a/faq/plugin.jelly b/faq/plugin.jelly index 025add4c..ab513ab6 100644 --- a/faq/plugin.jelly +++ b/faq/plugin.jelly @@ -66,8 +66,6 @@ - - @@ -82,62 +80,15 @@ Generating ${outFile} from ${faqFile} - - - - - - - - - - - - - - - -

- -

-
    - -
  1. - - - # - - -
  2. -
    -
-
-
- - - - - - -
-
- - - - - -
-
- -
-
-
-
-
- -
-
+
diff --git a/faq/src/plugin-resources/faq.jsl b/faq/src/plugin-resources/faq.jsl new file mode 100644 index 00000000..550267c4 --- /dev/null +++ b/faq/src/plugin-resources/faq.jsl @@ -0,0 +1,100 @@ + + + + + + + + + + ${title} + + +
+ +

+ +

+
    + +
  1. + + # + + + +
  2. +
    +
+
+
+ + + +
+
+ + + +
+ +
+
+ + +
+ +
+
+ + +
+ + + + + +
+
+ + +
+ +
+
+ + + + + + + + + + +
+ diff --git a/faq/xdocs/changes.xml b/faq/xdocs/changes.xml index 71200a6d..b04f304b 100644 --- a/faq/xdocs/changes.xml +++ b/faq/xdocs/changes.xml @@ -25,6 +25,7 @@ + Correctly pass through CDATA content Make sure maven.faq.src exists to avoid exceptions