buildframework/helium/external/helium-antlib/metadata/tests/build.xml
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
permissions -rw-r--r--
helium_7.0-r14027

<?xml version="1.0" encoding="UTF-8"?>
<!-- 
============================================================================ 
Name        : build.xml 
Part of     : Helium AntLib

Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".

Initial Contributors:
Nokia Corporation - initial contribution.

Contributors:

Description:

============================================================================
-->
<project name="helium-antlib-metadata-unittest" xmlns:au="antlib:org.apache.ant.antunit">
    <description>Helium Antlib metadata tests.</description>
    <import file="../../test-macros.ant.xml" />
  
    <dirname property="metadata.unitest.dir" file="${ant.file.helium-antlib-metadata-unittest}" />
    <property environment="env" />
    <import file="../../../nokia/companyproperties.ant.xml" optional="true"/>
    <import file="../../../../extensions/nokia/external/helium-nokia-antlib/companyproperties.ant.xml" optional="true"/>
    <property name="metadata.output.dir" location="${diamonds.unitest.dir}/output" />
    <property name="metadata.template.dir" location="${diamonds.unitest.dir}/../src/templates" />

    <target name="unittest" depends="unittest-metadata"/>

    <target name="unittest-metadata">
        <antunitModule name="metadata" />
    </target>
</project>