Intégration de la branche release-1.6.0

This commit is contained in:
Jephté Clain 2015-05-04 12:41:10 +04:00
commit 6ce2ce8d95
4 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## Version 1.6.0 du 04/05/2015-12:40
0463b2c Intégration de la branche norm_props
48ca720 ajout de l'en-tête
## Version 1.5.1 du 29/04/2015-10:14 ## Version 1.5.1 du 29/04/2015-10:14
4c92f54 Intégration de la branche push-all 4c92f54 Intégration de la branche push-all

View File

@ -1 +1 @@
1.5.1 1.6.0

View File

@ -1 +1 @@
008005000 008006000

View File

@ -113,6 +113,7 @@ function write_properties() {
} }
function __norm_properties() { function __norm_properties() {
echo '# -*- coding: iso-8859-1 -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=iso-8859-1'
_nl2lf | _nl2lf |
grep -v $'^[ \t]*#' | grep -v $'^[ \t]*#' |
grep -v $'^[ \t]*$' | grep -v $'^[ \t]*$' |