BUG Remove the xml brackets from the string. Breaks phing.

This commit is contained in:
Mateusz Uzdowski 2012-07-24 14:19:14 +12:00
parent b3787dc7e3
commit 6225f9c8c0
1 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ Your friendly automated release script.
</target>
<target name="translations-mergeback"
description="Copies changes from the translation staging branch back to the current branch. Doesn't use 'git merge' because the staging branch works on master. Usage: phing -Dmodule=<module> translations-mergeback">
description="Copies changes from the translation staging branch back to the current branch. Doesn't use 'git merge' because the staging branch works on master. Usage: phing -Dmodule=[module] translations-mergeback">
<php function="sys_get_temp_dir" returnProperty="systmp" />
<property name="tmp" value="${systmp}/translationsMergebackTask/" />
@ -508,4 +508,4 @@ Your friendly automated release script.
<foreach list="framework,cms" param="module" target="translations-update-gl-contribs" />
</target>
</project>
</project>