You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/06/16 06:15:30 UTC

[1/2] hbase git commit: Revert "Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM"

Repository: hbase
Updated Branches:
  refs/heads/master 0a227b79d -> 4eb799331


Revert "Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM"

This reverts commit fd8c13f61ab3a6f86489d091f45820fe1372ea22.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fc4efeeb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fc4efeeb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fc4efeeb

Branch: refs/heads/master
Commit: fc4efeeb56f88e9e15bf8bc2f28c49bfd062fa29
Parents: 0a227b7
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Jun 15 23:13:39 2015 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Jun 15 23:13:39 2015 -0500

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fc4efeeb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 492365a..b51b2ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,7 +764,6 @@
               <!--It don't like freebsd license-->
               <exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
               <exclude>dev-support/hbase_docker/README.md</exclude>
-              <exclude>src/main/asciidoc/asciidoctor.css</exclude>
               <!--  exclude source control files -->
               <exclude>.git/**</exclude>
               <exclude>.svn/**</exclude>


[2/2] hbase git commit: HBASE-13913 Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM

Posted by bu...@apache.org.
HBASE-13913 Add src/main/asciidoc/asciidoctor.css to RAT exclusion list in POM

Signed-off-by: Sean Busbey <bu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4eb79933
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4eb79933
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4eb79933

Branch: refs/heads/master
Commit: 4eb799331b3c3a5f93d4748b24c69f9c4b3e5e6a
Parents: fc4efee
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Mar 18 18:16:46 2015 -0700
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Jun 15 23:14:11 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/4eb79933/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b51b2ba..492365a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,6 +764,7 @@
               <!--It don't like freebsd license-->
               <exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
               <exclude>dev-support/hbase_docker/README.md</exclude>
+              <exclude>src/main/asciidoc/asciidoctor.css</exclude>
               <!--  exclude source control files -->
               <exclude>.git/**</exclude>
               <exclude>.svn/**</exclude>