Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by Milamber]

...

No Format
ant clean-docs
ant docs-site
ant docs-api -Djmeter.version=2.8
  • check if you need to add some new files or remove some deleted files from docs directory (using svn status command)
No Format

svn status
  • commit docs changes (CHECK IF THEY HAVE NEW PAGES/FILES : make a svn add before commit)
No Format
svn commit -m "Prepare next release 2.8: update docs tree and overview (RC1)"

...