Changeset 16269
- Timestamp:
- 2008-07-02T10:12:39+12:00 (15 years ago)
- Location:
- release-kits/lirk3/ant-scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/lirk3/ant-scripts/create-distribution.xml
r16243 r16269 4 4 5 5 <target name="create-distribution"> 6 6 7 <!-- create distribution --> 7 8 <addressedcall target="export-greenstone3" /> … … 14 15 <addressedcall target="insert-user-manual"/> 15 16 <addressedcall target="insert-compiled-binaries"/> 17 16 18 </target> 17 19 … … 22 24 <svn> 23 25 <export srcurl="${svn.root}/greenstone3/${branch.path}" destPath="distribution/greenstone3"/> 26 <export srcurl="${svn.root}/gli/${branch.path}" destPath="distribution/greenstone3/gli"/> 24 27 </svn> 25 28 </if> -
release-kits/lirk3/ant-scripts/operations-on-gs3home.xml
r16172 r16269 46 46 47 47 <antcall target="checkout-gs2build"/> 48 49 <!-- 50 gli is now checked out by create-distribution.xml 51 so it already exists 48 52 <antcall target="checkout-gli"/> 53 --> 49 54 50 55 <delete><fileset dir="." includes="*.bat"/></delete>
Note:
See TracChangeset
for help on using the changeset viewer.