Fix time graph widget initialization
[deliverable/tracecompass.git] / TraceCompass.setup
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.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
14 xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
15 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/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.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"
16 name="tracecompass"
17 label="Trace Compass">
18 <annotation/>
19 <setupTask
20 xsi:type="setup.p2:P2Task"
21 label="Trace Compass Tools">
22 <requirement
23 name="org.eclipse.platform.feature.group"/>
24 <requirement
25 name="org.eclipse.rcp.feature.group"/>
26 <requirement
27 name="org.eclipse.jdt.feature.group"/>
28 <requirement
29 name="org.eclipse.pde.feature.group"/>
30 <requirement
31 name="org.eclipse.pde.api.tools.ee.feature.feature.group"/>
32 <requirement
33 name="org.eclipse.swtbot.ide.feature.group"/>
34 <requirement
35 name="org.eclipse.swtbot.generator.feature.feature.group"/>
36 <repository
37 url="http://download.eclipse.org/technology/swtbot/releases/latest"/>
38 <description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
39 </setupTask>
40 <setupTask
41 xsi:type="setup:EclipseIniTask"
42 id=""
43 option="-Xmx"
44 value="1g"
45 vm="true">
46 <description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
47 </setupTask>
48 <setupTask
49 xsi:type="setup:EclipseIniTask"
50 option="-Doomph.redirection.tracecompass="
51 value="http://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup->${git.clone.tracecompass.location|uri}/TraceCompass.setup"
52 vm="true"/>
53 <setupTask
54 xsi:type="setup:ResourceCreationTask"
55 excludedTriggers="STARTUP MANUAL"
56 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;"
57 targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
58 encoding="UTF-8">
59 <description>Initialize JDT's package explorer to show working sets as its root objects</description>
60 </setupTask>
61 <setupTask
62 xsi:type="jdt:JRETask"
63 version="JavaSE-1.8"
64 location="${jre.location-1.8}">
65 <description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
66 </setupTask>
67 <setupTask
68 xsi:type="setup:VariableTask"
69 name="eclipse.target.platform"
70 defaultValue="tracecompass-e4.6"
71 storageURI="scope://Workspace"
72 label="Target Platform">
73 <choice
74 value="tracecompass-e4.6"
75 label="Trace Compass Eclipse Neon - 4.6"/>
76 <choice
77 value="tracecompass-eStaging"
78 label="Trace Compass Eclipse Neon - 4.6"/>
79 <choice
80 value="tracecompass-e4.5"
81 label="Trace Compass Eclipse Mars - 4.5"/>
82 <description>Choose the compatibly level of the target platform</description>
83 </setupTask>
84 <stream name="master">
85 <setupTask
86 xsi:type="git:GitCloneTask"
87 id="git.clone.tracecompass"
88 remoteURI="tracecompass/org.eclipse.tracecompass"
89 checkoutBranch="master">
90 <annotation
91 source="http://www.eclipse.org/oomph/setup/InducedChoices">
92 <detail
93 key="inherit">
94 <value>eclipse.git.gerrit.remoteURIs</value>
95 </detail>
96 <detail
97 key="label">
98 <value>${scope.project.label} Git or Gerrit Repository</value>
99 </detail>
100 <detail
101 key="target">
102 <value>remoteURI</value>
103 </detail>
104 </annotation>
105 <description>Trace Compass</description>
106 </setupTask>
107 <setupTask
108 xsi:type="projects:ProjectsImportTask">
109 <sourceLocator
110 rootFolder="${git.clone.tracecompass.location}"
111 locateNestedProjects="true"/>
112 </setupTask>
113 <setupTask
114 xsi:type="pde:TargetPlatformTask"
115 id="tracecompass-baseline-resolve"
116 name="tracecompass-baseline-2.3.0"
117 activate="false">
118 <description>Trace Compass Baseline</description>
119 </setupTask>
120 <setupTask
121 xsi:type="pde:APIBaselineFromTargetTask"
122 id="tracecompass-baseline-2.3.0"
123 name="Trace Compass Baseline"
124 targetName="tracecompass-baseline-2.3.0">
125 <description>Trace Compass Baseline</description>
126 </setupTask>
127 <setupTask
128 xsi:type="pde:TargetPlatformTask"
129 id="tracecompass-target"
130 name="${eclipse.target.platform}">
131 <description></description>
132 </setupTask>
133 <setupTask
134 xsi:type="setup.workingsets:WorkingSetTask">
135 <workingSet
136 name="TraceCompass">
137 <predicate
138 xsi:type="predicates:RepositoryPredicate"
139 project="org.eclipse.tracecompass.tmf.core"/>
140 </workingSet>
141 <description>The dynamic working sets for ${scope.project.label}</description>
142 </setupTask>
143 </stream>
144 <logicalProjectContainer
145 xsi:type="setup:ProjectCatalog"
146 href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
147 <description>Trace Compass is a Java tool for viewing and analyzing logs or traces of any type.</description>
148 </setup:Project>
This page took 0.033693 seconds and 5 git commands to generate.