Skip to content

Commit

Permalink
Have single latest target
Browse files Browse the repository at this point in the history
As the build breaks for each release let's have a latest one so this
doesn't have to be changed every 3 months.
  • Loading branch information
akurtakov committed Sep 20, 2024
1 parent 74d6561 commit f5dc2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</environment>
</environments>
<target>
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target</file>
<file>${maven.multiModuleProjectDirectory}/releng/org.eclipse.linuxtools.target/linuxtools-latest.target</file>
</target>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="linuxtools-e4.33" sequenceNumber="3">
<target name="linuxtools-latest" sequenceNumber="3">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
Expand All @@ -11,7 +11,7 @@
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14"/>
<unit id="org.codelibs.nekohtml" version="2.1.3.v20240413-0800"/>
<unit id="org.codelibs.nekohtml.source" version="2.1.3.v20240413-0800"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
Expand All @@ -36,7 +36,7 @@
<unit id="jakarta.activation-api" version="0.0.0"/>
<unit id="jakarta.inject.jakarta.inject-api" version="2.0.1"/>
<unit id="bcprov" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.33-I-builds/"/>
<repository location="https://download.eclipse.org/eclipse/updates/I-builds/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit f5dc2ff

Please sign in to comment.