Changeset 16244
- Timestamp:
- 2008-06-27T17:30:28+12:00 (15 years ago)
- Location:
- release-kits/wirk2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/wirk2/ant-scripts/build.xml
r16204 r16244 10 10 11 11 <!-- CONSTANTS --> 12 12 13 13 <!-- the size of the resourse chunks to be put in the wrapped installer --> 14 14 <property name="resources.chunksize" value="8388608"/><!-- 8MiB --> 15 16 <!-- set date !AD HOC, CHANGE SOON --> 17 <property name="current.month" value="Jun"/> 18 <property name="current.year" value="2008"/> 15 19 16 20 <!-- for the benefit of the shared scripts, set release-kit home --> -
release-kits/wirk2/ant-scripts/create-distribution.xml
r16194 r16244 81 81 <if><bool><istrue value="${execute}"/></bool> 82 82 83 <echo level="info">Putting the COPYING file into distribution</echo> 84 <copy file="${wirk2.home}/resources/COPYING" tofile="${basedir}/distributions/web/COPYING" /> 83 <echo level="info">Putting the docs into distribution</echo> 84 <copy todir="${basedir}/distributions/web" overwrite="true"> 85 <fileset dir="${wirk2.home}/greenstone2/docs"/> 86 </copy> 85 87 86 88 <echo level="info">Removing signed gatherer</echo> -
release-kits/wirk2/installer/build.xml
r16087 r16244 81 81 <patternset> 82 82 <include name="COPYING"/> 83 <include name="READMEar.txt"/> 84 <include name="READMEes.txt"/> 85 <include name="READMEen.txt"/> 86 <include name="READMEfr.txt"/> 87 <include name="READMEru.txt"/> 83 88 <include name="setup.bat"/> 84 89 <include name="server.exe"/>
Note:
See TracChangeset
for help on using the changeset viewer.