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/03/31 12:14:26 UTC

directory-fortress-core git commit: FC-83 - Cleanup core test processing

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 46a7554ac -> 7154dd19f


FC-83 - Cleanup core test processing


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

Branch: refs/heads/master
Commit: 7154dd19f58da195f607a89a66f20ae034c10256
Parents: 46a7554
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Mar 31 05:14:10 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Mar 31 05:14:10 2015 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/7154dd19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9d4126..30a88cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,7 +603,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/bootstrap" />
+                    <pathelement location="./config" />
                     <pathelement location="./target/classes/" />
                     <pathelement location="${org.apache.ant:ant-launcher:jar}" />
                     <pathelement location="${org.apache.ant:ant:jar}" />
@@ -665,7 +665,7 @@
                     <echo message="############### Run Fortress Console ###############" />
                     <java classname="org.apache.directory.fortress.core.FortressConsole" fork="false" failonerror="true" dir="${basedir}" timeout="4000000" taskname="startAnt">
                       <classpath>
-                        <pathelement location="./config/bootstrap" />
+                        <pathelement location="./config" />
                         <pathelement location="./target/classes/" />
                         <pathelement location="./target/test-classes/" />
                         <pathelement location="${org.apache.ant:ant-launcher:jar}" />
@@ -720,7 +720,7 @@
                     <echo message="############### Run Fortress Command Line Interface ###############" />
                     <java classname="org.apache.directory.fortress.core.cli.CommandLineInterpreter" fork="false" failonerror="true" dir="${basedir}" timeout="4000000" taskname="startAnt">
                       <classpath>
-                        <pathelement location="./config/bootstrap" />
+                        <pathelement location="./config" />
                         <pathelement location="./target/classes/" />
                         <pathelement location="./target/test-classes/" />
                         <pathelement location="${org.apache.ant:ant-launcher:jar}" />