Skip to content

Commit

Permalink
Include plugins missing from the eclipse-Automated-Tests zip
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 12, 2024
1 parent 9255673 commit a2818f0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.34.0.qualifier" useFeatures="true" includeLaunchers="false">
<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.34.0.qualifier" type="mixed" includeLaunchers="false" autoIncludeRequirements="false">

<license>
<url>http://eclipse.org/legal/epl/notice.php</url>
Expand Down Expand Up @@ -150,6 +150,11 @@ United States, other countries, or both.
</license>

<plugins>
<plugin id="assertj-core"/>
<plugin id="junit-jupiter-api"/>
<plugin id="net.bytebuddy.byte-buddy"/>
<plugin id="net.bytebuddy.byte-buddy-agent"/>
<plugin id="org.junit"/>
</plugins>

<features>
Expand Down

0 comments on commit a2818f0

Please sign in to comment.