You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2012/03/22 20:24:35 UTC

svn commit: r1303996 - in /incubator/accumulo/branches/1.4.0rc: ./ src/assemble/build.sh src/core/ src/server/

Author: kturner
Date: Thu Mar 22 19:24:34 2012
New Revision: 1303996

URL: http://svn.apache.org/viewvc?rev=1303996&view=rev
Log:
ACCUMULO-145 updated rat check count

Modified:
    incubator/accumulo/branches/1.4.0rc/   (props changed)
    incubator/accumulo/branches/1.4.0rc/src/assemble/build.sh
    incubator/accumulo/branches/1.4.0rc/src/core/   (props changed)
    incubator/accumulo/branches/1.4.0rc/src/server/   (props changed)

Propchange: incubator/accumulo/branches/1.4.0rc/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4:r1303987-1303995

Modified: incubator/accumulo/branches/1.4.0rc/src/assemble/build.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4.0rc/src/assemble/build.sh?rev=1303996&r1=1303995&r2=1303996&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4.0rc/src/assemble/build.sh (original)
+++ incubator/accumulo/branches/1.4.0rc/src/assemble/build.sh Thu Mar 22 19:24:34 2012
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn rat:check 
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=56
+EXPECTED=55
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"

Propchange: incubator/accumulo/branches/1.4.0rc/src/core/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4/src/core:r1303987-1303995

Propchange: incubator/accumulo/branches/1.4.0rc/src/server/
------------------------------------------------------------------------------
  Merged /incubator/accumulo/branches/1.4/src/server:r1303987-1303995