Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 10d0a2b

Browse files
author
Frank Gevaerts
committed
Update sample config schedule. The target class changed in 5.6
1 parent 7daadb8 commit 10d0a2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nuxeo-importer-scan/sample-conf/scan-importer-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- define scheduler event to trigger the import -->
55
<extension
6-
target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService"
6+
target="org.nuxeo.ecm.core.scheduler.SchedulerService"
77
point="schedule">
88
<schedule id="scanImporter">
99
<username>Administrator</username>

nuxeo-importer-scan/sample-conf/scan-importer-noxml-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- define scheduler event to trigger the import -->
55
<extension
6-
target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService"
6+
target="org.nuxeo.ecm.core.scheduler.SchedulerService"
77
point="schedule">
88
<schedule id="scanImporter">
99
<username>Administrator</username>

0 commit comments

Comments
 (0)