Accepting request 790528 from Java:packages

Fix build against the new felix-scr

OBS-URL: https://build.opensuse.org/request/show/790528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tycho?expand=0&rev=3
This commit is contained in:
2020-04-01 17:19:08 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -354,8 +354,8 @@ index 7c99168..28ad59f 100644
<plugin id="org.sat4j.core"/>
<plugin id="org.sat4j.pb"/>
<plugin id="org.tukaani.xz"/>
+ <plugin id="org.kxml2"/>
+ <plugin id="org.xmlpull"/>
+ <plugin id="osgi.cmpn"/>
+ <plugin id="javax.servlet-api"/>
+ <plugin id="org.fedoraproject.p2"/>
</plugins>

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 1 08:53:05 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* tycho-use-custom-resolver.patch
+ fix build against the new felix-scr version
-------------------------------------------------------------------
Mon Mar 16 14:00:25 UTC 2020 - Fridrich Strba <fstrba@suse.com>