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/20 05:03:05 UTC

git commit: Fix site generation target in build.xml

Updated Branches:
  refs/heads/master 9b5a6ff82 -> 16d744b75


Fix site generation target in build.xml


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

Branch: refs/heads/master
Commit: 16d744b75d51061de10f8650fb8c476c23f3b21f
Parents: 9b5a6ff
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Wed Mar 20 00:02:58 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Wed Mar 20 00:02:58 2013 -0400

----------------------------------------------------------------------
 build.xml                                |    6 +-----
 gateway-site/src/site/markdown/client.md |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/16d744b7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 80b766e..24b9027 100644
--- a/build.xml
+++ b/build.xml
@@ -86,11 +86,7 @@
             <arg value="https://svn.apache.org/repos/asf/incubator/knox/site"/>
         </exec>
         <delete quiet="true" verbose="true">
-            <fileset dir="gateway-site/target/site">
-                <filename name="**/*.html"/>
-                <filename name="**/*.css"/>
-                <filename name="**/*.png"/>
-                <filename name="**/*.gif"/>
+            <fileset dir="gateway-site/target/site" includes="**/*.html,**/*.css,**/*.png,**/*.gif">
             </fileset>
         </delete>
         <exec executable="${mvn.cmd}" dir="gateway-site">

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/16d744b7/gateway-site/src/site/markdown/client.md
----------------------------------------------------------------------
diff --git a/gateway-site/src/site/markdown/client.md b/gateway-site/src/site/markdown/client.md
index fa00a4c..9e3ae66 100644
--- a/gateway-site/src/site/markdown/client.md
+++ b/gateway-site/src/site/markdown/client.md
@@ -83,7 +83,7 @@ Also when running interactively use the `exit` command to terminate the shell.
 Using `^C` to exit can sometimes leaves the parent shell in a problematic state.
 
 
-Example
+Examples
 --------
 Once the shell can be launched the DSL can be used to interact with the gateway and Hadoop.
 Below is a very simple example of an interactive shell session to upload a file to HDFS.