Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7219f7c764ebcbe0fec0894778bd71ddf015fa8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?><cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.etrice.generator.java.tests" componentType="buckminster" version="0.3.0.qualifier">
    <cs:actions>
        <cs:public name="run_tests" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="make.xml"/>
                <cs:property key="target.platform" value="${WORKSPACE}/buildroot/target.platform"/>
                <cs:property key="targets" value="all"/>
            </cs:actorProperties>
        </cs:public>
    </cs:actions>
</cs:cspec>

Back to the top