diff --git a/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml b/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml new file mode 100644 index 00000000..c699b65f --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.0/etc/routing/fos_js_routing.yaml @@ -0,0 +1,2 @@ +fos_js_routing: + resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" diff --git a/friendsofsymfony/jsrouting-bundle/2.0/manifest.json b/friendsofsymfony/jsrouting-bundle/2.0/manifest.json new file mode 100644 index 00000000..546262d9 --- /dev/null +++ b/friendsofsymfony/jsrouting-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}