You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/10/05 23:22:58 UTC

svn commit: r1179447 - in /oodt/trunk: CHANGES.txt filemgr/src/main/php/package.xml

Author: mattmann
Date: Wed Oct  5 21:22:57 2011
New Revision: 1179447

URL: http://svn.apache.org/viewvc?rev=1179447&view=rev
Log:
- fix for OODT-321 PEAR install of PHP filemgr is not working properly contributed by Shakeh Khudikyan.

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/filemgr/src/main/php/package.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1179447&r1=1179446&r2=1179447&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Wed Oct  5 21:22:57 2011
@@ -4,6 +4,9 @@ Apache OODT Change Log
 Release 0.4: Current Development
 --------------------------------------------
 
+* OODT-321 PEAR install of PHP filemgr is not working 
+  properly (Shakeh Khudikyan via mattmann)
+
 * OODT-327 Open SSO plug-in client for CAS-SSO (mattmann, pramirez)
 
 * OODT-326 A tool to dump the File Manager catalog metadata 

Modified: oodt/trunk/filemgr/src/main/php/package.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/php/package.xml?rev=1179447&r1=1179446&r2=1179447&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/php/package.xml (original)
+++ oodt/trunk/filemgr/src/main/php/package.xml Wed Oct  5 21:22:57 2011
@@ -19,10 +19,6 @@
 
   @package CAS_Filemgr
   @author Chris A. Mattmann
-  @version $Revision$
-  @copyright Copyright (c) 2008, California Institute of Technology. 
-  ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-  @version $Id$
 -->
 <package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
   xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
@@ -55,8 +51,8 @@
     <api>stable</api>
   </stability>
   <license
-    uri="http://openchannelsoftware.com/project/print_license.php?group_id=332&amp;license_id=40">
-    OODT License
+    uri="http://www.apache.org/licenses/LICENSE-2.0">
+    Apache License, Version 2.0
   </license>
   <notes>
     This package provides a PHP-based XML-RPC client for the CAS filemgr
@@ -65,9 +61,15 @@
   </notes>
   <contents>
     <dir name="/" baseinstalldir="CAS/Filemgr">
+      <file name="BooleanQueryCriteria.class.php" role="php" />
+      <file name="Element.class.php" role="php" />
       <file name="Metadata.class.php" role="php" />
       <file name="Product.class.php" role="php" />
+      <file name="ProductPage.class.php" role="php" />
       <file name="ProductType.class.php" role="php" />
+      <file name="Query.class.php" role="php" />
+      <file name="RangeQueryCriteria.class.php" role="php" />
+      <file name="TermQueryCriteria.class.php" role="php" />
       <file name="XmlRpcFilemgrClient.class.php" role="php" />
     </dir><!-- / -->
   </contents>
@@ -94,8 +96,8 @@
       </stability>
       <date>2008-10-24</date>
       <license
-        uri="http://openchannelsoftware.com/project/print_license.php?group_id=332&amp;license_id=40">
-        OODT License
+        uri="http://www.apache.org/licenses/LICENCE-2.0">
+        Apache License, Version 2.0
       </license>
       <notes>
         This package provides a PHP-based XML-RPC client for the CAS filemgr