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/15 22:10:19 UTC

directory-fortress-commander git commit: FC-66 - correct location of fortress.properties

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 6b06e5151 -> b0cdb1c3e


FC-66 - correct location of fortress.properties


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

Branch: refs/heads/master
Commit: b0cdb1c3e07cff3e5d2e8a2d9287ec282f1f7c1f
Parents: 6b06e51
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Feb 15 15:10:08 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Feb 15 15:10:08 2015 -0600

----------------------------------------------------------------------
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/b0cdb1c3/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 0a20665..6803c4f 100755
--- a/README.txt
+++ b/README.txt
@@ -72,7 +72,7 @@ ________________________________________________________________________________
 ###################################################################################
 Copy the fortress.properties, created during Fortress Core setup, to this package's resource folder.
 
-# cp [directory-fortress-core]/config/fortress.properties [directory-fortress-commander]/src/main/resources
+# cp [directory-fortress-core]/src/test/resources/fortress.properties [directory-fortress-commander]/src/main/resources
 
 Where [directory-fortress-core] is base folder of the fortress core source package and [directory-fortress-commander] is the current package's home folder.
 ___________________________________________________________________________________