From 0557b8ba2ba7a94f05c49f0f3dac2a768f6313f3 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 25 May 2020 11:21:29 +0200 Subject: [PATCH] move files from source directory to root --- src/IntelliSenseHelper.php => IntelliSenseHelper.php | 0 .../Admin/d3_article_attribute_ajax_multivalues.php | 0 .../Application/Model/d3_oxattributelist_multivalues.php | 0 composer.json | 6 ++++-- src/metadata.php => metadata.php | 0 5 files changed, 4 insertions(+), 2 deletions(-) rename src/IntelliSenseHelper.php => IntelliSenseHelper.php (100%) rename {src/Modules => Modules}/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php (100%) rename {src/Modules => Modules}/Application/Model/d3_oxattributelist_multivalues.php (100%) rename src/metadata.php => metadata.php (100%) diff --git a/src/IntelliSenseHelper.php b/IntelliSenseHelper.php similarity index 100% rename from src/IntelliSenseHelper.php rename to IntelliSenseHelper.php diff --git a/src/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php b/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php similarity index 100% rename from src/Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php rename to Modules/Application/Controllers/Admin/d3_article_attribute_ajax_multivalues.php diff --git a/src/Modules/Application/Model/d3_oxattributelist_multivalues.php b/Modules/Application/Model/d3_oxattributelist_multivalues.php similarity index 100% rename from src/Modules/Application/Model/d3_oxattributelist_multivalues.php rename to Modules/Application/Model/d3_oxattributelist_multivalues.php diff --git a/composer.json b/composer.json index 9a7ac1a..6bf17f3 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,10 @@ ], "extra": { "oxideshop": { - "source-directory": "/src", - "target-directory": "d3/attributemultivalues" + "target-directory": "d3/attributemultivalues", + "blacklist-filter": [ + "patches/**/*" + ] }, "patches": { "oxid-esales/oxideshop-ce": { diff --git a/src/metadata.php b/metadata.php similarity index 100% rename from src/metadata.php rename to metadata.php