Changeset 585 for DCWoRMS


Ignore:
Timestamp:
11/08/12 14:22:42 (12 years ago)
Author:
gosiaw
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/DEBBTranslator/src/DEBBNamespaceContext.java

    r557 r585  
    2020            if (prefix.equals("plm")) 
    2121                return "http://www.plmxml.org/Schemas/PLMXMLSchema"; 
     22            else if (prefix.equals("cim")) 
     23                return "http://www.coolemall.eu/DEBBComponent"; 
    2224            else 
    2325                return XMLConstants.NULL_NS_URI; 
Note: See TracChangeset for help on using the changeset viewer.