diff --git a/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php b/typo3/sysext/scheduler/Resources/PHP/scheduler_cli_dispatch.php
similarity index 100%
rename from typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php
rename to typo3/sysext/scheduler/Resources/PHP/scheduler_cli_dispatch.php
diff --git a/typo3/sysext/scheduler/ext_localconf.php b/typo3/sysext/scheduler/ext_localconf.php
index bcd9857cf2831e4882f89cb33578e53265aef1f4..85e291b9bc702ab8785b863d8db2a2f4d83e1dfc 100644
--- a/typo3/sysext/scheduler/ext_localconf.php
+++ b/typo3/sysext/scheduler/ext_localconf.php
@@ -3,7 +3,7 @@ defined('TYPO3_MODE') or die();
 
 // Register the Scheduler as a possible key for CLI calls
 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['cliKeys']['scheduler'] = array(
-	'EXT:scheduler/cli/scheduler_cli_dispatch.php',
+	'EXT:scheduler/Resources/PHP/scheduler_cli_dispatch.php',
 	'_CLI_scheduler'
 );
 // Get the extensions's configuration