mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
22 lines
640 B
XML
22 lines
640 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
# Phing build script
|
|
# phing installation
|
|
sudo pear channel-discover pear.phing.info
|
|
sudo pear install phing/phing
|
|
sudo pear install pear/VersionControl_Git-0.4.4
|
|
-->
|
|
|
|
<project name="gridfield-bulk-editing-tools" default="transifex" phingVersion="2.7.0">
|
|
|
|
<taskdef name="buildTransifexTranslations" classname="tasks.BuildTransifexTranslations" />
|
|
|
|
<target name="transifex" description="Fetches Transifex translations and build lang files.">
|
|
<echo msg="Building translations..." />
|
|
<buildTransifexTranslations
|
|
txproject="gridfieldbulkeditingtools"
|
|
/>
|
|
</target>
|
|
|
|
</project> |