Changes between Version 64 and Version 65 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
11/27/12 10:46:05 (12 years ago)
Author:
Jacob
Comment:

Removed bzr info, added git info, added note about super user/root for apt-get

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v64 v65  
    99apt-get install eclipse-platform
    1010}}}
     11Note: You may need super user (sudo) or root privileges to run the apt-get command.
    1112
    1213Windows:
     
    112113}}}
    113114
    114 === Bzr integration (optional) ===
    115 '''Note: BZR/Launchpad info is deprecated. Please use GitHub. Thanks ''Jacob, 26/11/12'''''[[BR]]
    116 
    117  * http://wiki.bazaar.canonical.com/BzrEclipse
    118 {{{
    119 bzr checkout --lightweight lp:bzr-xmloutput
    120 cd bzr-xmloutput
    121 python setup.py install
    122 cd ..
    123 
    124 }}}
    125 
    126115== Related Links ==
    127116 * [wiki:DeveloperGuidelinesTips#Pythondebugging Debugging Web2Py]
     117 * [http://www.eclipse.org/egit/]
     118 * [http://eclipse.github.com/]
    128119
    129120Other Configuration Guides (should not be required):