Author: mattmann
Date: Wed Apr 13 15:35:24 2011
New Revision: 1091819

URL: http://svn.apache.org/viewvc?rev=1091819&view=rev
Log:
- fix for OODT-176 Baked in file manager policy should include example of 
product type metadata

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/filemgr/src/main/resources/examples/product-types.xml

Modified: oodt/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1091819&r1=1091818&r2=1091819&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Wed Apr 13 15:35:24 2011
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.3-SNAPSHOT (in progress)
 --------------------------------------------
 
+* OODT-176 Baked in file manager policy should include example of product type 
metadata (mattmann)
+
 * OODT-174 TestAcquisitionDateVersioner fails in the later evening (bfoster 
via mattmann)
 
 * OODT-172 Improvements to the Filename Extractor (mattmann)

Modified: oodt/trunk/filemgr/src/main/resources/examples/product-types.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml?rev=1091819&r1=1091818&r2=1091819&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/resources/examples/product-types.xml (original)
+++ oodt/trunk/filemgr/src/main/resources/examples/product-types.xml Wed Apr 13 
15:35:24 2011
@@ -26,6 +26,20 @@
      description definition: trim="false"       
      -->
     <description>The default product type for any kind of file.</description>
+    <!-- Global aggregate product type metadata: you can declare this in the 
+         same way you'd wire together a CAS met file, even using multiple 
values
+         per key.
+         
+         This metadata can be looked up via the Product Type API, and also 
used 
+         in browsers and so forth to display global metadata about the 
collection 
+         of Products part of this product type.
+    -->
+    <metadata>
+      <keyval>
+        <key>ProductType</key>
+        <val>GenericFile</val>
+      </keyval>
+    </metadata>
     <metExtractors>
       <extractor
         
class="org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor">


Reply via email to