mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #20 from silverstripe-droptables/fix-build-xml
BUG Remove the xml brackets from the string. Breaks phing.
This commit is contained in:
commit
e00d3b596a
@ -479,7 +479,7 @@ Your friendly automated release script.
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="translations-mergeback"
|
<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" />
|
<php function="sys_get_temp_dir" returnProperty="systmp" />
|
||||||
<property name="tmp" value="${systmp}/translationsMergebackTask/" />
|
<property name="tmp" value="${systmp}/translationsMergebackTask/" />
|
||||||
|
Loading…
Reference in New Issue
Block a user