Changeset 16236
- Timestamp:
- 2008-06-27T15:52:29+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/lirk2/ant-scripts/create-distribution.xml
r16232 r16236 119 119 <rsr file="${basedir}/distributions/web/Install.sh" pattern="^(iscdrom=).*" replacement="$1"no"" /> 120 120 121 <echo level="info">Putting the COPYING file into distribution</echo> 122 <copy file="${lirk2.home}/resources/COPYING" tofile="${basedir}/distributions/web/COPYING" /> 121 <echo level="info">Putting the greenstone2 docs into distribution</echo> 122 <copy todir="${basedir}/distributions/web"> 123 <fileset dir="${lirk2.home}/greenstone2/docs"/> 124 </copy> 123 125 124 126 <echo level="info">Removing signed gatherer</echo>
Note:
See TracChangeset
for help on using the changeset viewer.