From: Raphaƫl Gertz Date: Sun, 8 Dec 2024 08:49:41 +0000 (+0100) Subject: Move patches in backup directory X-Git-Url: https://git.rapsys.eu/veranda/commitdiff_plain/refs/heads/master?ds=sidebyside;hp=3748dd1d2c3a8a3d274130874e8af6b468cbef2e Move patches in backup directory --- diff --git a/patch/doctrineyamlnodeprecated.patch b/backup/patch/doctrineyamlnodeprecated.patch similarity index 100% rename from patch/doctrineyamlnodeprecated.patch rename to backup/patch/doctrineyamlnodeprecated.patch diff --git a/patch/worldwritabledisabled.patch b/backup/patch/worldwritabledisabled.patch similarity index 100% rename from patch/worldwritabledisabled.patch rename to backup/patch/worldwritabledisabled.patch diff --git a/config/packages/rapsyspack.yaml b/config/packages/rapsyspack.yaml index 82e930e..47c1f84 120000 --- a/config/packages/rapsyspack.yaml +++ b/config/packages/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/packages/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/packages/rapsyspack.yaml \ No newline at end of file diff --git a/config/packages/rapsystree.yaml b/config/packages/rapsystree.yaml index ca1a19c..020b337 120000 --- a/config/packages/rapsystree.yaml +++ b/config/packages/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/packages/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/packages/rapsystree.yaml \ No newline at end of file diff --git a/config/routes/rapsyspack.yaml b/config/routes/rapsyspack.yaml index c3efc7b..5491ce8 120000 --- a/config/routes/rapsyspack.yaml +++ b/config/routes/rapsyspack.yaml @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/config/routes/rapsyspack.yaml \ No newline at end of file +../../vendor/rapsys/packbundle/config/routes/rapsyspack.yaml \ No newline at end of file diff --git a/config/routes/rapsystree.yaml b/config/routes/rapsystree.yaml index 863b619..a854fc9 120000 --- a/config/routes/rapsystree.yaml +++ b/config/routes/rapsystree.yaml @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/config/routes/rapsystree.yaml \ No newline at end of file +../../vendor/rapsys/treebundle/config/routes/rapsystree.yaml \ No newline at end of file diff --git a/public/bundles/rapsyspack b/public/bundles/rapsyspack index d375220..65fccd8 120000 --- a/public/bundles/rapsyspack +++ b/public/bundles/rapsyspack @@ -1 +1 @@ -../../vendor/rapsys/packbundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/packbundle/public/ \ No newline at end of file diff --git a/public/bundles/rapsystree b/public/bundles/rapsystree index ee33cda..606378d 120000 --- a/public/bundles/rapsystree +++ b/public/bundles/rapsystree @@ -1 +1 @@ -../../vendor/rapsys/treebundle/Resources/public/ \ No newline at end of file +../../vendor/rapsys/treebundle/public/ \ No newline at end of file