Index: dev/dev-mode-leave.xml =================================================================== --- dev/dev-mode-leave.xml (revision 17177) +++ dev/dev-mode-leave.xml (working copy) @@ -52,6 +52,7 @@ <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/myfavorites"/></antcall> <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/news"/></antcall> <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/newsletter"/></antcall> + <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/proxied-content"/></antcall> <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/repository"/></antcall> <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/repositoryapp"/></antcall> <antcall target="remove-link"><param name="link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/skineditor"/></antcall> Index: dev/dev-mode-enter.xml =================================================================== --- dev/dev-mode-enter.xml (revision 17177) +++ dev/dev-mode-enter.xml (working copy) @@ -55,6 +55,7 @@ <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/myfavorites"/> <param name="original-dir" location="${ametys-root-dir}/plugins/myfavorites/trunk/main/plugin-myfavorites"/></antcall> <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/news"/> <param name="original-dir" location="${ametys-root-dir}/plugins/news/trunk/main/plugin-news"/></antcall> <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/newsletter"/> <param name="original-dir" location="${ametys-root-dir}/plugins/newsletter/trunk/main/plugin-newsletter"/></antcall> + <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/proxied-content"/> <param name="original-dir" location="${ametys-root-dir}/plugins/proxied-content/trunk/main/plugin-proxied-content"/></antcall> <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/repository"/> <param name="original-dir" location="${ametys-root-dir}/kernel/03_Repository_Plugin/trunk/main/plugin-repository"/></antcall> <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/repositoryapp"/> <param name="original-dir" location="${ametys-root-dir}/kernel/02_Repository_Workspace/trunk/main/plugin-repositoryapp"/></antcall> <antcall target="create-link"><param name="new-link" location="${ametys-root-dir}/templates/CMSWEB/trunk/webapp/cms/plugins/skineditor"/> <param name="original-dir" location="${ametys-root-dir}/plugins/skineditor/trunk/main/plugin-skineditor"/></antcall>