You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2018/02/09 00:43:06 UTC

incubator-freemarker-site git commit: (Clarification to the Rat release policy.)

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 10900e26d -> 1e55ad988


(Clarification to the Rat release policy.)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/1e55ad98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/1e55ad98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/1e55ad98

Branch: refs/heads/master
Commit: 1e55ad9886e2a361c3e0ef46aac9829b0cbbc220
Parents: 10900e2
Author: ddekany <dd...@apache.org>
Authored: Fri Feb 9 01:42:57 2018 +0100
Committer: ddekany <dd...@apache.org>
Committed: Fri Feb 9 01:42:57 2018 +0100

----------------------------------------------------------------------
 src/main/docgen/book.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1e55ad98/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 63b9130..75bc656 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -1634,16 +1634,16 @@ two freemarker.jar-s and unpredictable behavior!
           <listitem>
             <para><literal>ant rat</literal>, check output. There can't be any
             binaries, archives, and especially not unknown or unapproved
-            licenses. If there is some, then first you have to describe them
-            in the related <literal>LICENSE</literal> files (there are several
-            of them, depending on if it's for the source, the binary
-            distrobution, the Maven jar artifact, or the Maven javadoc
-            artifact), and then you have to add them to related
-            <literal>rat-excludes</literal> file (there's one in the project
-            root for the source release, and another in
-            <literal>src/dist/bin</literal> for the binary release) so that
-            the files won't be reported next time. Finally restart the process
-            from rebuilding the distribution.</para>
+            licenses. Skip to the next point if there were none! Otherwise,
+            first you have to describe them in the related
+            <literal>LICENSE</literal> files (there are several of them,
+            depending on if it's for the source, the binary distrobution, the
+            Maven jar artifact, or the Maven javadoc artifact), and then you
+            have to add them to related <literal>rat-excludes</literal> file
+            (there's one in the project root for the source release, and
+            another in <literal>src/dist/bin</literal> for the binary release)
+            so that the files won't be reported next time. Finally restart the
+            process from rebuilding the distribution.</para>
           </listitem>
 
           <listitem>