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
- Host: GitHub
- URL: https://github.com/bvolpato/bruno-ant-tasks
- Owner: bvolpato
- License: apache-2.0
- Created: 2015-06-05T03:57:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T22:47:59.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:41:32.290Z (over 1 year ago)
- Topics: ant, xml-document, xpath
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.