source: main/trunk/release-kits/kits/clientrk/ant-scripts/build.old@ 34256

Last change on this file since 34256 was 34256, checked in by ak19, 4 years ago

Tried to add the infrastructure for standalone client-gli (client-fli) to release kit, but there's no way of testing it from home as many properties are simply not set with a plain release-kit checkout and libraries for using things like <if> are also unavailable despite importing shared.xml

File size: 1.2 KB
RevLine 
[34256]1<?xml version="1.0" encoding="utf-8" ?>
2<!--
3 ..........................................................
4 July 2020
5 Release Kit for Standalone Client-GLI (clientrk)
6 Based on Oran Fry's work for other the RK3 release kit
7 ..........................................................
8-->
9
10<project name="clientrk-build" default="clientrk">
11
12 <!-- IMPORT OTHER ANT SCRIPTS -->
13 <!--<import file="${rk.home}/shared/core/ant-scripts/shared.xml"/>-->
14 <!--<import file="${rk.home}/shared/greenstone3/ant-scripts/greenstone3-shared.xml"/>-->
15
16 <import file="compile.xml"/>
17 <!--<import file="${rk.home}/shared/core/ant-scripts/create-installer.xml"/>-->
18 <!--<import file="${rk.home}/shared/core/ant-scripts/wrap.xml"/>-->
19
20 <!-- THE MAIN TARGET -->
21 <target name="clientrk">
22 <antcall target="compile"/>
23 <!--<ant inheritRefs="true" dir="." antfile="${rk.home}/kits/${rk.name}/ant-scripts/create-components.xml" target="create-components"/>-->
24 <!--<antcall target="create-installer"/>-->
25 <!--<antcall target="wrap"/>-->
26 </target>
27
28 <!-- target to show properties in clientrk-build.properties -->
29 <target name="properties" depends="core-properties"/>
30
31</project>
Note: See TracBrowser for help on using the repository browser.