File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
org.eclipse.swt.tests.cocoa
org.eclipse.swt.tests.gtk
org.eclipse.swt.tests.win32 Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Bundle-Version: 3.108.100.qualifier
66Bundle-Vendor : Eclipse.org
77Bundle-Localization : plugin
88Require-Bundle : org.junit;bundle-version="4.12.0",
9- org.eclipse.swt,
10- org.eclipse.swt.tests
9+ org.eclipse.swt
1110Eclipse-BundleShape : dir
1211Bundle-RequiredExecutionEnvironment : JavaSE-17
1312Automatic-Module-Name : org.eclipse.swt.tests.cocoa
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ source..=JUnit Tests/
1616bin.includes = .,\
1717 META-INF/
1818
19+ # The following dependency prevents parallel execution of this and the referenced test-project.
20+ # Both use the same not-shareable resources and therefore cannot run in parallel.
21+ additional.bundles = org.eclipse.swt.tests
22+
1923pom.model.groupId = org.eclipse.swt
2024tycho.pomless.parent = ../../local-build/local-build-parent
2125pom.model.packaging = eclipse-test-plugin
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ Bundle-SymbolicName: org.eclipse.swt.tests.gtk
55Bundle-Version : 3.109.0.qualifier
66Bundle-Vendor : Eclipse.org
77Require-Bundle : org.junit;bundle-version="4.12.0",
8- org.eclipse.swt,
9- org.eclipse.swt.tests
8+ org.eclipse.swt
109Eclipse-BundleShape : dir
1110Bundle-RequiredExecutionEnvironment : JavaSE-17
1211Automatic-Module-Name : org.eclipse.swt.tests.gtk
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ source.. = JUnit Tests/,\
1616bin.includes = .,\
1717 META-INF/
1818
19+ # The following dependency prevents parallel execution of this and the referenced test-project.
20+ # Both use the same not-shareable resources and therefore cannot run in parallel.
21+ additional.bundles = org.eclipse.swt.tests
22+
1923pom.model.groupId = org.eclipse.swt
2024tycho.pomless.parent = ../../local-build/local-build-parent
2125pom.model.packaging = eclipse-test-plugin
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Bundle-Version: 3.108.100.qualifier
66Bundle-Vendor : Eclipse.org
77Bundle-Localization : plugin
88Require-Bundle : org.junit;bundle-version="4.12.0",
9- org.eclipse.swt,
10- org.eclipse.swt.tests
9+ org.eclipse.swt
1110Eclipse-BundleShape : dir
1211Bundle-RequiredExecutionEnvironment : JavaSE-17
1312Automatic-Module-Name : org.eclipse.swt.tests.win32
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ source..=JUnit Tests/
1616bin.includes = .,\
1717 META-INF/
1818
19+
20+ # The following dependency prevents parallel execution of this and the referenced test-project.
21+ # Both use the same not-shareable resources and therefore cannot run in parallel.
22+ additional.bundles = org.eclipse.swt.tests
23+
1924pom.model.groupId = org.eclipse.swt
2025tycho.pomless.parent = ../../local-build/local-build-parent
2126pom.model.packaging = eclipse-test-plugin
You can’t perform that action at this time.
0 commit comments