]> Raphaël G. Git Repositories - recipe/commitdiff
Initial import
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 12:13:06 +0000 (13:13 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 12:13:06 +0000 (13:13 +0100)
rapsys/airbundle/master/manifest.json [new file with mode: 0644]
rapsys/packbundle/master/manifest.json [new file with mode: 0644]
rapsys/userbundle/master/manifest.json [new file with mode: 0644]

diff --git a/rapsys/airbundle/master/manifest.json b/rapsys/airbundle/master/manifest.json
new file mode 100644 (file)
index 0000000..24cfc17
--- /dev/null
@@ -0,0 +1,11 @@
+{
+       "bundles": {
+               "Rapsys\\AirBundle": ["all"]
+       },
+       "container": {
+               "locale": "en"
+       },
+       "copy-from-package": {
+               "config/": "%CONFIG_DIR%/"
+       }
+}
diff --git a/rapsys/packbundle/master/manifest.json b/rapsys/packbundle/master/manifest.json
new file mode 100644 (file)
index 0000000..2d7d2c9
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "bundles": {
+               "Rapsys\\PackBundle": ["all"]
+       },
+       "copy-from-package": {
+               "config/": "%CONFIG_DIR%/"
+       }
+}
diff --git a/rapsys/userbundle/master/manifest.json b/rapsys/userbundle/master/manifest.json
new file mode 100644 (file)
index 0000000..724952c
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "bundles": {
+               "Rapsys\\UserBundle": ["all"]
+       },
+       "copy-from-package": {
+               "config/": "%CONFIG_DIR%/"
+       }
+}