diff options
author | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-08 17:19:48 +0300 |
---|---|---|
committer | Vicentiu Ciorbaru <vicentiu@mariadb.org> | 2015-05-08 17:19:48 +0300 |
commit | 373d092b3a52ead7cc25f5f81a8a480a45a16025 (patch) | |
tree | 5cf89c414c53d8e01a6b757e935eb6cd113f50d2 /win/packaging/heidisql_feature.wxi.in | |
parent | 23b2b95f8046aee8461c71926a049accbfcf0dd2 (diff) | |
download | mariadb-git-373d092b3a52ead7cc25f5f81a8a480a45a16025.tar.gz |
Fix win/ files to be stored with LF in repository
On Windows, the files get checked out with CRLF thanks
to .gitattributes.
Diffstat (limited to 'win/packaging/heidisql_feature.wxi.in')
-rw-r--r-- | win/packaging/heidisql_feature.wxi.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win/packaging/heidisql_feature.wxi.in b/win/packaging/heidisql_feature.wxi.in index 3f60fcd8f27..241554e035a 100644 --- a/win/packaging/heidisql_feature.wxi.in +++ b/win/packaging/heidisql_feature.wxi.in @@ -1,10 +1,10 @@ -<Include>
-<Feature Id="HeidiSQL"
- Title='HeidiSQL'
- Description= 'Powerful, easy and free MySQL/MariaDB GUI client by Ansgar Becker'
- AllowAdvertise='no'
- Level='1'>
- <Condition Level="0">HEIDISQLINSTALLED AND NOT REMOVE ~= ALL</Condition>
- <ComponentGroupRef Id='HeidiSQL'/>
-</Feature>
-</Include>
+<Include> +<Feature Id="HeidiSQL" + Title='HeidiSQL' + Description= 'Powerful, easy and free MySQL/MariaDB GUI client by Ansgar Becker' + AllowAdvertise='no' + Level='1'> + <Condition Level="0">HEIDISQLINSTALLED AND NOT REMOVE ~= ALL</Condition> + <ComponentGroupRef Id='HeidiSQL'/> +</Feature> +</Include> |