From 5f49b9fd0c3a71fe6178578a0527090cb49551c9 Mon Sep 17 00:00:00 2001 From: Kay Strobach Date: Fri, 17 Jul 2015 07:26:24 +0200 Subject: [PATCH] [BUGFIX] add autoload file Fixes #3 --- ext_autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ext_autoload.php diff --git a/ext_autoload.php b/ext_autoload.php new file mode 100644 index 0000000..dc2bbd7 --- /dev/null +++ b/ext_autoload.php @@ -0,0 +1,15 @@ + $extensionPath . 'Migrations/Code/LegacyClassesForIde.php', + 'tx_t3jquery_module1' => $extensionClassesPath . 'Module/index.php', + 'tx_t3jquery_tsparserext' => $extensionPath . 'Migrations/Code/LegacyClassesForIde.php', + 'tx_t3jquery_viewhelpers_addjqueryandscriptviewhelper' => $extensionPath . 'Migrations/Code/LegacyClassesForIde.php', + 'tx_t3jquery_viewhelpers_addjqueryviewhelper' => $extensionPath . 'Migrations/Code/LegacyClassesForIde.php', + 'analyzeJqJS' => $extensionPath . 'Classes/Module/class.analyzeJqJS.php', +); +?> \ No newline at end of file