You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/07/12 00:48:53 UTC

[1/2] lucene-solr:master: SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x b3cc4b311 -> 6d6aacbc7
  refs/heads/master 462dc04cb -> 39356bf64


SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/39356bf6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/39356bf6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/39356bf6

Branch: refs/heads/master
Commit: 39356bf64cfb7aa143e9f2203adf15bb7d4ff8f5
Parents: 462dc04
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jul 11 20:48:21 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jul 11 20:48:21 2016 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/39356bf6/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index da0474a..d0c9aa5 100644
--- a/build.xml
+++ b/build.xml
@@ -151,6 +151,7 @@
         (~$/\$$Id\b/$) : 'svn keyword',
         (~$/\$$Header\b/$) : 'svn keyword',
         (~$/\$$Source\b/$) : 'svn keyword',
+        (~$/^\uFEFF/$) : 'UTF-8 byte order mark'
       ];
       
       def baseDir = properties['validate.baseDir'];


[2/2] lucene-solr:branch_6x: SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns

Posted by sa...@apache.org.
SOLR-9295: Added beginning-of-file UTF-8 BOM to the list of disallowed patterns in -validate-source-patterns


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/6d6aacbc
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/6d6aacbc
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/6d6aacbc

Branch: refs/heads/branch_6x
Commit: 6d6aacbc764891f25e7221a7cb6374606f0ad920
Parents: b3cc4b3
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Jul 11 20:48:21 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Jul 11 20:48:42 2016 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6d6aacbc/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index da0474a..d0c9aa5 100644
--- a/build.xml
+++ b/build.xml
@@ -151,6 +151,7 @@
         (~$/\$$Id\b/$) : 'svn keyword',
         (~$/\$$Header\b/$) : 'svn keyword',
         (~$/\$$Source\b/$) : 'svn keyword',
+        (~$/^\uFEFF/$) : 'UTF-8 byte order mark'
       ];
       
       def baseDir = properties['validate.baseDir'];