You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:07:02 UTC

[45/50] git commit: FC-147 - RC39 Cleanup

FC-147 - RC39 Cleanup


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

Branch: refs/heads/master
Commit: 1b0a0bcd24b171f38c23036c01c18856041a0cba
Parents: e8aad1d
Author: Shawn McKinney <sh...@jts.us>
Authored: Mon Aug 11 12:52:36 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Mon Aug 11 12:52:36 2014 -0500

----------------------------------------------------------------------
 README-QUICKSTART.html | 2 +-
 ivy.xml                | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/1b0a0bcd/README-QUICKSTART.html
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.html b/README-QUICKSTART.html
index d53ab35..621e921 100755
--- a/README-QUICKSTART.html
+++ b/README-QUICKSTART.html
@@ -444,7 +444,7 @@ The 'test-full' target may be re-run as often as necessary.  After regressions t
           <li>Reload necessary regression test data by running the <b>test-full</b> target described in <b>Section IV: Instructions to regression test Fortress and Symas OpenLDAP on target machine</b>
           </li><br>
           <li>Now you can run the rbac accelerator regression tests:
-              <br><pre><p style="font-family:monospace;color:blue;font-size:14px;">./b.sh test-full-accel</p></pre>
+              <br><pre><p style="font-family:monospace;color:blue;font-size:14px;">./b.sh test-accel-full</p></pre>
           </li>
           <li>Verify the <b>test-full-accel</b> target completed with no ant or junit errors</li><br>
           <li>Check out the javadoc for learning about APIs supported within the RBAC accelerator:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/1b0a0bcd/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 0ee65e4..888149c 100755
--- a/ivy.xml
+++ b/ivy.xml
@@ -60,17 +60,15 @@
         </dependency>
 
         <!-- Fortress core source is NOT dependent on Sentry, EnMasse or Commander artifacts rather they're required for its QUICKSTART demo apps: -->
-<!--
-        <dependency org="org.openldap" name="sentry" rev="1.0-RC38"  conf="default->master">
+        <dependency org="org.openldap" name="sentry" rev="1.0-RC39"  conf="default->master">
             <artifact name="sentry" e:classifier="dist" type="jar"/>
         </dependency>
-        <dependency org="org.openldap" name="enmasse" rev="1.0-RC38"  conf="default->master">
+        <dependency org="org.openldap" name="enmasse" rev="1.0-RC39"  conf="default->master">
             <artifact name="enmasse" type="jar"/>
         </dependency>
-        <dependency org="org.openldap" name="commander" rev="1.0-RC38"  conf="default->master">
+        <dependency org="org.openldap" name="commander" rev="1.0-RC39"  conf="default->master">
             <artifact name="commander" type="jar"/>
         </dependency>
--->
 
     </dependencies>
 </ivy-module>