Changeset 17454
- Timestamp:
- 2008-10-02 13:39:04 (3 months ago)
- Files:
-
- release-kits/mark3/ant-scripts/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/mark3/ant-scripts/build.xml
r17262 r17454 29 29 <import file="compile.xml"/> 30 30 <import file="create-distribution.xml"/> 31 <import file="create-components.xml"/> 31 32 <import file="create-installer.xml"/> 32 33 <import file="wrap.xml"/> … … 51 52 <antcall target="compile"/> 52 53 <antcall target="create-distribution"/> 54 <antcall target="create-components"/> 53 55 <antcall target="create-installer"/> 54 56 <antcall target="wrap"/>
