You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/03/25 16:54:39 UTC

git commit: 1) Move hadoop jars from lib to dep where they belong. 2) Fixed link to wiki in site.

Updated Branches:
  refs/heads/master a1f45422a -> 554c534bd


1) Move hadoop jars from lib to dep where they belong.
2) Fixed link to wiki in site.


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/554c534b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/554c534b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/554c534b

Branch: refs/heads/master
Commit: 554c534bd5c71027740d266a960e749997efd6a1
Parents: a1f4542
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Mar 25 11:54:34 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Mar 25 11:54:34 2013 -0400

----------------------------------------------------------------------
 gateway-release/src/assembly.xml |    4 ++--
 gateway-site/src/site/site.xml   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/554c534b/gateway-release/src/assembly.xml
----------------------------------------------------------------------
diff --git a/gateway-release/src/assembly.xml b/gateway-release/src/assembly.xml
index 98e3529..fc15c2f 100644
--- a/gateway-release/src/assembly.xml
+++ b/gateway-release/src/assembly.xml
@@ -44,14 +44,14 @@
             -->
             <scope>runtime</scope>
             <excludes>
-                <exclude>${gateway-group}:*</exclude>
+                <exclude>${gateway-group}:gateway-*</exclude>
             </excludes>
         </dependencySet>
         <dependencySet>
             <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib</outputDirectory>
             <includes>
-                <include>${gateway-group}:*</include>
+                <include>${gateway-group}:gateway-*</include>
             </includes>
             <excludes>
                 <exclude>${gateway-group}:gateway-util-launcher</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/554c534b/gateway-site/src/site/site.xml
----------------------------------------------------------------------
diff --git a/gateway-site/src/site/site.xml b/gateway-site/src/site/site.xml
index 0bd4ff3..3845acf 100644
--- a/gateway-site/src/site/site.xml
+++ b/gateway-site/src/site/site.xml
@@ -82,7 +82,7 @@
             <item name="Git" href="https://git-wip-us.apache.org/repos/asf/incubator-knox.git" />
             <item name="Svn" href="https://svn.apache.org/repos/asf/incubator/knox/site" />
             <item name="Jira" href="https://issues.apache.org/jira/browse/KNOX" />
-            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/KNOX/Knox" />
+            <item name="Wiki" href="https://cwiki.apache.org/confluence/display/KNOX/Index" />
         </links>
 
         <breadcrumbs>