branch develop updated (efcdb80 -> 20f1407)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from efcdb80 fix pom dependencies new 20f1407 fix bundle module javascript constants... 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 20f14071b335e101acae718374b6871a787f4263 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 18:07:39 2015 +0100 fix bundle module javascript constants... Summary of changes: coselmar-bundle/src/main/webapp/js/coselmar-constants.js | 3 ++- coselmar-ui/src/main/webapp/js/coselmar-constants.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 20f14071b335e101acae718374b6871a787f4263 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 18:07:39 2015 +0100 fix bundle module javascript constants... --- coselmar-bundle/src/main/webapp/js/coselmar-constants.js | 3 ++- coselmar-ui/src/main/webapp/js/coselmar-constants.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/coselmar-bundle/src/main/webapp/js/coselmar-constants.js b/coselmar-bundle/src/main/webapp/js/coselmar-constants.js index 07a4b82..c13b440 100644 --- a/coselmar-bundle/src/main/webapp/js/coselmar-constants.js +++ b/coselmar-bundle/src/main/webapp/js/coselmar-constants.js @@ -22,5 +22,6 @@ * #L% */ coselmarApp.constant('coselmar-config', { - BASE_URL : "v1" + BASE_URL : "v1", + SUPPORTED_LOCALE : ["en", "fr"] }); \ No newline at end of file diff --git a/coselmar-ui/src/main/webapp/js/coselmar-constants.js b/coselmar-ui/src/main/webapp/js/coselmar-constants.js index f1ea0b2..566831a 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-constants.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-constants.js @@ -21,6 +21,8 @@ * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ + +// DON'T FORGET TO EDIT ONE IN BUNDLE MODULE \\ coselmarApp.constant('coselmar-config', { BASE_URL : "http://localhost:8081/services/v1", SUPPORTED_LOCALE : ["en", "fr"] -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm