Skip to content

Commit 8e86719

Browse files
committed
explicitly add OSGi annotations to target platform
1 parent 6de3332 commit 8e86719

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

net.sf.eclipsecs.target/net.sf.eclipsecs.target.target

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Eclipse Checkstyle" sequenceNumber="1735410879">
4+
<target name="Eclipse Checkstyle" sequenceNumber="1741029769">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/>
88
<unit id="org.eclipse.sdk.ide" version="4.25.0.I20220831-1800"/>
9+
<unit id="org.osgi.service.component.annotations" version="1.5.0.202109301733"/>
910
<unit id="org.eclipse.e4.tools.emf.ui" version="4.7.300.v20220420-0901"/>
1011
<unit id="org.eclipse.e4.tools.services" version="4.9.0.v20210427-1802"/>
1112
<unit id="org.eclipse.e4.ui.progress" version="0.3.500.v20220717-1456"/>

net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment JavaSE-17
99
location "https://download.eclipse.org/releases/2022-09/202209141001/" {
1010
org.eclipse.jdt.feature.group
1111
org.eclipse.sdk.ide
12+
org.osgi.service.component.annotations
1213

1314
// the following are not actually needed by eclipse-cs itself, but required to avoid
1415
// unresolved dependencies of platform bundles contained in the above features

0 commit comments

Comments
 (0)