Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab26340bf145c7fb4c08d5eb6bbebe8038e31cb7 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?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.5.0.qualifier">
    <cs:dependencies>
        <cs:dependency name="org.eclipse.emf.mwe.utils" componentType="osgi.bundle"/>
        <cs:dependency name="org.eclipse.etrice.cdt-integration.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.generator.c.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.generator.common.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.generator.cpp.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.generator.java.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.kieler.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.layout.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.etrice.modellib.c" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.modellib.cpp" 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.c.tests" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.runtime.cpp" componentType="buckminster"/>
        <cs:dependency name="org.eclipse.etrice.runtime.cpp.tests" 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.deliveries" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="buckminster.ant"/>
                <cs:property key="targets" value="copy.deliveries"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="root" value="${WORKSPACE}"/>
            </cs:properties>
        </cs:public>
        <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="mustCreateJavadoc" value="${manage.javadoc}"/>
                <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="export.c.generator" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="../../plugins/org.eclipse.etrice.generator.c/export_c_generator.xml"/>
                <cs:property key="targets" value="create_run_jar"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="eclipse_home" value="${WORKSPACE}/buildroot/target.platform"/>
                <cs:property key="repo_loc" value="${WORKSPACE}/etrice_local_repo"/>
                <cs:property key="zip_destination" value="${WORKSPACE}/buildroot/deliveries"/>
            </cs:properties>
        </cs:public>
        <cs:public name="export.cpp.generator" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="../../plugins/org.eclipse.etrice.generator.cpp/export_cpp_generator.xml"/>
                <cs:property key="targets" value="create_run_jar"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="eclipse_home" value="${WORKSPACE}/buildroot/target.platform"/>
                <cs:property key="repo_loc" value="${WORKSPACE}/etrice_local_repo"/>
                <cs:property key="zip_destination" value="${WORKSPACE}/buildroot/deliveries"/>
            </cs:properties>
        </cs:public>
        <cs:public name="export.java.generator" actor="ant">
            <cs:actorProperties>
                <cs:property key="buildFile" value="../../plugins/org.eclipse.etrice.generator.java/export_java_generator.xml"/>
                <cs:property key="targets" value="create_run_jar"/>
            </cs:actorProperties>
            <cs:properties>
                <cs:property key="eclipse_home" value="${WORKSPACE}/buildroot/target.platform"/>
                <cs:property key="repo_loc" value="${WORKSPACE}/etrice_local_repo"/>
                <cs:property key="zip_destination" value="${WORKSPACE}/buildroot/deliveries"/>
            </cs:properties>
        </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