Skip to content

Commit

Permalink
Integration Build for Eclipse 4.31
Browse files Browse the repository at this point in the history
- Note that this has to have version 1.7.36 of slf4j
  • Loading branch information
Phillipus committed Feb 14, 2024
1 parent 43e21ad commit 8c745a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 8 additions & 5 deletions com.archimatetool.editor.product/archi.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
<target name="Archi">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2023-12"/>
<unit id="org.eclipse.sdk.ide" version="4.30.0.I20231201-0110"/>
<unit id="org.eclipse.emf.compare.feature.group" version="3.3.23.202311200811"/>
<unit id="org.eclipse.jgit.feature.group" version="6.8.0.202311291450-r"/>
<unit id="org.eclipse.jgit.ssh.apache.feature.group" version="6.8.0.202311291450-r"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.31-I-builds"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2024-03"/>
<unit id="org.eclipse.emf.compare.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jgit.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jgit.ssh.apache.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.30.0"/>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@
</properties>

<repositories>
<repository>
<id>Eclipse I-build</id>
<layout>p2</layout>
<url>https://download.eclipse.org/eclipse/updates/4.31-I-builds</url>
</repository>
<repository>
<id>Eclipse</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2023-12</url>
<url>https://download.eclipse.org/releases/2024-03</url>
</repository>
</repositories>

Expand Down

0 comments on commit 8c745a2

Please sign in to comment.