Changeset 3232
- Timestamp:
- Apr 10, 2007, 9:52:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r3207 r3232 32 32 <description> 33 33 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: 37 36 clean: Remove all generated files 37 38 Compiling code 38 39 core: Build core for local use 39 40 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) 41 44 installprg: Build installation programs for local use 42 45 jobagent: Build jobagent for local use 43 46 migrate: Build migration tool for local use 44 47 test: Build test programs 48 web: Build web client application for local use 49 50 Documentation: 45 51 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 46 57 </description> 47 58
Note: See TracChangeset
for help on using the changeset viewer.