Skip to content

Commit

Permalink
[BUGFIX] add autoload file
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
kaystrobach committed Jul 17, 2015
1 parent 84f592b commit 5f49b9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ext_autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,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',
);
?>

0 comments on commit 5f49b9f

Please sign in to comment.