Intégration de la branche release-1.6.0
This commit is contained in:
commit
6ce2ce8d95
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5.1
|
1.6.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
008005000
|
008006000
|
||||||
|
|
|
@ -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]*$' |
|
||||||
|
|
Loading…
Reference in New Issue