Improvements to Oomph setup
[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="-XX:MaxPermSize="
51 value="256m"
52 vm="true">
53 <description>Set the perm size needed to work with the projects of ${scope.project.label}</description>
54 </setupTask>
55 <setupTask
56 xsi:type="setup:EclipseIniTask"
57 option="-Doomph.redirection.tracecompass="
58 value="http://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup->${git.clone.tracecompass.location|uri}/TraceCompass.setup"
59 vm="true"/>
60 <setupTask
61 xsi:type="setup:ResourceCreationTask"
62 excludedTriggers="STARTUP MANUAL"
63 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;"
64 targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
65 encoding="UTF-8">
66 <description>Initialize JDT's package explorer to show working sets as its root objects</description>
67 </setupTask>
68 <setupTask
69 xsi:type="jdt:JRETask"
70 version="JavaSE-1.8"
71 location="${jre.location-1.8}">
72 <description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
73 </setupTask>
74 <setupTask
75 xsi:type="setup:VariableTask"
76 name="eclipse.target.platform"
77 defaultValue="tracecompass-e4.5"
78 storageURI="scope://Workspace"
79 label="Target Platform">
80 <choice
81 value="tracecompass-eStaging"
82 label="Trace Compass Eclipse Neon - 4.6"/>
83 <choice
84 value="tracecompass-e4.5"
85 label="Trace Compass Eclipse Mars - 4.5"/>
86 <description>Choose the compatibly level of the target platform</description>
87 </setupTask>
88 <setupTask
89 xsi:type="pde:APIBaselineTask"
90 name="Trace Compass"
91 version="1.1.0"
92 location="${workspace.location/../api.baseline}"
93 remoteURI="http://download.eclipse.org/tracecompass/releases/1.1.0/repository/tracecompass-1.1.0.zip"/>
94 <stream name="master">
95 <setupTask
96 xsi:type="git:GitCloneTask"
97 id="git.clone.tracecompass"
98 remoteURI="tracecompass/org.eclipse.tracecompass"
99 checkoutBranch="master">
100 <annotation
101 source="http://www.eclipse.org/oomph/setup/InducedChoices">
102 <detail
103 key="inherit">
104 <value>eclipse.git.gerrit.remoteURIs</value>
105 </detail>
106 <detail
107 key="label">
108 <value>${scope.project.label} Git or Gerrit Repository</value>
109 </detail>
110 <detail
111 key="target">
112 <value>remoteURI</value>
113 </detail>
114 </annotation>
115 <description>Trace Compass</description>
116 </setupTask>
117 <setupTask
118 xsi:type="projects:ProjectsImportTask">
119 <sourceLocator
120 rootFolder="${git.clone.tracecompass.location}"
121 locateNestedProjects="true"/>
122 </setupTask>
123 <setupTask
124 xsi:type="pde:TargetPlatformTask"
125 id="tracecompass-target"
126 name="${eclipse.target.platform}">
127 <description></description>
128 </setupTask>
129 <setupTask
130 xsi:type="setup.workingsets:WorkingSetTask">
131 <workingSet
132 name="TraceCompass">
133 <predicate
134 xsi:type="predicates:RepositoryPredicate"
135 project="org.eclipse.tracecompass.tmf.core"/>
136 </workingSet>
137 <description>The dynamic working sets for ${scope.project.label}</description>
138 </setupTask>
139 </stream>
140 <logicalProjectContainer
141 xsi:type="setup:ProjectCatalog"
142 href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
143 <description>Trace Compass is a Java tool for viewing and analyzing logs or traces of any type.</description>
144 </setup:Project>
This page took 0.050155 seconds and 6 git commands to generate.