You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/16 17:55:30 UTC

directory-fortress-core git commit: FC-66 - add the 4 project clone commands

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 15eeac14a -> 52cd38a73


FC-66 - add the 4 project clone commands


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/52cd38a7
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/52cd38a7
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/52cd38a7

Branch: refs/heads/master
Commit: 52cd38a73b5e8545b66c5f94715ada7fd13d4cd9
Parents: 15eeac1
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Feb 16 10:55:18 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Feb 16 10:55:18 2015 -0600

----------------------------------------------------------------------
 README-TEN-MINUTE-GUIDE.txt                                   | 7 +++++--
 .../fortress/core/doc-files/apache-fortress-rest.html         | 1 +
 .../directory/fortress/core/doc-files/ten-minute-guide.html   | 5 ++++-
 3 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/52cd38a7/README-TEN-MINUTE-GUIDE.txt
----------------------------------------------------------------------
diff --git a/README-TEN-MINUTE-GUIDE.txt b/README-TEN-MINUTE-GUIDE.txt
index e2d365a..cd06d9d 100644
--- a/README-TEN-MINUTE-GUIDE.txt
+++ b/README-TEN-MINUTE-GUIDE.txt
@@ -42,10 +42,13 @@ All other packages will be covered inside the tutorial.
 # Instructions for downloading app and generating the install doc:
 #############################################################################
 
-1. Clone the directory-fortress-core from apache git repo:
+1. Clone the directory-fortress repos from apache git:
 # git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
 
-2. Change directory to package home:
+2. Change directory to fortress core package home:
 # cd directory-fortress-core/
 
 3. Set java and maven home env variables.

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/52cd38a7/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-rest.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-rest.html b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-rest.html
index 6d257a1..aaa2a4b 100755
--- a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-rest.html
+++ b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-rest.html
@@ -122,6 +122,7 @@
 # mvn verify -Dnoload
                     </p>
                 </pre>
+        Checkout the README.txt in [directory-fortress-enmasse] package for other ways to test fortress-rest component.
     </li>
 
 </ol>

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/52cd38a7/src/main/java/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html b/src/main/java/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html
index 846e904..902cfed 100644
--- a/src/main/java/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html
+++ b/src/main/java/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html
@@ -60,10 +60,13 @@ Fortress is Java, runs on various platforms, but the others are not be covered h
 This tutorial is contained within the javadoc of directory-fortress-core source archive.  To generate, follow these instructions:
 <ol type="1">
 
-    <li>Obtain the source by cloning the <a href="https://git-wip-us.apache.org/repos/asf?p=directory-fortress-core.git">Directory Fortress Core Git repo</a>:
+    <li>Clone the directory-fortress repos from apache git:
                 <pre>
                     <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
 # git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+# git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
                     </p>
                 </pre>
     </li>