forked from typo3-themes/t3jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_autoload.php
15 lines (14 loc) · 919 Bytes
/
ext_autoload.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
// This file was generated on 2015-07-17 07:24
$extensionPath = t3lib_extMgm::extPath('t3jquery');
$extensionClassesPath = $extensionPath . 'Classes/';
return array(
'tx_t3jquery' => $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',
'JavaScriptPacker' => $extensionPath . 'Classes/Module/class.JavaScriptPacker.php'
);