<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="../etc/wfrant2html.xsl"?>
<!-- version 2005/07/20 -->
<!-- author Bill Rich, bill@wilandra.com, Wilandra Consulting LLC. Copyright (C) 2004-2005, Wilandra Consulting LLC. All rights reserved. -->
<!-- =================================================================== -->
<project	name="L10NProcess-extensions"
					basedir="."
					default="init"
					xmlns:ac="antlib:net.sf.antcontrib">
	<description>
		Extensions to the G11NToolKit L10N project are loaded from specific packages. Each extension package must add an import element to this file to import the top level Ant file for the package. Each package must be unique and independent of any other extension package. The import element for a package must precede the import for the pkg.xml file. Other than that, ordering should not matter. Only one extension package may implement the copysrctar-ext, tok-ext, and detok-ext targets.
	</description>
<!-- =================================================================== -->
	<!-- Load the extensions packages. -->
	<import file="${env.G11NTOOLKIT_DIR}/extensions/L10NProcess/pkg.xml"/>
<!-- =================================================================== -->
</project>
