diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a020d18ae0f..171bf3a9731 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -56,7 +56,6 @@ jobs: - { name: url, chapter: '52', label: 'URL Handlers', suffix: ' Service Specification', pattern: "TEST-org.osgi.test.cases.url-*.xml" } - { name: resolver, chapter: '59', label: 'Resolver', suffix: ' Service Specification', pattern: "TEST-org.osgi.test.cases.resolver-*.xml" } - { name: log, chapter: '101', label: 'Log', suffix: ' Service Specification', pattern: "TEST-org.osgi.test.cases.log-*.xml" } - - { name: device, chapter: '103', label: 'Device Access', suffix: ' Specification', pattern: "TEST-org.osgi.test.cases.device-*.xml" } - { name: cm, chapter: '104', label: 'Configuration Admin', suffix: ' Service Specification', pattern: "TEST-org.osgi.test.cases.cm-*.xml"} - { name: metatype, chapter: '105', label: 'Metatype', suffix: ' Service Specification', pattern: "TEST-org.osgi.test.cases.metatype-*.xml" } - { name: preferences, chapter: '106', label: 'Preferences', suffix: 'Service Specification', pattern: "TEST-org.osgi.test.cases.prefs-*.xml" } diff --git a/README.md b/README.md index b5103ad42e0..2ea4b946b16 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Equinox implements the follwoing specification with the given level of complianc | 52 | [URL Handlers Service Specification](https://docs.osgi.org/specification/osgi.core/8.0.0/service.url.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-url.svg) | | 58 | [Resolver Service Specification](https://docs.osgi.org/specification/osgi.core/8.0.0/service.resolver.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-resolver.svg) | | 101 | [Log Service Specification](https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-log.svg) | -| 103 | [Device Access Specification](https://docs.osgi.org/specification/osgi.cmpn/8.1.0/service.device.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-device.svg) | | 104 | [Configuration Admin Service Specification](https://docs.osgi.org/specification/osgi.cmpn/8.1.0/service.cm.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-cm.svg) | | 105 | [Metatype Service Specification](https://docs.osgi.org/specification/osgi.cmpn/8.1.0/service.metatype.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-metatype.svg) | | 106 | [PreferencesService Specification](https://docs.osgi.org/specification/osgi.cmpn/8.1.0/service.prefs.html) | ![](https://gist.githubusercontent.com/eclipse-equinox-bot/d941fe2a4992a018d88e778b48ee3135/raw/tck-badge-preferences.svg) | diff --git a/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF index 2c2981b8e4f..f62ca91a8e5 100644 --- a/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.device/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %bundleName Bundle-Version: 1.2.0.qualifier Bundle-Activator: org.eclipse.equinox.device.Activator -Bundle-SymbolicName: org.eclipse.equinox.device +Bundle-SymbolicName: org.eclipse.equinox.device;deprecated:="Deprecated without any direct replacement, please use a different implementation or get in contact with the Equinox team to fix up this one" Bundle-Vendor: %bundleVendor Bundle-Localization: plugin Import-Service: org.osgi.service.log.LogService diff --git a/bundles/org.eclipse.equinox.device/build.properties b/bundles/org.eclipse.equinox.device/build.properties index 0efa1458ca3..fbcb94f3229 100644 --- a/bundles/org.eclipse.equinox.device/build.properties +++ b/bundles/org.eclipse.equinox.device/build.properties @@ -19,6 +19,3 @@ src.includes = about.html source.. = src/ output.. = bin/ pom.model.property.code.ignoredWarnings = -warn:-deprecation,raw,unchecked,discouraged,warningToken - -## Configuration for TCK tests to execute for this project -pom.model.property.tck.artifact = org.osgi.test.cases.device diff --git a/pom.xml b/pom.xml index 96dd7750f13..cf7a11056d9 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,6 @@ bundles/org.eclipse.equinox.useradmin bundles/org.eclipse.equinox.preferences bundles/org.eclipse.equinox.metatype - bundles/org.eclipse.equinox.device bundles/org.eclipse.equinox.event diff --git a/releng/tcks.target b/releng/tcks.target index dda7e7c61e6..d25b92e13d3 100644 --- a/releng/tcks.target +++ b/releng/tcks.target @@ -15,12 +15,6 @@ 8.1.0 jar - - org.osgi - org.osgi.test.cases.device - 8.1.0 - jar - org.osgi org.osgi.test.cases.event