1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 559800 - Content in cdt.doc.isv badly outdated and broken

Fix:
!ENTRY org.eclipse.pde.core 4 4 2020-02-04 14:34:11.588
!MESSAGE The Plug-in Development Environment requires the PlatformAdmin
service to operate. Please install the compatibility fragment
'org.eclipse.osgi.compatibility.state'.


Change-Id: Ia2b6c7ccb6cd5b352a8dbb65437ab7b6b2de0bcd
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2020-02-04 16:16:26 +02:00
parent c52d550ca2
commit 0b6d334473

View file

@ -67,6 +67,10 @@
<artifactId>javax.annotation</artifactId>
<type>eclipse-plugin</type>
</dependency>
<dependency>
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
<type>eclipse-plugin</type>
</dependency>
</dependencies>
</configuration>
<executions>