| <?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: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" |
| 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/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore" |
| name="systemfocus" |
| label="SystemFocus (ssh for committers)"> |
| <setupTask |
| xsi:type="jdt:JRETask" |
| version="JavaSE-1.8" |
| location="${jre.location-1.8}" |
| name="JRE for JavaSE-1.8"> |
| <description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}.</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup:EclipseIniTask" |
| option="-Xmx" |
| value="4096m" |
| 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="-Xss" |
| value="4m" |
| vm="true"> |
| <description>Set the heap space needed to work with the projects of ${scope.project.label}</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup:VariableTask" |
| name="SF1 Target Platform" |
| defaultValue="Oxygen" |
| storageURI="scope://Workspace"/> |
| <setupTask |
| xsi:type="pde:TargetPlatformTask" |
| name="sf1-target-platform"/> |
| <setupTask |
| xsi:type="setup.p2:P2Task" |
| label="Eclipse EMF SDK"> |
| <requirement |
| name="org.eclipse.emf.sdk.feature.group"/> |
| <repository |
| url="http://download.eclipse.org/releases/2018-12"/> |
| <description>Install the tools needed in the IDE to work with the source code of ${scope.project.label}.</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup.p2:P2Task" |
| label="E(fx)clipse IDE - JavaFX support"> |
| <requirement |
| name="org.eclipse.fx.ide.feature.feature.group"/> |
| <repository |
| url="http://download.eclipse.org/efxclipse/updates-released/3.4.1/site/"/> |
| <description>Install JavaFX IDE support.</description> |
| </setupTask> |
| <setupTask |
| xsi:type="setup.p2:P2Task" |
| label="SystemFocus Development Tools"> |
| <requirement |
| name="org.eclipse.systemfocus.tooling.codereview.feature.feature.group"/> |
| <requirement |
| name="org.eclipse.systemfocus.tooling.emfgeneration.git.feature.feature.group"/> |
| <repository |
| url="http://download.fortiss.org/public/projects/org.eclipse.systemfocus.tooling.site/1.1/"/> |
| <description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}.</description> |
| </setupTask> |
| <setupTask |
| xsi:type="git:GitCloneTask" |
| id="git.clone.systemfocus" |
| remoteURI="ssh://${user.account}@git.eclipse.org:29418/systemfocus/systemfocus"> |
| <description>${scope.project.label} Git SystemFocus Repository Cloning</description> |
| </setupTask> |
| <setupTask |
| xsi:type="projects:ProjectsImportTask"> |
| <sourceLocator |
| rootFolder="${git.clone.systemfocus.location}"/> |
| </setupTask> |
| <stream name="master" |
| label="Master branch of Eclipse SystemFocus."> |
| <description>The master branch is hosted at Eclipse foundation.</description> |
| </stream> |
| <description>SystemFocus provides SF1.</description> |
| </setup:Project> |