Changes between Version 1 and Version 2 of Devel/Setup


Ignore:
Timestamp:
07/03/07 10:41:22 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v1 v2  
    1 = Source Code Repository =
     1= Information for Developers =
     2
     3== Source Code Repository ==
    24 * Subversion:  http://dev.utgenome.org/svn/utgb
    3  
     5
    46== Genome Browser ==
    57 * SVN: http://dev.utgenome.org/svn/utgb/trunk/browser
    68
    79
     10== UTGB Common ==
     11 * SVN: http://dev.utgenome.org/svn/utgb/trunk/common
     12
     13
     14== Development with Eclipse ==
     15 * Download [http://eclipse.org Eclipse]
     16 * Install [http://subclipse.tigris.org Subclipse] (or [http://www.polarion.org/index.php?page=overview&project=subversive Subversive]) plug-in.
     17   * Eclipse -> Help -> Software Updates -> Find/Install -> (Select "Search new features to install") -> (Push "New Remote Site")
     18      * add http://subclipse.tigris.org/update_1.0.x
     19 
     20== Other Useful Plug-ins for Eclipse ==
     21 * [http://www.eclipse.org/mylyn Mylyne]
     22   * Update site: (for Eclipse 3.2) http://download.eclipse.org/tools/mylyn/update/e3.2
     23   * Task-oriented development support utilities with Trac Ticket/Wiki view, modify, query facilities.
     24 
     25 * [FatJar http://kurucz-grafika.de/fatjar]
     26   * Packs all required Jar files into a single Jar file.