Merge pull request #5 from hardyoyo/add-launcher-to-803

added a launcher configuration for the multi-format date parser
This commit is contained in:
Mark H. Wood
2014-12-22 11:30:55 -05:00

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>