/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fixtures/ant/build.xml
17 строк
363 B
Ville Skyttä
(testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
21 фев 2014, 21:39
21 фев 2014, 21:39
14be62a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <project basedir="." default="build" name="bash-completion"> <target name="clean"> <!-- ... --> </target> <target name="realclean" depends="clean"> <!-- ... --> </target> <target description="bar" name="init"></target> <target description="bar" name='bashcomp' > <!-- ... --> </target> </project>