Skip to content

Commit

Permalink
Add missing dependency of org.eclipse.pde.core #21
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Mar 13, 2024
1 parent 3f7e8a7 commit 2f3e993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runner/product/rcptt.runner.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="RCPTT Runner" uid="org.eclipse.rcptt.runner.headless" id="org.eclipse.rcptt.runner.product" application="org.eclipse.rcptt.runner.headless" version="2.5.5.qualifier" type="bundles" includeLaunchers="false" autoIncludeRequirements="true">
<product name="RCPTT Runner" uid="org.eclipse.rcptt.runner.headless" id="org.eclipse.rcptt.runner.product" application="org.eclipse.rcptt.runner.headless" version="2.5.5.qualifier" useFeatures="false" includeLaunchers="false" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand Down Expand Up @@ -32,6 +32,8 @@
<plugins>
<plugin id="bcpg"/>
<plugin id="bcprov"/>
<plugin id="biz.aQute.bnd.util"/>
<plugin id="biz.aQute.bndlib"/>
<plugin id="com.google.gson"/>
<plugin id="com.google.guava"/>
<plugin id="com.google.guava.failureaccess"/>
Expand Down

0 comments on commit 2f3e993

Please sign in to comment.