branch chorem-ng updated (03563f0 -> 485ee47)
This is an automated email from the git hooks/post-receive script. New change to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git from 03563f0 add 'Simple' Json converter for wikitty and add JsonRender as Default new 485ee47 add a context params to allow /webjars path from wm The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 485ee47813c95ff5897af019191511de019e6cc1 Author: Yannick Martel <yannick.martel@gmail.com> Date: Fri Apr 3 17:14:02 2015 +0200 add a context params to allow /webjars path from wm Summary of changes: chorem-ui-angular/src/main/webapp/WEB-INF/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git commit 485ee47813c95ff5897af019191511de019e6cc1 Author: Yannick Martel <yannick.martel@gmail.com> Date: Fri Apr 3 17:14:02 2015 +0200 add a context params to allow /webjars path from wm --- chorem-ui-angular/src/main/webapp/WEB-INF/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml b/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml index 9aa7299..39b16de 100644 --- a/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml +++ b/chorem-ui-angular/src/main/webapp/WEB-INF/web.xml @@ -24,5 +24,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> - + + <context-param> + <param-name>wm.exclude.paths</param-name> + <param-value>/webjars</param-value> + </context-param> + </web-app> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm