2015-01-14 13:18:06 -05:00
|
|
|
<?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/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.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="cdt"
|
|
|
|
label="CDT">
|
|
|
|
<setupTask
|
|
|
|
xsi:type="setup.p2:P2Task">
|
|
|
|
<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"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<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"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<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"
|
|
|
|
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: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"
|
2015-09-10 18:10:36 -04:00
|
|
|
version="JavaSE-1.8"
|
|
|
|
location="${jre.location-1.8}">
|
2015-01-14 13:18:06 -05:00
|
|
|
<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"
|
2018-03-08 21:55:09 +00:00
|
|
|
defaultValue="Photon"
|
2015-01-14 13:18:06 -05:00
|
|
|
storageURI="scope://Workspace"/>
|
|
|
|
<stream name="master">
|
2015-08-21 16:25:06 -04:00
|
|
|
<setupTask
|
|
|
|
xsi:type="pde:APIBaselineTask"
|
|
|
|
id="baseline"
|
|
|
|
name="CDT"
|
2019-03-18 20:58:28 -04:00
|
|
|
version="9.7"
|
2015-08-21 16:25:06 -04:00
|
|
|
location="${workspace.location/../api.baseline}"
|
2019-03-18 20:58:28 -04:00
|
|
|
remoteURI="https://download.eclipse.org/tools/cdt/builds/9.7/cdt-9.7.0-simrel-2019-03-rc2a/cdt-9.7.0-simrel-2019-03-rc2a.zip"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<setupTask
|
|
|
|
xsi:type="git:GitCloneTask"
|
|
|
|
id="git.clone.cdt"
|
|
|
|
remoteURI="cdt/org.eclipse.cdt"
|
|
|
|
checkoutBranch="master">
|
|
|
|
<annotation
|
|
|
|
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
|
|
|
<detail
|
|
|
|
key="inherit">
|
2015-03-11 14:42:28 -07:00
|
|
|
<value>eclipse.git.gerrit.remoteURIs</value>
|
2015-01-14 13:18:06 -05:00
|
|
|
</detail>
|
|
|
|
<detail
|
|
|
|
key="label">
|
2015-03-11 14:42:28 -07:00
|
|
|
<value>${scope.project.label} Git or Gerrit Repository</value>
|
2015-01-14 13:18:06 -05:00
|
|
|
</detail>
|
|
|
|
<detail
|
|
|
|
key="target">
|
|
|
|
<value>remoteURI</value>
|
|
|
|
</detail>
|
|
|
|
</annotation>
|
|
|
|
<description>CDT</description>
|
|
|
|
</setupTask>
|
|
|
|
<setupTask
|
2015-01-23 16:56:41 -05:00
|
|
|
xsi:type="setup.targlets:TargletTask"
|
|
|
|
programArguments="-consolelog"
|
2018-11-29 22:49:59 -05:00
|
|
|
vmArguments="-Xms40m -Xmx512M -ea">
|
2015-01-14 13:18:06 -05:00
|
|
|
<targlet
|
|
|
|
name="CDT"
|
|
|
|
activeRepositoryList="${eclipse.target.platform}">
|
|
|
|
<requirement
|
2018-10-08 15:20:37 -04:00
|
|
|
name="org.eclipse.platform.feature.group"/>
|
2018-11-01 22:35:16 -04:00
|
|
|
<requirement
|
|
|
|
name="com.sun.xml.bind"/>
|
|
|
|
<requirement
|
|
|
|
name="javax.xml.bind"/>
|
|
|
|
<requirement
|
|
|
|
name="javax.xml.stream"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<requirement
|
|
|
|
name="org.apache.log4j"/>
|
|
|
|
<requirement
|
|
|
|
name="org.apache.log4j.source"/>
|
2015-03-15 19:56:29 -04:00
|
|
|
<requirement
|
|
|
|
name="org.apache.commons.compress"/>
|
2018-10-08 15:18:44 -04:00
|
|
|
<requirement
|
|
|
|
name="org.assertj"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<requirement
|
|
|
|
name="net.sourceforge.lpg.lpgjavaruntime"/>
|
|
|
|
<requirement
|
|
|
|
name="org.junit"/>
|
|
|
|
<requirement
|
|
|
|
name="org.junit.source"/>
|
|
|
|
<requirement
|
|
|
|
name="org.mockito"/>
|
2016-02-04 15:24:21 -05:00
|
|
|
<requirement
|
|
|
|
name="org.hamcrest"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<requirement
|
|
|
|
name="org.hamcrest.core"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.swtbot.eclipse.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.swtbot.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.swtbot.eclipse.test.junit.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.rse.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.test.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.remote.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.license.feature.group"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<requirement
|
|
|
|
name="com.google.gson"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.remote.serial.feature.group"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.remote.console.feature.group"/>
|
2018-10-08 15:18:44 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.tm.terminal.control"/>
|
2018-10-08 15:18:44 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.tm.terminal.feature.feature.group"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.launchbar.feature.group"/>
|
2016-03-10 23:22:34 -05:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.launchbar.remote.feature.group"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.linuxtools.docker.feature.feature.group"/>
|
2015-10-05 15:05:48 -04:00
|
|
|
<requirement
|
|
|
|
name="org.freemarker"/>
|
2016-03-10 23:22:34 -05:00
|
|
|
<requirement
|
2017-11-02 15:32:07 +01:00
|
|
|
name="org.bouncycastle.bcpkix"/>
|
2016-03-10 23:22:34 -05:00
|
|
|
<requirement
|
2017-11-02 15:32:07 +01:00
|
|
|
name="org.bouncycastle.bcprov"/>
|
2015-10-05 15:05:48 -04:00
|
|
|
<requirement
|
|
|
|
name="org.antlr.runtime"/>
|
2016-03-10 23:22:34 -05:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.tools.templates.freemarker"/>
|
|
|
|
<requirement
|
|
|
|
name="org.eclipse.tools.templates.ui"/>
|
2016-07-15 14:56:45 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.ui.trace"/>
|
2018-03-08 21:55:09 +00:00
|
|
|
<requirement
|
|
|
|
name="tm-feature.feature.group"/>
|
2018-05-04 02:35:11 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.lsp4e"/>
|
2018-10-08 15:18:44 -04:00
|
|
|
<requirement
|
|
|
|
name="org.eclipse.epp.logging.aeri.feature.feature.group"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
<sourceLocator
|
|
|
|
rootFolder="${git.clone.cdt.location}"
|
|
|
|
locateNestedProjects="true"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repositoryList
|
2018-03-08 21:55:09 +00:00
|
|
|
name="Photon">
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
2019-05-11 16:32:00 +02:00
|
|
|
url="http://download.eclipse.org/tools/orbit/downloads/drops/S20190501151401/repository"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
2019-03-08 22:14:32 -05:00
|
|
|
url="https://download.eclipse.org/technology/swtbot/releases/2.7.0/"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
2019-01-08 18:47:46 +00:00
|
|
|
url="https://download.eclipse.org/tools/ptp/builds/remote/3.0.1/"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
2019-05-11 16:32:00 +02:00
|
|
|
url="https://download.eclipse.org/releases/2019-06/"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
|
|
|
url="http://download.eclipse.org/cbi/updates/license"/>
|
|
|
|
<repository
|
2019-05-22 11:07:01 -04:00
|
|
|
url="https://download.eclipse.org/eclipse/updates/4.12-I-builds/I20190521-1800/"/>
|
2015-09-10 18:10:36 -04:00
|
|
|
<repository
|
2019-05-22 20:10:13 -04:00
|
|
|
url="https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0-prerelease1/"/>
|
2015-08-21 16:25:06 -04:00
|
|
|
<repository
|
|
|
|
url="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
2016-12-14 15:51:07 -05:00
|
|
|
<repository
|
2019-05-11 16:32:00 +02:00
|
|
|
url="https://download.eclipse.org/webtools/downloads/drops/R3.14.0/S-3.14.0.M2-20190507042910/repository"/>
|
2018-10-08 15:18:44 -04:00
|
|
|
<repository
|
|
|
|
url="http://download.eclipse.org/technology/epp/logging/stable/"/>
|
2016-12-14 15:51:07 -05:00
|
|
|
<repository
|
2018-03-08 21:55:09 +00:00
|
|
|
url="http://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
|
2016-03-10 23:22:34 -05:00
|
|
|
<repository
|
2018-12-11 14:38:11 +00:00
|
|
|
url="http://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.template-1.1.1-simrel-2018-12a/"/>
|
2018-03-08 21:55:09 +00:00
|
|
|
<repository
|
|
|
|
url="http://download.eclipse.org/tm4e/snapshots/"/>
|
2018-05-04 02:35:11 -04:00
|
|
|
<repository
|
|
|
|
url="http://download.eclipse.org/lsp4e/snapshots/"/>
|
2015-01-14 13:18:06 -05:00
|
|
|
</repositoryList>
|
|
|
|
</targlet>
|
|
|
|
</setupTask>
|
|
|
|
<setupTask
|
|
|
|
xsi:type="projects:ProjectsImportTask">
|
|
|
|
<sourceLocator
|
|
|
|
rootFolder="${git.clone.cdt.location}"
|
|
|
|
locateNestedProjects="true"/>
|
|
|
|
</setupTask>
|
|
|
|
<setupTask
|
|
|
|
xsi:type="setup.workingsets:WorkingSetTask">
|
|
|
|
<workingSet
|
|
|
|
name="CDT">
|
|
|
|
<predicate
|
|
|
|
xsi:type="predicates:RepositoryPredicate"
|
|
|
|
project="org.eclipse.cdt-feature"/>
|
|
|
|
</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>C/C++ Development Tools</description>
|
|
|
|
</setup:Project>
|