Commit 4404ffb1621bf74dc03d3d9070fa9edb7abab9bc

  • avatar
  • James Tyrrell <james @tyrr…ls.com>
  • Mon Apr 11 13:06:51 GMT 2011
ROO-2319: Release Spring Roo 1.1.3.RELEASE - fixed documentation path issue with zip creation
deployment-support/roo-deploy.sh
(2 / 2)
  
306306 cp $ROO_HOME/bootstrap/readme.txt $WORK_DIR/
307307 cp `find $ROO_HOME -iname legal-\*.txt` $WORK_DIR/legal
308308 cp `find $ROO_HOME -iname \*.roo | grep -v "/target/"` $WORK_DIR/samples
309 cp -r $ROO_HOME/deployment-support/target/site/reference/pdf $WORK_DIR/docs/pdf
310 cp -r $ROO_HOME/deployment-support/target/site/reference/html $WORK_DIR/docs/html
309 cp -r $ROO_HOME/deployment-support/target/site/reference/pdf/ $WORK_DIR/docs/pdf
310 cp -r $ROO_HOME/deployment-support/target/site/reference/html/ $WORK_DIR/docs/html
311311
312312 # Prepare to write the ZIP
313313 log "Cleaning $DIST_DIR"

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment