Skip to content

Commit

Permalink
Add missing dependency to biz.aQute.bndlib
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Apr 7, 2023
1 parent b42f119 commit e410cdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundles/org.eclipse.pde.doc.user/pdeOptions.txt
Expand Up @@ -12,6 +12,7 @@
;${dependency.dir}/org.osgi.service.prefs_*.jar
;${dependency.dir}/org.osgi.service.event_*.jar
;${dependency.dir}/org.osgi.service.cm_*.jar
;${dependency.dir}/biz.aQute.bndlib_*.jar
;${eclipse.equinox.supplement}/${dot.classes}
;${eclipse.jdt.core}/org.eclipse.jdt.core/${dot.classes}
;${eclipse.jdt.debug}/org.eclipse.jdt.debug/jdi.jar
Expand Down
4 changes: 4 additions & 0 deletions bundles/org.eclipse.pde.doc.user/pom.xml
Expand Up @@ -142,6 +142,10 @@
<type>eclipse-plugin</type>
<artifactId>com.ibm.icu</artifactId>
</dependency>
<dependency>
<type>eclipse-plugin</type>
<artifactId>biz.aQute.bndlib</artifactId>
</dependency>
</dependencies>
</configuration>
<goals>
Expand Down

0 comments on commit e410cdb

Please sign in to comment.