An open API service indexing awesome lists of open source software.

https://github.com/bvolpato/bruno-ant-tasks

:ant: Useful ant tasks
https://github.com/bvolpato/bruno-ant-tasks

ant xml-document xpath

Last synced: about 1 year ago
JSON representation

:ant: Useful ant tasks

Awesome Lists containing this project

README

          

# bruno-ant-tasks
:ant: Useful ant tasks

- Current tasks
- [PropChangeTask](#PropChangeTask)
- [XPathAddTask](#XPathAddTask)
- [XPathChangeTask](#XPathChangeTask)

## PropChangeTask

It is responsible for changing properties file key without changing undesired content.

## XPathAddTask

Task that adds a node to a XML Document, using XPath to select parent node.

## XPathChangeTask

Task that changes a node in a XML Document, using XPath to select parent node.