diff --git a/orbitale/cms-bundle/2.0/etc/packages/orbitale_cms.yaml b/orbitale/cms-bundle/2.0/config/packages/orbitale_cms.yaml similarity index 100% rename from orbitale/cms-bundle/2.0/etc/packages/orbitale_cms.yaml rename to orbitale/cms-bundle/2.0/config/packages/orbitale_cms.yaml diff --git a/orbitale/cms-bundle/2.0/etc/routing/orbitale_cms.yaml b/orbitale/cms-bundle/2.0/config/routing/orbitale_cms.yaml similarity index 100% rename from orbitale/cms-bundle/2.0/etc/routing/orbitale_cms.yaml rename to orbitale/cms-bundle/2.0/config/routing/orbitale_cms.yaml diff --git a/orbitale/cms-bundle/2.0/manifest.json b/orbitale/cms-bundle/2.0/manifest.json index af61352d..ca01bf3a 100644 --- a/orbitale/cms-bundle/2.0/manifest.json +++ b/orbitale/cms-bundle/2.0/manifest.json @@ -3,7 +3,7 @@ "Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": ["all"] }, "copy-from-recipe": { - "etc/": "%ETC_DIR%/", + "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } } diff --git a/orbitale/cms-bundle/3.0/etc/packages/orbitale_cms.yaml b/orbitale/cms-bundle/3.0/config/packages/orbitale_cms.yaml similarity index 100% rename from orbitale/cms-bundle/3.0/etc/packages/orbitale_cms.yaml rename to orbitale/cms-bundle/3.0/config/packages/orbitale_cms.yaml diff --git a/orbitale/cms-bundle/3.0/etc/routing/orbitale_cms.yaml b/orbitale/cms-bundle/3.0/config/routing/orbitale_cms.yaml similarity index 100% rename from orbitale/cms-bundle/3.0/etc/routing/orbitale_cms.yaml rename to orbitale/cms-bundle/3.0/config/routing/orbitale_cms.yaml diff --git a/orbitale/cms-bundle/3.0/manifest.json b/orbitale/cms-bundle/3.0/manifest.json index af61352d..ca01bf3a 100644 --- a/orbitale/cms-bundle/3.0/manifest.json +++ b/orbitale/cms-bundle/3.0/manifest.json @@ -3,7 +3,7 @@ "Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": ["all"] }, "copy-from-recipe": { - "etc/": "%ETC_DIR%/", + "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" } } diff --git a/willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml b/willdurand/geocoder-bundle/4.1/config/packages/dev/bazinga_geocoder.yaml similarity index 100% rename from willdurand/geocoder-bundle/4.1/etc/packages/dev/bazinga_geocoder.yaml rename to willdurand/geocoder-bundle/4.1/config/packages/dev/bazinga_geocoder.yaml diff --git a/willdurand/geocoder-bundle/4.1/manifest.json b/willdurand/geocoder-bundle/4.1/manifest.json index 19e4f207..05c37921 100644 --- a/willdurand/geocoder-bundle/4.1/manifest.json +++ b/willdurand/geocoder-bundle/4.1/manifest.json @@ -3,6 +3,6 @@ "Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"] }, "copy-from-recipe": { - "etc/": "%ETC_DIR%/" + "config/": "%CONFIG_DIR%/" } }