Skip to content

Releasing Diver

seanws edited this page Aug 2, 2012 · 2 revisions

To Release Diver you must complete the following tasks:

  1. Update all the applicable feature's versions in their feature.xml files. (See Diver Versioning)
  2. In Eclipse, right hand click on the ca.uvic.chisel.diver.feature project and select Export.
  3. Under the Plug-in Development folder, select Deployable features and click Next.
  4. Select all the features you wish to deploy. Usually all except special ones such as ca.uvic.chisel.diver.study.feature.
  5. Select the Release directory and click Finish.
  6. Go to the Release directory of the Diver project.
  7. Copy category.xml and site.xml to your local Release directory.
  8. Edit category.xml making sure all the features and their versions are correct.
  9. Edit site.xml and add any new versions of features to it.
  10. Copy your local Release directory to the project Release directory and commit using Git
  11. Using an sFTP client connect to frs.sourceforge.net using your Sourceforge login credentials
  12. If you have Admin privileges then you should be able to go to /home/pfs/project/diver. You cannot browse there as it is a hidden directory. Browse to update-site.
  13. Upload new Release directory contents here.