Changes between Version 9 and Version 10 of DEVELOPMENT_OVERVIEW


Ignore:
Timestamp:
11/13/08 14:44:48 (17 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DEVELOPMENT_OVERVIEW

    v9 v10  
    1111 
    1212=== Technologies used === 
    13 ==== Trac ==== 
    14 This is our project management system that includes bug and issue tracking as well as an integrated wiki. The home page of the Trac project is http://trac.edgewall.org/. Information about using the Trac can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#Trac]. 
     13 * '''Trac'''. This is our project management system that includes bug and issue tracking as well as an integrated wiki. The home page of the Trac project is http://trac.edgewall.org/. Information about using the Trac can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#Trac]. 
    1514 
    16 ==== Java Development Kit ==== 
    17 Sophie2 is written in Java. That means you have to install Java Development Kit if you want to develop it. Java Runtime Environment (JRE) is required for running the project. 
    18 ==== Eclipse ==== 
    19 Eclipse is the primary IDE tool used for developing Sophie2. More information about Eclipse and JDK can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#DevelopmentTools] 
    20 ==== Subversion (SVN) client ==== 
    21 Subversion is the version control system that we use. More information and useful links about it can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#SubversionClient] 
     15 * '''Java Development Kit'''. Sophie2 is written in Java. That means you have to install Java Development Kit if you want to develop it. Java Runtime Environment (JRE) is required for running the project. 
     16 
     17 * '''Eclipse'''. Eclipse is the primary IDE tool used for developing Sophie2. More information about Eclipse and JDK can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#DevelopmentTools] 
     18  
     19 * '''Subversion (SVN) client'''. Subversion is the version control system that we use. More information and useful links about it can be found under [wiki:PLATFORM_INFRASTRUCTURE_OVERVIEW#SubversionClient] 
     20 
    2221==== Maven ==== 
    2322Maven is a build manager used in the Sophie2 project. You can download the latest version from http://maven.apache.org/download.html