Skip to content

Commit 538590d

Browse files
LUC065-364 adding John Pintos citation configuration
1 parent 90a446b commit 538590d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

dspace/config/launcher.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,13 @@
345345
<class>org.dspace.iiif.canvasdimension.CanvasDimensionCLI</class>
346346
</step>
347347
</command>
348-
</commands>
348+
<!-- ERA specific custom comands-->
349+
<command>
350+
<name>era-citation-updater</name>
351+
<description>Create or update citations for Items.</description>
352+
<step>
353+
<class>uk.ac.ed.era.commands.EraCitationUpdaterCLI</class>
354+
</step>
355+
</command>
356+
<!-- END-->
357+
</commands>

0 commit comments

Comments
 (0)