Skip to content

Commit

Permalink
Add 2021-03 target
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed Mar 7, 2021
1 parent 1e25a74 commit 7619846
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.parent/pom.xml
Expand Up @@ -42,7 +42,7 @@
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url>
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>

<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.19-I-builds/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.19/</eclipserun-repo>
<released.baseline>https://download.eclipse.org/passage/updates/release/1.1.2/</released.baseline>
<staging.baseline>https://download.eclipse.org/passage/drops/integration/latest/</staging.baseline>

Expand Down
33 changes: 32 additions & 1 deletion releng/org.eclipse.passage.releng/passage.setup
Expand Up @@ -70,7 +70,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
value="2020-12"
value="2021-03"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task"
Expand Down Expand Up @@ -279,6 +279,37 @@
<sourceLocator
rootFolder="${git.clone.passage.location}"
locateNestedProjects="true"/>
<repositoryList
name="2020-03">
<repository
url="https://download.eclipse.org/cbi/updates/license/"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.19"/>
<repository
url="https://download.eclipse.org/ecp/releases/releases_125/1250/"/>
<repository
url="https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/"/>
<repository
url="https://download.eclipse.org/modeling/emf/query/updates/releases/R201805030653/"/>
<repository
url="https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/"/>
<repository
url="https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/"/>
<repository
url="https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/"/>
<repository
url="https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/"/>
<repository
url="https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/"/>
<repository
url="https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/"/>
<repository
url="https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/"/>
<repository
url="https://download.eclipse.org/tools/orbit/downloads/2021-03"/>
<repository
url="https://download.eclipse.org/sirius/updates/releases/6.3.4/2020-09/"/>
</repositoryList>
<repositoryList
name="2020-12">
<repository
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<!--
Copyright (c) 2018, 2020 ArSysOp and others
Copyright (c) 2018, 2021 ArSysOp and others
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
Expand All @@ -22,7 +22,7 @@
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.19/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.ecp.emfforms.runtime.feature.feature.group" version="0.0.0"/>
Expand All @@ -31,7 +31,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.emf.query.sdk.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -92,7 +92,7 @@
<unit id="org.slf4j.api" version="0.0.0"/>
<unit id="org.slf4j.api.source" version="0.0.0"/>
<unit id="org.slf4j.apis.log4j" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2020-12/"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-03/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sirius.runtime.aql.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 7619846

Please sign in to comment.