-
Notifications
You must be signed in to change notification settings - Fork 34
Releasing Diver
seanws edited this page Aug 2, 2012
·
2 revisions
To Release Diver you must complete the following tasks:
- Update all the applicable feature's versions in their feature.xml files. (See Diver Versioning)
- In Eclipse, right hand click on the ca.uvic.chisel.diver.feature project and select Export.
- Under the Plug-in Development folder, select Deployable features and click Next.
- Select all the features you wish to deploy. Usually all except special ones such as ca.uvic.chisel.diver.study.feature.
- Select the Release directory and click Finish.
- Go to the Release directory of the Diver project.
- Copy category.xml and site.xml to your local Release directory.
- Edit category.xml making sure all the features and their versions are correct.
- Edit site.xml and add any new versions of features to it.
- Copy your local Release directory to the project Release directory and commit using Git
- Using an sFTP client connect to frs.sourceforge.net using your Sourceforge login credentials
- 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.
- Upload new Release directory contents here.