Changeset 20118
- Timestamp:
- 2009-08-03T13:43:31+12:00 (14 years ago)
- Location:
- release-kits
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
release-kits/lirk3/ant-scripts/create-distribution.xml
r20112 r20118 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <project name="lirk3-create-distribution" default="create-distribution"> 3 <target name="create-distribution" depends="greenstone3-create-distribution"/> 3 <target name="create-distribution" depends="greenstone3-create-distribution"> 4 <antcall target="export-imagemagick-linux-binaries"/> 5 </target> 4 6 </project> -
release-kits/mark3/ant-scripts/create-distribution.xml
r20112 r20118 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <project name="mark3-create-distribution" default="create-distribution"> 3 <target name="create-distribution" depends="greenstone3-create-distribution"/> 3 <target name="create-distribution" depends="greenstone3-create-distribution"> 4 <antcall target="export-imagemagick-mac-binaries"/> 5 <antcall target="export-ghostscript-mac-binaries"/> 6 </target> 4 7 </project> -
release-kits/wirk3/ant-scripts/create-distribution.xml
r20112 r20118 1 1 <?xml version="1.0" encoding="utf-8" ?> 2 2 <project name="wirk3-create-distribution" default="create-distribution"> 3 3 <target name="create-distribution" depends="greenstone3-create-distribution"/> 4 4 </project>
Note:
See TracChangeset
for help on using the changeset viewer.