Changeset 3232


Ignore:
Timestamp:
Apr 10, 2007, 9:52:54 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Reorganized <description> tag, added a few more targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r3207 r3232  
    3232  <description>
    3333    Build file for BASE 2. The main targets are ('dev' is default):
    34     dev:          Build everything for local use
    35     dist:         Build everything (except test) for distribution (put in 'dist') subdirectory
    36     package:      Create *.tar.gz files with binary and source distributions
     34
     35    Clean up:
    3736    clean:        Remove all generated files
     37
     38    Compiling code
    3839    core:         Build core for local use
    3940    coreplugins:  Build core plugins for local use
    40     web:          Build web client application for local use
     41    dev:          Build everything for local use
     42    dist:         Build everything (except test) for distribution (put in 'dist'
     43                  subdirectory)
    4144    installprg:   Build installation programs for local use
    4245    jobagent:     Build jobagent for local use
    4346    migrate:      Build migration tool for local use
    4447    test:         Build test programs
     48    web:          Build web client application for local use
     49
     50    Documentation:
    4551    doc:          Build documentation for local use
     52    docbook:      Build html from docbook (to be included in 'ant doc')
     53    helptext:     Generate help text import file from the docbook documentation
     54
     55    Packaging:
     56    package:      Create *.tar.gz files with binary and source distributions
    4657  </description>
    4758
Note: See TracChangeset for help on using the changeset viewer.