<?xml version="1.0" encoding="utf-8" ?>
<!--
		..........................................................
		August 2009
		Release Kit for Greenstone3 (rk3)
		Oran Fry
		..........................................................
-->

<project name="rk3-build" default="rk3">

	<property name="version.major" value="3"/>

	<!-- IMPORT OTHER ANT SCRIPTS -->
	<import file="${rk.home}/shared/core/ant-scripts/shared.xml"/>
	<import file="${rk.home}/shared/greenstone3/ant-scripts/greenstone3-shared.xml"/>

	<import file="compile.xml"/>
	<import file="${rk.home}/shared/core/ant-scripts/create-installer.xml"/>
	<import file="${rk.home}/shared/core/ant-scripts/wrap.xml"/>

	<!-- THE MAIN TARGET -->
	<target name="rk3" depends="init,gs3-init">
		<antcall target="compile"/>
		<ant inheritRefs="true" dir="." antfile="${rk.home}/kits/${rk.name}/ant-scripts/create-components.xml" target="create-components"/>
		<antcall target="create-installer"/>
		<antcall target="wrap"/>
	</target>

	<!-- target to show properties in rk3-build.properties -->
	<target name="properties" depends="core-properties,gs3-properties"/>


</project>
