Changes between Version 7 and Version 8 of SettingUpEclipse


Ignore:
Timestamp:
Dec 31, 1969, 4:20:10 PM (54 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpEclipse

    v7 v8  
    1919 * Select 'SVN Repository Exploring' and hit 'OK'
    2020 * Click the "Add SVN Repository" button shown below:
    21 [[Image(http://gravity.usc.edu/OpenSHA/img/doc/svn/svn_add_repo_button.png)]]
     21[[Image(http://intensity.usc.edu/trac/opensha/attachment/wiki/SettingUpEclipse/svn_add_repo_button.png?format=raw)]]
    2222 * For "URL" enter https://intensity.usc.edu/svn/opensha and hit "Finish"
    2323   * At this point it will ask you for a username and password.
     
    2525 * Assuming everything went well, a new repository should appear in the "SVN Repository" tab.
    2626 * Click the arrow to expand the repository tree.
    27  * Right click on "trunk" and select "Checkout..."
    28    * The default options should work for most people, just click "Finish"
    29    * If you need to specify the location to put the project, click "Next" instead
     27 * Right click on "trunk" and select "Checkout..." as shown below:
     28[[Image(http://intensity.usc.edu/trac/opensha/attachment/wiki/SettingUpEclipse/checkout.png?format=raw)]]
     29 * The default options should work for most people, just click "Finish"
     30 * If you need to specify the location to put the project, click "Next" instead
     31 * It will take a little while to check out the entire project.
     32 * Once it is checked out, switch to the Java perspective (Window > Open Perspective > Java (or Other, then "Java")
     33   * It will take a while to build the project