added a launcher configuration for the multi-format date parser

This commit is contained in:
Hardy Pottinger
2014-12-22 15:42:46 +00:00
parent 92ccfaa16c
commit a994d7a084

View File

@@ -419,4 +419,12 @@
</step>
</command>
<command>
<name>validate-date</name>
<description>interactively validate date values against the multi-format date parser (good for testing custom regular expression configurations)</description>
<step>
<class>org.dspace.util.MultiFormatDateParser</class>
</step>
</command>
</commands>