blob: 8d6e8b03f15ab5286f86009c1a9724bf038fe22c [file] [log] [blame]
2005-10-01
- naming and packaging reviewed
- now commands only read parameters from the context
because commands shouldn't have a state of their own
but use only the context.
- i18n reorganized in one single resources file
- batch mode added
- cover most of jcr operations (versioning, locking, etc.)
- commands simplified. Most commands don't have default values.
- logging added
2005-08-11
- removed jmeter dependencies
- added command line interface (o.a.j.chain.cli)
- added CLI i18n support
- added info commands (ls, cat, etc.) (o.a.j.chain.info)
- added literal and context attributes to commands
- added testing
- added javadocs