122 lines
6.3 KiB
XML
122 lines
6.3 KiB
XML
<?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:launching="http://www.eclipse.org/oomph/setup/launching/1.0"
|
|
xmlns:maven="http://www.eclipse.org/oomph/setup/maven/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/launching/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore http://www.eclipse.org/oomph/setup/maven/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.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="idempiere.2021.03.05"
|
|
label="iDempiere Master">
|
|
<setupTask
|
|
xsi:type="setup:VariableTask"
|
|
name="github.repository"
|
|
label="Github repository"
|
|
value="idempiere/idempiere"/>
|
|
<setupTask
|
|
xsi:type="setup:VariableTask"
|
|
name="git.clone.branch"
|
|
label="Git clone branch"
|
|
value="master"/>
|
|
<setupTask
|
|
xsi:type="setup:VariableTask"
|
|
name="idempiere.target.platform"
|
|
label="Target Platform"
|
|
value="idempiere-201101"/>
|
|
<setupTask
|
|
xsi:type="jdt:JRETask"
|
|
version="JavaSE-11"
|
|
location="${jre.location-11}">
|
|
<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="2048m"
|
|
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"
|
|
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>
|
|
<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>
|
|
|
|
</content>
|
|
</setupTask>
|
|
<setupTask
|
|
xsi:type="setup.p2:P2Task">
|
|
<requirement
|
|
name="org.sonatype.tycho.m2e.feature.feature.group"/>
|
|
<repository
|
|
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.9.0/N/0.9.0.201811261502/"/>
|
|
<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.idempiere.git"
|
|
location="${workspace.location/idempiere}"
|
|
remoteURI="${github.repository}"
|
|
checkoutBranch="${git.clone.branch}">
|
|
<annotation
|
|
source="http://www.eclipse.org/oomph/setup/InducedChoices">
|
|
<detail
|
|
key="inherit">
|
|
<value>github.remoteURIs</value>
|
|
</detail>
|
|
<detail
|
|
key="label">
|
|
<value>${scope.project.label} Github repository</value>
|
|
</detail>
|
|
<detail
|
|
key="target">
|
|
<value>remoteURI</value>
|
|
</detail>
|
|
</annotation>
|
|
<description>${scope.project.label}</description>
|
|
</setupTask>
|
|
<setupTask
|
|
xsi:type="projects:ProjectsImportTask">
|
|
<sourceLocator
|
|
rootFolder="${git.clone.idempiere.git.location}/utils_dev"
|
|
locateNestedProjects="true"/>
|
|
</setupTask>
|
|
<setupTask
|
|
xsi:type="launching:LaunchTask"
|
|
launcher="mvn_verify"/>
|
|
<setupTask
|
|
xsi:type="maven:MavenImportTask"
|
|
id="org.idempiere.main">
|
|
<sourceLocator
|
|
rootFolder="${git.clone.idempiere.git.location}"
|
|
locateNestedProjects="true"/>
|
|
</setupTask>
|
|
<setupTask
|
|
xsi:type="pde:TargetPlatformTask"
|
|
name="${idempiere.target.platform}"/>
|
|
<stream name="master"
|
|
label="Master"/>
|
|
<logicalProjectContainer
|
|
xsi:type="setup:ProjectCatalog"
|
|
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.idempiere']"/>
|
|
<description>idempiere provides cool stuff.</description>
|
|
</setup:Project>
|