summaryrefslogtreecommitdiff
path: root/win/packaging/heidisql_feature.wxi.in
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <vicentiu@mariadb.org>2015-05-08 17:06:35 +0300
committerVicentiu Ciorbaru <vicentiu@mariadb.org>2015-05-08 17:06:35 +0300
commit0880284bf715b4916cc735e19b76d1062c2bfdcf (patch)
tree651ec5455514e9e9789ed38cc5724d0e44bfe54b /win/packaging/heidisql_feature.wxi.in
parentc1b07ff9b71434d22dab120dcd01b174ba162195 (diff)
downloadmariadb-git-0880284bf715b4916cc735e19b76d1062c2bfdcf.tar.gz
Fix win/ files to be stored with LF in repositorymariadb-10.0.1910.0-defragment
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.in20
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>