Skip to content
Snippets Groups Projects
Commit 1578103f authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- updated repo URL

parent f3ce7daf
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ public class DnxMoveFileOriginalPath implements RepositoryTaskPlugin { ...@@ -120,7 +120,7 @@ public class DnxMoveFileOriginalPath implements RepositoryTaskPlugin {
event.setEventOutcomeDetail1("IE-PID = '" + ieEditor.getIEPid() + "', " + countSuccess + " of " + countFiles + " fileOriginalPath entries replaced"); event.setEventOutcomeDetail1("IE-PID = '" + ieEditor.getIEPid() + "', " + countSuccess + " of " + countFiles + " fileOriginalPath entries replaced");
event.setEventDescription("fileOriginalPath needs to be updated to correct a mistake in the Submission Application where wrong fileOriginalPath metadata was read and inserted. The result of this mistake was that the fileOriginalPath now includes directories that are too high up in the directory hierarchy."); event.setEventDescription("fileOriginalPath needs to be updated to correct a mistake in the Submission Application where wrong fileOriginalPath metadata was read and inserted. The result of this mistake was that the fileOriginalPath now includes directories that are too high up in the directory hierarchy.");
event.setLinkingAgentIdentifierType1("HUMAN"); event.setLinkingAgentIdentifierType1("HUMAN");
event.setLinkingAgentIdentifierValue1("plugin programmed by Andreas Romeyke (SLUB Dresden), code available at https://github.com/SLUB-digitalpreservation/fileoriginalpath_plugin4rosetta"); event.setLinkingAgentIdentifierValue1("plugin programmed by Andreas Romeyke (SLUB Dresden), code available at https://git.slub-dresden.de/digital-preservation/fileoriginalpath_plugin4rosetta");
eventList.add( event ); eventList.add( event );
ieDnxH.setEvents( eventList ); ieDnxH.setEvents( eventList );
ieEditor.setDnxForIE( ieDnxH ); /* necessary to commit changes on IEpid */ ieEditor.setDnxForIE( ieDnxH ); /* necessary to commit changes on IEpid */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment