Added d:version mapping to org.alfresco.util.VersionNumber.

Fixed NPE in NodeBrowser where the the dictionary doesn't recognise the persisted type.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5556 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-04-26 08:19:54 +00:00
parent 5fd6d0c609
commit 27beca2047

View File

@@ -108,6 +108,11 @@
<java-class>java.util.Locale</java-class>
</data-type>
<data-type name="d:version">
<analyser-class>org.alfresco.repo.search.impl.lucene.analysis.VerbatimAnalyser</analyser-class>
<java-class>org.alfresco.util.VersionNumber</java-class>
</data-type>
</data-types>