You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/30 20:43:29 UTC

git commit: ARGUS-139 ranger***-hbase-plugin tar is not bundling ranger-plugins-installer**.jar

Repository: incubator-argus
Updated Branches:
  refs/heads/argus2ranger d0509b63d -> 779c38598


ARGUS-139 ranger***-hbase-plugin tar is not bundling ranger-plugins-installer**.jar

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/779c3859
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/779c3859
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/779c3859

Branch: refs/heads/argus2ranger
Commit: 779c38598f6bddc6eee0c0814da3621ee70c56bc
Parents: d0509b6
Author: Ashish Singh <as...@hortonworks.com>
Authored: Thu Oct 30 12:04:10 2014 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Oct 30 12:43:16 2014 -0700

----------------------------------------------------------------------
 src/main/assembly/hbase-agent.xml | 2 +-
 src/main/assembly/usersync.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/779c3859/src/main/assembly/hbase-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/hbase-agent.xml b/src/main/assembly/hbase-agent.xml
index 2a2eff9..74b58df 100644
--- a/src/main/assembly/hbase-agent.xml
+++ b/src/main/assembly/hbase-agent.xml
@@ -76,7 +76,7 @@
         <unpack>false</unpack>
      </binaries>
      <includes>
-		<include>security_plugins.plugins-installer:plugins-installer</include>
+		<include>security_plugins.ranger-plugins-installer:ranger-plugins-installer</include>
 		<include>org.apache.ranger:credentialbuilder</include>
      </includes>
     </moduleSet>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/779c3859/src/main/assembly/usersync.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/usersync.xml b/src/main/assembly/usersync.xml
index dccdbe8..89f0dcc 100644
--- a/src/main/assembly/usersync.xml
+++ b/src/main/assembly/usersync.xml
@@ -65,7 +65,7 @@
         <unpack>false</unpack>
      </binaries>
      <includes>
-	<include>security_plugins.plugins-installer:plugins-installer</include>
+	<include>security_plugins.ranger-plugins-installer:ranger-plugins-installer</include>
      </includes>
     </moduleSet>
   </moduleSets>