Skip to content

Commit

Permalink
Update to latest Orbit nightly build to pick up new JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Aug 7, 2023
1 parent 9448058 commit e044e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="com.sun.jna.platform"/>
<plugin id="com.sun.xml.bind"/>
<plugin id="jakarta.activation-api"/>
<plugin id="jakarta.inject"/>
<plugin id="jakarta.servlet-api"/>
<plugin id="jakarta.xml.bind-api"/>
<plugin id="javax.annotation"/>
<plugin id="javax.el-api"/>
<plugin id="javax.inject"/>
<plugin id="javax.servlet.jsp-api"/>
<plugin id="org.apache.aries.spifly.dynamic.bundle"/>
<plugin id="org.apache.batik.constants"/>
Expand Down
16 changes: 5 additions & 11 deletions releng/org.eclipse.cdt.target/cdt.target
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="cdt" sequenceNumber="143">
<target name="cdt" sequenceNumber="144">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" />
Expand Down Expand Up @@ -142,12 +142,6 @@
<version>2.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
Expand Down Expand Up @@ -196,14 +190,14 @@
</dependencies>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/"/>
<!-- failureaccess is needed because the Linuxtools depends on it but doesn't republish it - https://github.com/eclipse-linuxtools/org.eclipse.linuxtools/issues/232
This dep can't be added to maven section because of https://github.com/eclipse-pde/eclipse.pde/issues/675 -->
<unit id="com.google.guava.failureaccess" version="0.0.0" />

<unit id="javax.inject" version="0.0.0" />
<unit id="org.hamcrest.core" version="1.3.0.v20230721-0740" />
<unit id="org.hamcrest.library" version="1.3.0.v20180524-2246" />
<unit id="jakarta.inject" version="0.0.0" />
<unit id="org.hamcrest.core" version="1.3.0.v20230806-0849" />
<unit id="org.hamcrest.library" version="1.3.0.v20230806-0831" />
<unit id="org.junit" version="4.13.2.v20230725-0701" />
</location>
</locations>
Expand Down

0 comments on commit e044e44

Please sign in to comment.