Changeset 17457
- Timestamp:
- 2008-10-02 14:46:31 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/lirk2/ant-scripts/create-distribution.xml
r17449 r17457 9 9 <antcall target="drop-in-demo-collection" /> 10 10 <antcall target="drop-in-docs" /> 11 <!-- <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall>from rk2-targets -->11 <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets --> 12 12 <antcall target="insert-export-to-cd-package"/> <!-- from rk2-targets --> 13 13 <antcall target="compile-gli" /> release-kits/lirk3/ant-scripts/create-distribution.xml
r17441 r17457 31 31 <antcall target="insert-user-manual"/> 32 32 <antcall target="insert-compiled-binaries"/> 33 <!-- <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall>from rk3-targets -->33 <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets --> 34 34 <antcall target="rename-build-xml-for-transit"/> 35 35 <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init --> release-kits/mark2/ant-scripts/create-distribution.xml
r17449 r17457 11 11 <antcall target="drop-in-demo-collection" /> 12 12 <antcall target="drop-in-docs" /> 13 <!-- <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall>from rk2-targets -->13 <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk2-targets --> 14 14 <antcall target="insert-export-to-cd-package"/> <!-- from rk2-targets --> 15 15 <antcall target="compile-gli" /> release-kits/mark3/ant-scripts/create-distribution.xml
r17441 r17457 32 32 <antcall target="insert-user-manual"/> 33 33 <antcall target="insert-compiled-binaries"/> 34 <!-- <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall>from rk3-targets -->34 <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from rk3-targets --> 35 35 <antcall target="rename-build-xml-for-transit"/> 36 36 <antcall target="strip-svn-dirs"><param name="dir" value="distribution/greenstone3"/></antcall> <!-- from init -->
