Changes
Edgar Poce
javadocs and checkstyle
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
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