<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../etc/wfrant2html.xsl"?>
<!-- version 2005/07/19 -->
<!-- author Bill Rich, bill@wilandra.com, Wilandra Consulting LLC. Copyright (C) 2004-2005, Wilandra Consulting LLC. All rights reserved. -->
<!-- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -->
<!--See http://g11ntoolkit.sourceforge.net/licenseGPL.html for the License Agreement. -->

<project	name="L10N_Project"
					basedir="."
					default="usage"
					xmlns:ac="antlib:net.sf.antcontrib">
	<description>
		A file that can be used in a local directory to import the L10NProcess.xml file and run a target in that file. This file has no targets of its own and is used only as a shortcut to getting to the targets in L10NProcess.xml. You will want to substitute the real project name, language code, and user id for @pid@, @lang@, and @uid@ respectively. Copy this file to the local project directory and use the model command lines shown in the usage task to run the desired tasks in L10NProcess.xml. This file name must be l10nproj.xml. The USER property is used to specify the name of the user properties file and is optional.
	</description>
	<!-- Set up the environment. -->
	<property environment="env"/>
	<!-- Import the L10NProcess ant file so we can use its targets in this project. -->
	<import file="${env.G11NTOOLKIT_DIR}/L10NProcess/L10NProcess.xml"/>
	<!-- Display some usage information for this script. -->
	<target name="usage">
		<echo message="Use one of the following commands to invoke tasks in this script:"/>
    <echo message="ant -f l10nproj.xml -e -l @pid@-getsourcefiles.log getsourcefiles -DPROJECT=@pid@ -DSOURCEFILESDIR=@srcdir@ -DUSER=@uid@"/>
    <echo message="ant -f l10nproj.xml -e -l @pid@_@lang@-tok.log tok -DLANGUAGE=@lang@ -DPROJECT=@pid@ -DUSER=@uid@"/>
    <echo message="ant -f l10nproj.xml -e -l @pid@_@lang@-detok.log detok -DLANGUAGE=@lang@ -DPROJECT=@pid@ -DUSER=@uid@"/>
    <echo message="ant -f l10nproj.xml -e -l @pid@_@lang@-puttargetfiles.log puttargetfiles -DLANGUAGE=@lang@ -DPROJECT=@pid@ -DTARGETFILESDIR=@tardir@ -DUSER=@uid@"/>
    <echo message="ant -f l10nproj.xml -e -DPROJECT=@pid@ -l @pid@_@another_lang@-copysrctar.log copysrctar -DLANGUAGE=@another_lang@ -DUSER=@uid@"/>
	</target>
</project>
