buildframework/helium/tools/compile/qt/antunit/test_qt.ant.xml
author wbernard
Fri, 13 Aug 2010 14:59:05 +0300
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
permissions -rw-r--r--
helium_11.0.0-e00f171ca185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<?xml version="1.0"?>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
<!--
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Name        : test_qt.ant.xml
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
Part of     : Helium
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
<!--* @package compile -->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
<project name="test-qt" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
    <description>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
        Testing Qt targets.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
    </description>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
    <property environment="env"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
    <property name="helium.dir" location="../../../.." />
588
c7c26511138f helium-10.0.0-bc45d50958fe
wbernard
parents: 587
diff changeset
    31
    <import file="${helium.dir}/build.xml"/>
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
    <property name="qt.temp.dir" location="${helium.build.dir}/antunit/qt" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
    <target name="setUp">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
        <mkdir dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
        <!--delete dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
        <mkdir dir="${qt.temp.dir}" /-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
    <!--target name="tearDown">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
        <delete dir="${qt.temp.dir}" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
    </target-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
    <target name="test-sysdef3-namespaced-qt-ant">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.ant.xml.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
           outputFile="${qt.temp.dir}/run-qmake3.ant.xml">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
                data: xml(${helium.dir}/tests/data/test-qt-sysdef3.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
        <au:assertFileExists file="${qt.temp.dir}/run-qmake3.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake3.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
        <au:assertTrue message="The output file must contain $${build.drive}/sf/app/helloworldcons/group">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/app/helloworldcons/group" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    66
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    67
        <au:assertTrue message="The output file must contain $${build.drive}/sf/mw/helloworldapi/group">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    68
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/mw/helloworldapi/group" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    69
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    70
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    71
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    72
    <target name="test-sysdef151-namespaced-qt-ant">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    73
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    74
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.ant.xml.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    75
           outputFile="${qt.temp.dir}/run-qmake151.ant.xml">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    76
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    77
                data: xml(${helium.dir}/tests/data/test-qt-sysdef151.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    78
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    79
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    80
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    81
        <au:assertFileExists file="${qt.temp.dir}/run-qmake151.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    82
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake151.ant.xml" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    83
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    84
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    85
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    86
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    87
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    88
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    89
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    90
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    91
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    92
        <au:assertTrue message="The output file must contain $${build.drive}/sf/app/HelloWorldCons/group">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    93
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/app/HelloWorldCons/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    94
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    95
        <au:assertTrue message="The output file must contain $${build.drive}/sf/mw/HelloWorldAPI/group">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
    96
            <contains string="${run.qmake.out}" substring="$${build.drive}/sf/mw/HelloWorldAPI/group" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    97
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    98
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    99
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   100
    <target name="test-sysdef151-namespaced-qt-mk">
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   101
        <propertyregex property="build.drive.slash" input="${build.drive}" regexp="\\" replace="/" />
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   102
        <property name="build.drive.slash" value="${build.drive}" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   103
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   104
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.mk.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   105
           outputFile="${qt.temp.dir}/run-qmake151.mk">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   106
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   107
                data: xml(${helium.dir}/tests/data/test-qt-sysdef151.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   108
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   109
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   110
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   111
        <au:assertFileExists file="${qt.temp.dir}/run-qmake151.mk" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   112
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake151.mk" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   113
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   114
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   115
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   116
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   117
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   118
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   119
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   120
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   121
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   122
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/mw/HelloWorldAPI/group &amp;&amp; qmake -listgen -nomoc helloworldapi.pro">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   123
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/mw/HelloWorldAPI/group &amp;&amp; qmake -listgen -nomoc helloworldapi.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   124
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   125
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/app/HelloWorldCons/group &amp;&amp; qmake -listgen -r helloworld.pro">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   126
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/app/HelloWorldCons/group &amp;&amp; qmake -listgen -r helloworld.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   127
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   128
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   129
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   130
    <target name="test-sysdef3-namespaced-qt-mk">
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   131
        <propertyregex property="build.drive.slash" input="${build.drive}" regexp="\\" replace="/" global="true" />
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   132
        <property name="build.drive.slash" value="${build.drive}" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   133
        <property name="sysdef.configuration" value="demo" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   134
        <fmpp sourceFile="${helium.dir}/tools/compile/qt/templates/run-qmake.mk.ftl"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   135
           outputFile="${qt.temp.dir}/run-qmake3.mk">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   136
            <data expandProperties="yes">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   137
                data: xml(${helium.dir}/tests/data/test-qt-sysdef3.xml)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   138
                ant: antProperties()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   139
            </data>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   140
        </fmpp>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   141
        <au:assertFileExists file="${qt.temp.dir}/run-qmake3.mk" />
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   142
        <loadfile property="run.qmake.out" srcfile="${qt.temp.dir}/run-qmake3.mk" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   143
        <au:assertTrue message="The output file must contain the -nomoc argument.">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   144
            <contains string="${run.qmake.out}" substring="-nomoc" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   145
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   146
        <au:assertTrue message="The output file must contain helloworld.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   147
            <contains string="${run.qmake.out}" substring="helloworld.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   148
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   149
        <au:assertTrue message="The output file must contain helloworldapi.pro">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   150
            <contains string="${run.qmake.out}" substring="helloworldapi.pro" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   151
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   152
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/mw/helloworldapi/group &amp;&amp; qmake -listgen -nomoc helloworldapi.pro">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   153
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/mw/helloworldapi/group &amp;&amp; qmake -listgen -nomoc helloworldapi.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   154
        </au:assertTrue>
628
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   155
        <au:assertTrue message="The output file must contain -@cd ${build.drive.slash}/sf/app/helloworldcons/group &amp;&amp; qmake -listgen -r helloworld.pro">
7c4a911dc066 helium_11.0.0-e00f171ca185
wbernard
parents: 588
diff changeset
   156
            <contains string="${run.qmake.out}" substring="-@cd ${build.drive.slash}/sf/app/helloworldcons/group &amp;&amp; qmake -listgen -r helloworld.pro" />
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   157
        </au:assertTrue>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   158
    </target>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
   159
</project>