CheckoutSailfinUpdateBranch
To work on updating the server integration plugin to support SF, you need to:
- checkout nbbuild against the date "Thursday, October 18, 2007 2:17:20 PM UTC"
cvs -d :pserver:<nb.org-id>@cvs.netbeans.org:/cvs co -D nbbuild - cd into the nbbuild dir and do the ant checkout thing
cd nbbuild
ant checkout - move the integration plugin code to the branch
cd ../serverplugins/sun
cvs update -r sailfin_support_in_six_oh_update appsrv appsrv81 appsrvbridge sunddui sunddapi - move the j2eeserver code onto the branch
cd ../../j2eeserver
cvs update -r sailfin_support_in_six_oh_update - do the initial build
cd ../nbbuild
ant build-nozip

