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/04/04 03:17:46 UTC

directory-fortress-core git commit: FC-86 - fix core initial load

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master c4bc92f31 -> aec9a0455


FC-86 - fix core initial load


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

Branch: refs/heads/master
Commit: aec9a04556504e1623dbfb0bcdff05bdccf253f3
Parents: c4bc92f
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Apr 3 20:17:35 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Apr 3 20:17:35 2015 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/aec9a045/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5499e37..b7d6d22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -595,7 +595,7 @@
                 <echo message="############### Run Fortress Ant script to load policy ###############" />
                 <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${basedir}" timeout="4000000" taskname="startAnt">
                   <classpath>
-                    <pathelement location="./config" />
+                    <pathelement location="./config/bootstrap/" />
                     <pathelement location="./target/classes/" />
                     <pathelement location="${org.apache.ant:ant-launcher:jar}" />
                     <pathelement location="${org.apache.ant:ant:jar}" />