tmf: Fix TmfEventField#equals()
[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"
61 defaultValue="tracecompass-eStaging"
62 storageURI="scope://Workspace"
63 label="Target Platform">
64 <choice
65 value="tracecompass-eStaging"
66 label="Trace Compass Eclipse Mars - 4.5"/>
45cc782c
MAL
67 <description>Choose the compatibly level of the target platform</description>
68 </setupTask>
69 <setupTask
70 xsi:type="pde:APIBaselineTask"
71 name="Trace Compass"
72 version="0.1.0"
73 location="${workspace.location/../api.baseline}"
74 remoteURI="http://download.eclipse.org/tracecompass/releases/0.1.0/repository/tracecompass-0.1.0.zip"/>
75 <stream name="master">
76 <setupTask
77 xsi:type="git:GitCloneTask"
78 id="git.clone.tracecompass"
79 remoteURI="tracecompass/org.eclipse.tracecompass"
80 checkoutBranch="master">
81 <annotation
82 source="http://www.eclipse.org/oomph/setup/InducedChoices">
83 <detail
84 key="inherit">
85 <value>eclipse.git.gerrit.remoteURIs</value>
86 </detail>
87 <detail
88 key="label">
89 <value>${scope.project.label} Git or Gerrit Repository</value>
90 </detail>
91 <detail
92 key="target">
93 <value>remoteURI</value>
94 </detail>
95 </annotation>
96 <description>Trace Compass</description>
97 </setupTask>
98 <setupTask
99 xsi:type="projects:ProjectsImportTask">
100 <sourceLocator
101 rootFolder="${git.clone.tracecompass.location}"
102 locateNestedProjects="true"/>
103 </setupTask>
104 <setupTask
105 xsi:type="pde:TargetPlatformTask"
106 id="tracecompass-target"
107 name="${eclipse.target.platform}">
108 <description></description>
109 </setupTask>
110 <setupTask
111 xsi:type="setup.workingsets:WorkingSetTask">
112 <workingSet
113 name="TraceCompass">
114 <predicate
115 xsi:type="predicates:RepositoryPredicate"
116 project="org.eclipse.tracecompass.tmf.core"/>
117 </workingSet>
118 <description>The dynamic working sets for ${scope.project.label}</description>
119 </setupTask>
120 </stream>
121 <logicalProjectContainer
122 xsi:type="setup:ProjectCatalog"
123 href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
124 <description>Trace Compass</description>
125</setup:Project>
This page took 0.043957 seconds and 5 git commands to generate.