mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Adding headline to build-script.
This commit is contained in:
parent
00ac062818
commit
d1004087e5
@ -8,6 +8,11 @@
|
|||||||
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||||
* @package be.bastelstu.wcf.chat
|
* @package be.bastelstu.wcf.chat
|
||||||
*/
|
*/
|
||||||
|
$packageXML = file_get_contents('package.xml');
|
||||||
|
preg_match('/<version>(.*?)<\/version>/', $packageXML, $matches);
|
||||||
|
echo "Building Tims Chat $matches[1]\n";
|
||||||
|
echo str_repeat("=", strlen("Building Tims Chat $matches[1]"))."\n";
|
||||||
|
|
||||||
echo <<<EOT
|
echo <<<EOT
|
||||||
Cleaning up
|
Cleaning up
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user