This directory is used to copy all files and directory associated with asciidoc in 
  Apache OFBiz project with some modifications done by addons or plugins of ofbizextra

The copy is done with these command run in ofbiz root directory

find ./applications/ -type f |grep asciidoc >listAsciidocFile.txt
find ./framework/ -type f |grep asciidoc >>listAsciidocFile.txt
find ./plugins/ -type f |grep asciidoc >>listAsciidocFile.txt
cp README.adoc docs/asciidoc/.
find ./docs/ -type f |grep asciidoc >>listAsciidocFile.txt
rsync -ra --delete --files-from=listAsciidocFile.txt . adr@${PUBLISH_SERVER}:/var/www/ofbiz-adoc/website/content/ofbizextra_adocs/