Skip to content

Commit

Permalink
Update to 4.25
Browse files Browse the repository at this point in the history
And corresponding junit symbolic name changes
  • Loading branch information
akurtakov committed Sep 21, 2022
1 parent a162199 commit 57dae1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.tm4e.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.tm4e.core,
com.google.gson;bundle-version="2.9.0",
org.eclipse.tm4e.ui,
org.junit,
org.junit.jupiter.api,
junit-jupiter-api,
org.opentest4j,
org.eclipse.ui.genericeditor;resolution:=optional,
org.eclipse.ui.ide,
Expand Down
4 changes: 2 additions & 2 deletions target-platform/tm4e-target.target
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
<unit id="org.junit" version="0.0.0"/>
<unit id="org.junit.jupiter.api" version="0.0.0"/>
<unit id="junit-jupiter-api" version="0.0.0"/>
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
<unit id="org.eclipse.ui.trace" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.23/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.25/"/>
</location>
<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
Expand Down

0 comments on commit 57dae1c

Please sign in to comment.