analysis: add plug-ins for timing related analyses (e.g. latency)
[deliverable/tracecompass.git] / TraceCompass.setup
CommitLineData
45cc782c
MAL
1<?xml version="1.0" encoding="UTF-8"?>
2<setup:Project
3 xmi:version="2.0"
4 xmlns:xmi="http://www.omg.org/XMI"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
7 xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
8 xmlns:pde="http://www.eclipse.org/oomph/setup/pde/1.0"
9 xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
10 xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
11 xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
12 xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
13 xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
14 xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
15 name="tracecompass"
16 label="Trace Compass">
17 <setupTask
18 xsi:type="setup.p2:P2Task">
19 <requirement
20 name="org.eclipse.pde.api.tools.ee.feature.feature.group"/>
21 <requirement
22 name="org.eclipse.swtbot.ide.feature.group"/>
23 <requirement
24 name="org.eclipse.swtbot.generator.feature.feature.group"/>
25 <repository
26 url="http://download.eclipse.org/technology/swtbot/releases/latest"/>
27 <description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
28 </setupTask>
29 <setupTask
30 xsi:type="setup:EclipseIniTask"
31 id=""
32 option="-Xmx"
33 value="1g"
34 vm="true">
35 <description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
36 </setupTask>
37 <setupTask
38 xsi:type="setup:EclipseIniTask"
39 option="-XX:MaxPermSize="
40 value="256m"
41 vm="true">
42 <description>Set the perm size needed to work with the projects of ${scope.project.label}</description>
43 </setupTask>
44 <setupTask
45 xsi:type="setup:ResourceCreationTask"
46 excludedTriggers="STARTUP MANUAL"
47 content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;section name=&quot;Workbench&quot;>&#xD;&#xA;&#x9;&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;false&quot; key=&quot;linkWithEditor&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;packageExplorer configured=&amp;quot;true&amp;quot; group_libraries=&amp;quot;1&amp;quot; layout=&amp;quot;2&amp;quot; linkWithEditor=&amp;quot;0&amp;quot; rootMode=&amp;quot;2&amp;quot; sortWorkingSets=&amp;quot;false&amp;quot; workingSetName=&amp;quot;&amp;quot;&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;workingSet editPageId=&amp;quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&amp;quot; factoryID=&amp;quot;org.eclipse.ui.internal.WorkingSetFactory&amp;quot; id=&amp;quot;1382792884467_1&amp;quot; label=&amp;quot;Other Projects&amp;quot; name=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;activeWorkingSet workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;allWorkingSets workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/packageExplorer&amp;gt;&quot; key=&quot;memento&quot;/>&#xD;&#xA;&#x9;&lt;/section>&#xD;&#xA;&lt;/section>&#xD;&#xA;"
48 targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
49 encoding="UTF-8">
50 <description>Initialize JDT's package explorer to show working sets as its root objects</description>
51 </setupTask>
52 <setupTask
53 xsi:type="jdt:JRETask"
54 version="JavaSE-1.7"
55 location="${jre.location-1.7}">
56 <description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
57 </setupTask>
58 <setupTask
59 xsi:type="setup:VariableTask"
60 name="eclipse.target.platform"
683a6185 61 defaultValue="tracecompass-e4.5"
45cc782c
MAL
62 storageURI="scope://Workspace"
63 label="Target Platform">
64 <choice
65 value="tracecompass-eStaging"
683a6185
MAL
66 label="Trace Compass Eclipse Neon - 4.6"/>
67 <choice
68 value="tracecompass-e4.5"
45cc782c 69 label="Trace Compass Eclipse Mars - 4.5"/>
45cc782c
MAL
70 <description>Choose the compatibly level of the target platform</description>
71 </setupTask>
72 <setupTask
73 xsi:type="pde:APIBaselineTask"
74 name="Trace Compass"
f69d5c74 75 version="1.1.0"
45cc782c 76 location="${workspace.location/../api.baseline}"
f69d5c74 77 remoteURI="http://download.eclipse.org/tracecompass/releases/1.1.0/repository/tracecompass-1.1.0.zip"/>
45cc782c
MAL
78 <stream name="master">
79 <setupTask
80 xsi:type="git:GitCloneTask"
81 id="git.clone.tracecompass"
82 remoteURI="tracecompass/org.eclipse.tracecompass"
83 checkoutBranch="master">
84 <annotation
85 source="http://www.eclipse.org/oomph/setup/InducedChoices">
86 <detail
87 key="inherit">
88 <value>eclipse.git.gerrit.remoteURIs</value>
89 </detail>
90 <detail
91 key="label">
92 <value>${scope.project.label} Git or Gerrit Repository</value>
93 </detail>
94 <detail
95 key="target">
96 <value>remoteURI</value>
97 </detail>
98 </annotation>
99 <description>Trace Compass</description>
100 </setupTask>
101 <setupTask
102 xsi:type="projects:ProjectsImportTask">
103 <sourceLocator
104 rootFolder="${git.clone.tracecompass.location}"
105 locateNestedProjects="true"/>
106 </setupTask>
107 <setupTask
108 xsi:type="pde:TargetPlatformTask"
109 id="tracecompass-target"
110 name="${eclipse.target.platform}">
111 <description></description>
112 </setupTask>
113 <setupTask
114 xsi:type="setup.workingsets:WorkingSetTask">
115 <workingSet
116 name="TraceCompass">
117 <predicate
118 xsi:type="predicates:RepositoryPredicate"
119 project="org.eclipse.tracecompass.tmf.core"/>
120 </workingSet>
121 <description>The dynamic working sets for ${scope.project.label}</description>
122 </setupTask>
123 </stream>
124 <logicalProjectContainer
125 xsi:type="setup:ProjectCatalog"
126 href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
127 <description>Trace Compass</description>
128</setup:Project>
This page took 0.031672 seconds and 5 git commands to generate.