-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add core TCKs implemented by org.eclipse.osgi
- Loading branch information
Showing
7 changed files
with
105 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: OSGi Core TCK | ||
Bundle-SymbolicName: org.eclipse.osgi.tck | ||
Bundle-Version: 1.0.0 | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
############################################################################### | ||
# Copyright (c) 2023 Christoph Läubrich and others. | ||
# | ||
# This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License 2.0 | ||
# which accompanies this distribution, and is available at | ||
# https://www.eclipse.org/legal/epl-2.0/ | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
# Contributors: | ||
# Christoph Läubrich - initial API and implementation | ||
############################################################################### | ||
bin.includes = META-INF/,. | ||
|
||
|
||
## Configuration for TCK tests to execute for this project | ||
pom.model.property.tck.artifact = org.eclipse.osgi,org.eclipse.equinox.cm,\ | ||
org.osgi.test.cases.log,\ | ||
org.osgi.test.cases.tracker,\ | ||
org.osgi.test.cases.framework,\ | ||
org.osgi.test.cases.url,\ | ||
org.osgi.test.cases.resolver | ||
|
||
#pom.model.property.tck.security = true | ||
# possible other core tcks that equinox implements? | ||
#org.osgi.test.cases.bundle.annotations-8.0.0 | ||
#org.osgi.test.cases.condpermadmin-8.0.0 | ||
#org.osgi.test.cases.log.launch-8.0.0 | ||
#org.osgi.test.cases.permissionadmin-8.0.0 | ||
#org.osgi.test.cases.framework.launch-8.0.0 | ||
#org.osgi.test.cases.framework.launch.secure-8.0.0 | ||
#org.osgi.test.cases.framework.secure-8.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters