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/17 01:48:51 UTC

directory-fortress-core git commit: FC-66 - combine

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master f7b44b944 -> d3630e77e


FC-66 - combine


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/d3630e77
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/d3630e77
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/d3630e77

Branch: refs/heads/master
Commit: d3630e77e1391414d18379da8c4e32fb643b22e8
Parents: f7b44b9
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Feb 16 18:48:39 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Feb 16 18:48:39 2015 -0600

----------------------------------------------------------------------
 README-TEN-MINUTE-GUIDE.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/d3630e77/README-TEN-MINUTE-GUIDE.txt
----------------------------------------------------------------------
diff --git a/README-TEN-MINUTE-GUIDE.txt b/README-TEN-MINUTE-GUIDE.txt
index 0b95661..59648a4 100644
--- a/README-TEN-MINUTE-GUIDE.txt
+++ b/README-TEN-MINUTE-GUIDE.txt
@@ -53,18 +53,16 @@ cd directory-fortress-core/
 
 3. Set java and maven home env variables.
 
-4. Build the Fortress Core source:
+4. Build the Fortress Core source and javadoc:
 mvn clean install -DskipTests
-
-5. Create the Fortress Core javadoc:
 mvn javadoc:javadoc
 
-6. Point your web browser to the following location:
+5. Point your web browser to the following location:
    file:///[directory-fortress-core]/target/site/apidocs/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html
 
    (where [directory-fortress-core] is location of current source package)
 
-7. Follow the steps under 'Navigation Links':
+6. Follow the steps under 'Navigation Links':
   a. Setup Apache Directory Server
   b. Setup Apache Directory Studio
   c. Build Apache Fortress Core