Skip to main content
summaryrefslogtreecommitdiffstats
blob: f93e351be672ce38abf32a156c475dc9214de1b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.etrice.releng" componentType="buckminster" version="0.2.0.qualifier">
    <cs:dependencies>
        <cs:dependency name="org.eclipse.etrice.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.generator.common.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.generator.c.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.generator.java.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.modellib.c" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.modellib.java" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.runtime.c" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.runtime.java" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.runtime.java.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.site" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.tests.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.tutorials.java" componentType="buckminster"/>
    </cs:dependencies>
    <cs:actions>
        <cs:public name="copy.sites" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="buckminster.ant"/>
                <cs:property key="targets" value="copy.sites"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="build_id" value="${build.id}"/>
                <cs:property key="root" value="${WORKSPACE}"/>
            </cs:properties>
            <cs:products alias="action.output" base="${WORKSPACE}/last_success/"/>
        </cs:public>
        <cs:public name="create.doc" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="../../plugins/org.eclipse.etrice.doc/build-etrice-doc.xml"/>
                <cs:property key="targets" value="build-doc"/>
            </cs:actorProperties>
        </cs:public>
        <cs:public name="create.javadoc" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="buckminster.ant"/>
                <cs:property key="targets" value="create.javadoc"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="root" value="${WORKSPACE}"/>
            </cs:properties>
            <cs:products>
                <cs:public name="javadoc.output" base="plugins/org.eclipse.graphiti.doc/javadoc/"/>
            </cs:products>
        </cs:public>
        <cs:public name="create.site.index" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="buckminster.ant"/>
                <cs:property key="targets" value="create.site.index"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="root" value="${WORKSPACE}"/>
            </cs:properties>
            <cs:products>
                <cs:public name="readable.index" base="site/"/>
            </cs:products>
        </cs:public>
        <cs:public name="promote.sites" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="buckminster.ant"/>
                <cs:property key="targets" value="promote.sites"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="download.area" value="${etrice.download.area}"/>
                <cs:property key="root" value="${WORKSPACE}"/>
            </cs:properties>
            <cs:products alias="action.output" base="${etrice.download.area}/updates/nightly/"/>
        </cs:public>
    </cs:actions>
</cs:cspec>

Back to the top