Author: buildbot
Date: Wed Nov 28 07:15:19 2012
New Revision: 839859
Log:
Staging update by buildbot for isis
Modified:
websites/staging/isis/trunk/cgi-bin/ (props changed)
websites/staging/isis/trunk/content/ (props changed)
websites/staging/isis/trunk/content/contributors/release-process.html
Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 28 07:15:19 2012
@@ -1 +1 @@
-1414477
+1414559
Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 28 07:15:19 2012
@@ -1 +1 @@
-1414477
+1414559
Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html
(original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Wed
Nov 28 07:15:19 2012
@@ -317,18 +317,10 @@ mvn org.apache.rat:apache-rat-plugin:che
Do <em>not</em> use <code>mvn rat:check</code>; depending on your local Maven
configuratoin this may bring down the obsolete mvn-rat-plugin from Codehaus
repo.
</div></p>
-<p>All being well the command should succeed. If it does not, then review the
<code>rat.txt</code> files in the failing module's <code>target</code>
directory. Missing license notes are indicated using the key:</p>
-
-<ul>
-<li><code>!???</code> identifies those files that are missing license
notes</li>
-<li><code>tests-common/*</code> and <code>tests/*</code> ignores certain test
files</li>
-<li><code>hsql-db</code> are generated HSQLDB directories</li>
-</ul>
-
-<p>You can collate these together using something like:</p>
+<p>All being well the command should succeed. If it does not, then review the
<code>rat.txt</code> files in the failing module's <code>target</code>
directory. Missing license notes are indicated using the key
<code>!???</code>. You can collate these together using something like:</p>
<pre>
-for a in `find . -name rat.txt -print`; do grep -H '!???' $a; done
+for a in `find . -name rat.txt -print`; do grep '!???' $a; done
</pre>
<p>Investigate and fix any reported violations.</p>