A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 4ec43cdb5e715d745faa970e4d80fa6ab75f925c (commit) from dc04c3b593dcba3303c17954ad901aecf84b1b5e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4ec43cdb5e715d745faa970e4d80fa6ab75f925c Author: Shawn McKinney <smckinn@smckinnlt-lr02.(none)> Date: Sat Oct 22 20:54:28 2011 -0500
convert property names to use dot notation.
-----------------------------------------------------------------------
Summary of changes: LICENSE.txt | 10 +- NOTICE.txt | 4 +- b.sh | 2 +- build.properties | 3 +- build.xml | 3 +- config/bootstrap/fortress.properties.src | 150 ++++++++++---------- config/fortress.properties.src | 18 ++-- config/log4j.xml | 98 +++++++------- src/java/com/jts/fortress/AdminMgr.java | 12 +- src/java/com/jts/fortress/ant/Addconfig.java | 28 ++-- src/java/com/jts/fortress/ant/Delconfig.java | 28 ++-- src/java/com/jts/fortress/ant/UserAnt.java | 13 ++ .../jts/fortress/arbac/DelegatedAccessMgrImpl.java | 2 +- src/java/com/jts/fortress/audit/AuditDAO.java | 2 +- .../com/jts/fortress/configuration/ConfigDAO.java | 2 +- .../com/jts/fortress/configuration/package.html | 2 +- src/java/com/jts/fortress/constants/GlobalIds.java | 44 +++--- src/java/com/jts/fortress/ldap/PoolMgr.java | 22 ++-- src/java/com/jts/fortress/rbac/AdminMgrImpl.java | 44 +++--- src/java/com/jts/fortress/rbac/UserDAO.java | 2 +- src/java/com/jts/fortress/rbac/UserP.java | 2 +- src/java/com/jts/fortress/util/attr/VUtil.java | 2 +- .../com/jts/fortress/util/crypto/EncryptUtil.java | 4 +- src/test/com/jts/fortress/example/EIds.java | 2 +- 24 files changed, 258 insertions(+), 241 deletions(-) mode change 100755 => 100644 build.properties mode change 100755 => 100644 config/bootstrap/log4j.xml mode change 100755 => 100644 config/log4j.xml
--- http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git