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 2014/08/03 20:03:02 UTC

svn commit: r1615423 - in /oodt/trunk: CHANGES.txt mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml

Author: mattmann
Date: Sun Aug  3 18:03:02 2014
New Revision: 1615423

URL: http://svn.apache.org/r1615423
Log:
- fix for OODT-690 RADiX example policy for GenericFile missing "<metadata/>" node

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1615423&r1=1615422&r2=1615423&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sun Aug  3 18:03:02 2014
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.7 - Current Development
 --------------------------------------------
 
+* OODT-690 RADiX example policy for GenericFile missing "<metadata/>" node (rverma via mattmann)
+
 * OODT-718 RADiX Build Failure (tpalsulich, goodale via mattmann)
 
 * OODT-726 Create MetFilter Task Example (mattmann)

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml?rev=1615423&r1=1615422&r2=1615423&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/policy/oodt/product-types.xml Sun Aug  3 18:03:02 2014
@@ -48,5 +48,6 @@ attribute.
         </configuration>
       </extractor>
     </metExtractors>
+    <metadata/>
   </type>
 </cas:producttypes>