Author: mattmann
Date: Thu Oct 25 14:02:10 2012
New Revision: 1402155

URL: http://svn.apache.org/viewvc?rev=1402155&view=rev
Log:
- fix for OODT-328 Remove jpl.nasa.gov references from code contributed by Mike 
Joyce.

Modified:
    oodt/trunk/CHANGES.txt
    
oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1402155&r1=1402154&r2=1402155&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Thu Oct 25 14:02:10 2012
@@ -4,6 +4,9 @@ Apache OODT Change Log
 Release 0.5
 --------------------------------------------
 
+* OODT-328 Remove jpl.nasa.gov references from code 
+  (Michael Joyce via mattmann)
+
 * OODT-520 Default Crawler launcher doesn't reference FileManager 
   properties (Mike Joyce via mattmann)
 

Modified: 
oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php
URL: 
http://svn.apache.org/viewvc/oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php?rev=1402155&r1=1402154&r2=1402155&view=diff
==============================================================================
--- 
oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php
 (original)
+++ 
oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php
 Thu Oct 25 14:02:10 2012
@@ -22,13 +22,9 @@
  * 
  * Implementation of iApplicationAuthenticationProvider, which extends 
SingleSignOn.
  * 
- * Note: This class has a dependency on the OODT CAS-SSO package 
- *      (http://oodt.jpl.nasa.gov/repo/framework/cas-sso/trunk/src/php/pear)
- *      
- *      To build this dependency, check out the above project and then:
- *      1) cd into the checked out project (you should see a package.xml file)
- *      2) pear package
- *      3) (sudo) pear install --force Org_Apache...tar.gz
+ * Note: This class has a dependency on the OODT CAS-SSO package.
+ *             The necessary files can be found at http://pear.apache.org/oodt/
+ *             along with installation instructions.
  * 
  * @author s.khudikyan
  * @author ahart


Reply via email to