Add polyfill-mbstring files to .phar
[php-sqllint.git] / build.xml
index 73ce26e0a354d6ba90d00d5f8822f11321fcce3d..120515676cc689b50ece09c87cc0c95b771d500a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="php-sqllint" default="phar" basedir=".">
 
- <property name="version"  value="dev" />
+ <!--<property name="version"  value="dev" />-->
  <loadfile property="version" file="VERSION">
   <filterchain>
    <striplinebreaks />
@@ -25,6 +25,8 @@
   <include name="vendor/pear/console_commandline/Console/**"/>
   <include name="vendor/pear/pear_exception/PEAR/**"/>
   <include name="vendor/phpmyadmin/sql-parser/src/**"/>
+  <include name="vendor/symfony/polyfill-mbstring/bootstrap.php"/>
+  <include name="vendor/symfony/polyfill-mbstring/Mbstring.php"/>
  </fileset>