Author: mattmann
Date: Thu Dec 30 05:48:56 2010
New Revision: 1053800

URL: http://svn.apache.org/viewvc?rev=1053800&view=rev
Log:
- fix for OODT-107 Typo identified in filemgr-client usage statement

Modified:
    oodt/trunk/CHANGES.txt
    
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1053800&r1=1053799&r2=1053800&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Thu Dec 30 05:48:56 2010
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.2 (Current Development)
 --------------------------------------------
 
+* OODT-107 Typo identified in filemgr-client usage statement (Rishi Verma via 
mattmann)
+
 * OODT-58 update file manager to use Tika for mime-type detection (mattmann)
 
 * OODT-106 Logging properties for OPeNDAP ps doesn't include required .level 
suffix (mattmann)

Modified: 
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java?rev=1053800&r1=1053799&r2=1053800&view=diff
==============================================================================
--- 
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
 (original)
+++ 
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
 Thu Dec 30 05:48:56 2010
@@ -1284,7 +1284,7 @@ public class XmlRpcFileManagerClient {
             CatalogException, RepositoryManagerException, URISyntaxException {
 
         String addProductTypeOperation = "--addProductType --typeName <name> 
--typeDesc <description> --repository <path> --versionClass <classname of 
versioning impl>\n";
-        String ingestProductOperation = "--ingestProduct --productName <name> 
--productStructure <Hierarchical|Flat> --productTypeName <name of product type> 
--metadataFile <file> [--clienTransfer --dataTransfer <java class name of data 
transfer factory>] --refs <ref1>...<refn>\n";
+        String ingestProductOperation = "--ingestProduct --productName <name> 
--productStructure <Hierarchical|Flat> --productTypeName <name of product type> 
--metadataFile <file> [--clientTransfer --dataTransfer <java class name of data 
transfer factory>] --refs <ref1>...<refn>\n";
         String hasProductOperation = "--hasProduct --productName <name>\n";
         String getProductTypeByNameOperation = "--getProductTypeByName 
--productTypeName <name>\n";
         String getNumProductsOperation = "--getNumProducts --productTypeName 
<name>\n";


Reply via email to