diff --git a/endroid/import/1.0/config/packages/endroid_import.yaml b/endroid/import-bundle/1.0/config/packages/endroid_import.yaml similarity index 100% rename from endroid/import/1.0/config/packages/endroid_import.yaml rename to endroid/import-bundle/1.0/config/packages/endroid_import.yaml diff --git a/endroid/import/1.0/config/routes/endroid_import.yaml b/endroid/import-bundle/1.0/config/routes/dev/endroid_import.yaml similarity index 81% rename from endroid/import/1.0/config/routes/endroid_import.yaml rename to endroid/import-bundle/1.0/config/routes/dev/endroid_import.yaml index 55e00f60..c92671f0 100644 --- a/endroid/import/1.0/config/routes/endroid_import.yaml +++ b/endroid/import-bundle/1.0/config/routes/dev/endroid_import.yaml @@ -1,4 +1,4 @@ -EndroidImportBundle: +endroid_import: resource: "@EndroidImportBundle/Controller/" type: annotation prefix: /import diff --git a/endroid/import-bundle/1.0/manifest.json b/endroid/import-bundle/1.0/manifest.json new file mode 100644 index 00000000..291f78ae --- /dev/null +++ b/endroid/import-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Endroid\\ImportBundle\\EndroidImportBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/endroid/import/1.0/manifest.json b/endroid/import/1.0/manifest.json deleted file mode 100644 index 49590e55..00000000 --- a/endroid/import/1.0/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "bundles": { - "Endroid\\Import\\Bundle\\ImportBundle\\EndroidImportBundle": ["all"], - "Endroid\\Import\\Bundle\\ImportDemoBundle\\EndroidImportDemoBundle": ["dev"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}