| <?xml version="1.0" encoding="UTF-8"?> |
| <setup:Project |
| xmi:version="2.0" |
| xmlns:xmi="http://www.omg.org/XMI" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0" |
| xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0" |
| xmlns:pde="http://www.eclipse.org/oomph/setup/pde/1.0" |
| xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0" |
| xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0" |
| xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" |
| xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0" |
| xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0" |
| xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" |
| 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" |
| name="tracecompass" |
| label="Trace Compass"> |
| <annotation/> |
| <setupTask |
| xsi:type="setup.p2:P2Task" |
| label="Trace Compass Tools"> |
| <requirement |
| name="org.eclipse.platform.feature.group"/> |
| <requirement |
| name="org.eclipse.rcp.feature.group"/> |
| <requirement |
| name="org.eclipse.jdt.feature.group"/> |
| <requirement |
| name="org.eclipse.pde.feature.group"/> |
| <requirement |
| name="org.eclipse.pde.api.tools.ee.feature.feature.group"/> |
| <requirement |
| name="org.eclipse.swtbot.ide.feature.group"/> |
| <requirement |
| name="org.eclipse.swtbot.generator.feature.feature.group"/> |
| <repository |
| url="http://download.eclipse.org/technology/swtbot/releases/latest"/> |
| <description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup:EclipseIniTask" |
| id="" |
| option="-Xmx" |
| value="1g" |
| vm="true"> |
| <description>Set the heap space needed to work with the projects of ${scope.project.label}</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup:EclipseIniTask" |
| option="-Doomph.redirection.tracecompass=" |
| value="http://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup->${git.clone.tracecompass.location|uri}/TraceCompass.setup" |
| vm="true"/> |
| <setupTask |
| xsi:type="setup:ResourceCreationTask" |
| excludedTriggers="STARTUP MANUAL" |
| content="<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
		<item value="true" key="group_libraries"/>
		<item value="false" key="linkWithEditor"/>
		<item value="2" key="layout"/>
		<item value="2" key="rootMode"/>
		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
	</section>
</section>
" |
| targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml" |
| encoding="UTF-8"> |
| <description>Initialize JDT's package explorer to show working sets as its root objects</description> |
| </setupTask> |
| <setupTask |
| xsi:type="jdt:JRETask" |
| version="JavaSE-1.8" |
| location="${jre.location-1.8}"> |
| <description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup:VariableTask" |
| name="eclipse.target.platform" |
| defaultValue="tracecompass-e4.6" |
| storageURI="scope://Workspace" |
| label="Target Platform"> |
| <choice |
| value="tracecompass-e4.7" |
| label="Trace Compass Eclipse Oxygen - 4.7"/> |
| <choice |
| value="tracecompass-e4.6" |
| label="Trace Compass Eclipse Neon - 4.6"/> |
| <choice |
| value="tracecompass-eStaging" |
| label="Trace Compass Eclipse Oxygen - 4.7"/> |
| <choice |
| value="tracecompass-e4.5" |
| label="Trace Compass Eclipse Mars - 4.5"/> |
| <description>Choose the compatibly level of the target platform</description> |
| </setupTask> |
| <stream name="master"> |
| <setupTask |
| xsi:type="git:GitCloneTask" |
| id="git.clone.tracecompass" |
| remoteURI="tracecompass/org.eclipse.tracecompass" |
| checkoutBranch="master"> |
| <annotation |
| source="http://www.eclipse.org/oomph/setup/InducedChoices"> |
| <detail |
| key="inherit"> |
| <value>eclipse.git.gerrit.remoteURIs</value> |
| </detail> |
| <detail |
| key="label"> |
| <value>${scope.project.label} Git or Gerrit Repository</value> |
| </detail> |
| <detail |
| key="target"> |
| <value>remoteURI</value> |
| </detail> |
| </annotation> |
| <description>Trace Compass</description> |
| </setupTask> |
| <setupTask |
| xsi:type="projects:ProjectsImportTask"> |
| <sourceLocator |
| rootFolder="${git.clone.tracecompass.location}" |
| locateNestedProjects="true"/> |
| </setupTask> |
| <setupTask |
| xsi:type="pde:TargetPlatformTask" |
| id="tracecompass-baseline-resolve" |
| name="tracecompass-baseline-3.1.0" |
| activate="false"> |
| <description>Trace Compass Baseline</description> |
| </setupTask> |
| <setupTask |
| xsi:type="pde:APIBaselineFromTargetTask" |
| id="tracecompass-baseline-3.1.0" |
| name="Trace Compass Baseline" |
| targetName="tracecompass-baseline-3.1.0"> |
| <description>Trace Compass Baseline</description> |
| </setupTask> |
| <setupTask |
| xsi:type="pde:TargetPlatformTask" |
| id="tracecompass-target" |
| name="${eclipse.target.platform}"> |
| <description></description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup.workingsets:WorkingSetTask"> |
| <workingSet |
| name="TraceCompass"> |
| <predicate |
| xsi:type="predicates:RepositoryPredicate" |
| project="org.eclipse.tracecompass.tmf.core"/> |
| </workingSet> |
| <description>The dynamic working sets for ${scope.project.label}</description> |
| </setupTask> |
| </stream> |
| <logicalProjectContainer |
| xsi:type="setup:ProjectCatalog" |
| href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/> |
| <description>Trace Compass is a Java tool for viewing and analyzing logs or traces of any type.</description> |
| </setup:Project> |