Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/ProjectSetFiles"

< E4
(Project Set Files)
(Project Set Files)
Line 10: Line 10:
 
# Expand the repository, then HEAD, e4, releng
 
# Expand the repository, then HEAD, e4, releng
 
# Right-click on the appropriate releng project, like 'org.eclipse.e4.ui.releng', and select 'Check Out'.
 
# Right-click on the appropriate releng project, like 'org.eclipse.e4.ui.releng', and select 'Check Out'.
[[Image:E4_checkout_psf_files_example.jpg]]
 
 
# In the Package Explorer, expand the releng project and select the file PSF file, like 'e4.ui.psf'.
 
# In the Package Explorer, expand the releng project and select the file PSF file, like 'e4.ui.psf'.
 
# Select 'Import Project Set' from the context menu on the the psf file
 
# Select 'Import Project Set' from the context menu on the the psf file

Revision as of 20:12, 8 January 2009

Project Set Files

You can get the latest versions of the project set files from the appropriate team releng project under 'e4/releng' :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse

  1. Start with Eclipse 3.5 and an empty workspace.
  2. Open the CVS Repositories view (Ctrl+3 CVSR).
  3. Copy the following string :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
  4. Right-click in the view and select Paste Connection.
  5. (Optional: Adjust user name, password and connection method if you are a committer.)
  6. Expand the repository, then HEAD, e4, releng
  7. Right-click on the appropriate releng project, like 'org.eclipse.e4.ui.releng', and select 'Check Out'.
  8. In the Package Explorer, expand the releng project and select the file PSF file, like 'e4.ui.psf'.
  9. Select 'Import Project Set' from the context menu on the the psf file
  10. A dialog will open asking you to create repository locations. Select each location and click 'Create', providing username 'anonymous' unless you are a committer. Click OK.

Back to the top