Author: mattmann
Date: Sun Feb 22 19:32:26 2015
New Revision: 1661537

URL: http://svn.apache.org/r1661537
Log:
Fix for OODT-821 FMProd RDF conf shouldn't use EDRN as a default namespace for 
keys and for types.

Modified:
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/src/main/resources/rdfconf.xml

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/src/main/resources/rdfconf.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/src/main/resources/rdfconf.xml?rev=1661537&r1=1661536&r2=1661537&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/src/main/resources/rdfconf.xml
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/webapps/fmprod/src/main/resources/rdfconf.xml
 Sun Feb 22 19:32:26 2015
@@ -78,7 +78,7 @@ the License.
       You <b>must</b> declare a default ns in the default attribute in the 
keynsmap tag. This
       ns will be used if no key ns is declared in the nsmap.
   -->
- <keynsmap default="edrn">
+ <keynsmap default="cas">
    <key name="CAS.ProductId" ns="cas"/>
    <key name="CAS.ProductName" ns="cas"/>
    <key name="CAS.ProductReceivedTime" ns="cas"/>
@@ -106,7 +106,7 @@ the License.
       You <b>must</b> declare a default ns in the default attribute in the 
typesnsmap tag. This
       ns will be used if no type ns is declared in the nsmap. 
   -->
- <typesnsmap default="edrn">
+ <typesnsmap default="cas">
    <type name="GenericFile" ns="cas"/>
  </typesnsmap>
 </cas:rdfconf>


Reply via email to