diff --git a/src/Application/Controller/Admin/d3ActionWizard.php b/Application/Controller/Admin/d3ActionWizard.php similarity index 100% rename from src/Application/Controller/Admin/d3ActionWizard.php rename to Application/Controller/Admin/d3ActionWizard.php diff --git a/src/Application/Controller/Admin/d3ExportWizard.php b/Application/Controller/Admin/d3ExportWizard.php similarity index 100% rename from src/Application/Controller/Admin/d3ExportWizard.php rename to Application/Controller/Admin/d3ExportWizard.php diff --git a/src/Application/Model/ActionBase.php b/Application/Model/ActionBase.php similarity index 100% rename from src/Application/Model/ActionBase.php rename to Application/Model/ActionBase.php diff --git a/src/Application/Model/Actions/FixArtextendsItems.php b/Application/Model/Actions/FixArtextendsItems.php similarity index 100% rename from src/Application/Model/Actions/FixArtextendsItems.php rename to Application/Model/Actions/FixArtextendsItems.php diff --git a/src/Application/Model/Configuration.php b/Application/Model/Configuration.php similarity index 100% rename from src/Application/Model/Configuration.php rename to Application/Model/Configuration.php diff --git a/src/Application/Model/Exceptions/DataWizardException.php b/Application/Model/Exceptions/DataWizardException.php similarity index 100% rename from src/Application/Model/Exceptions/DataWizardException.php rename to Application/Model/Exceptions/DataWizardException.php diff --git a/src/Application/Model/Exceptions/DebugException.php b/Application/Model/Exceptions/DebugException.php similarity index 100% rename from src/Application/Model/Exceptions/DebugException.php rename to Application/Model/Exceptions/DebugException.php diff --git a/src/Application/Model/Exceptions/InputUnvalidException.php b/Application/Model/Exceptions/InputUnvalidException.php similarity index 100% rename from src/Application/Model/Exceptions/InputUnvalidException.php rename to Application/Model/Exceptions/InputUnvalidException.php diff --git a/src/Application/Model/Exceptions/NoSuitableRendererException.php b/Application/Model/Exceptions/NoSuitableRendererException.php similarity index 100% rename from src/Application/Model/Exceptions/NoSuitableRendererException.php rename to Application/Model/Exceptions/NoSuitableRendererException.php diff --git a/src/Application/Model/Exceptions/RenderException.php b/Application/Model/Exceptions/RenderException.php similarity index 100% rename from src/Application/Model/Exceptions/RenderException.php rename to Application/Model/Exceptions/RenderException.php diff --git a/src/Application/Model/Exceptions/TaskException.php b/Application/Model/Exceptions/TaskException.php similarity index 100% rename from src/Application/Model/Exceptions/TaskException.php rename to Application/Model/Exceptions/TaskException.php diff --git a/src/Application/Model/ExportBase.php b/Application/Model/ExportBase.php similarity index 100% rename from src/Application/Model/ExportBase.php rename to Application/Model/ExportBase.php diff --git a/src/Application/Model/ExportRenderer/Csv.php b/Application/Model/ExportRenderer/Csv.php similarity index 100% rename from src/Application/Model/ExportRenderer/Csv.php rename to Application/Model/ExportRenderer/Csv.php diff --git a/src/Application/Model/ExportRenderer/Pretty.php b/Application/Model/ExportRenderer/Pretty.php similarity index 100% rename from src/Application/Model/ExportRenderer/Pretty.php rename to Application/Model/ExportRenderer/Pretty.php diff --git a/src/Application/Model/ExportRenderer/RendererBridge.php b/Application/Model/ExportRenderer/RendererBridge.php similarity index 100% rename from src/Application/Model/ExportRenderer/RendererBridge.php rename to Application/Model/ExportRenderer/RendererBridge.php diff --git a/src/Application/Model/ExportRenderer/RendererInterface.php b/Application/Model/ExportRenderer/RendererInterface.php similarity index 100% rename from src/Application/Model/ExportRenderer/RendererInterface.php rename to Application/Model/ExportRenderer/RendererInterface.php diff --git a/src/Application/Model/Exports/InactiveCategories.php b/Application/Model/Exports/InactiveCategories.php similarity index 100% rename from src/Application/Model/Exports/InactiveCategories.php rename to Application/Model/Exports/InactiveCategories.php diff --git a/src/Application/Model/Exports/KeyFigures.php b/Application/Model/Exports/KeyFigures.php similarity index 100% rename from src/Application/Model/Exports/KeyFigures.php rename to Application/Model/Exports/KeyFigures.php diff --git a/src/Application/Model/QueryBase.php b/Application/Model/QueryBase.php similarity index 100% rename from src/Application/Model/QueryBase.php rename to Application/Model/QueryBase.php diff --git a/src/Application/views/admin/de/d3DataWizard_lang.php b/Application/views/admin/de/d3DataWizard_lang.php similarity index 100% rename from src/Application/views/admin/de/d3DataWizard_lang.php rename to Application/views/admin/de/d3DataWizard_lang.php diff --git a/src/Application/views/admin/tpl/d3ActionWizard.tpl b/Application/views/admin/tpl/d3ActionWizard.tpl similarity index 100% rename from src/Application/views/admin/tpl/d3ActionWizard.tpl rename to Application/views/admin/tpl/d3ActionWizard.tpl diff --git a/src/Application/views/admin/tpl/d3ExportWizard.tpl b/Application/views/admin/tpl/d3ExportWizard.tpl similarity index 100% rename from src/Application/views/admin/tpl/d3ExportWizard.tpl rename to Application/views/admin/tpl/d3ExportWizard.tpl diff --git a/composer.json b/composer.json index a5e4a97..ef03c07 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,10 @@ }, "extra": { "oxideshop": { - "source-directory": "/src", + "blacklist-filter": [ + "*.md", + "composer.json" + ], "target-directory": "d3/datawizard" } }, diff --git a/src/menu.xml b/menu.xml similarity index 100% rename from src/menu.xml rename to menu.xml diff --git a/src/metadata.php b/metadata.php similarity index 100% rename from src/metadata.php rename to metadata.php