Skip to content

Commit

Permalink
195: changed the id of org.pitest.bundles
Browse files Browse the repository at this point in the history
Still not working

Task-Url: #195
  • Loading branch information
LorenzoBettini committed Jul 28, 2022
1 parent e69ae09 commit 7f3e2ad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bundles/org.pitest.bundles/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitest Bundles
Bundle-SymbolicName: org.pitest.bundles;singleton:=true
Bundle-SymbolicName: org.pitest;singleton:=true
Bundle-Version: 2.2.0.qualifier
Bundle-Vendor: Henry Coles
Automatic-Module-Name: org.pitest.bundles
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: wrapped.org.pitest.pitest;visibility:=reexport,
wrapped.org.pitest.pitest-command-line;visibility:=reexport,
wrapped.org.pitest.pitest-entry;visibility:=reexport,
wrapped.org.pitest.pitest-html-report;visibility:=reexport,
org.junit;bundle-version="4.12.0"
Automatic-Module-Name: org.pitest
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.11.1,4.0.0)",
org.pitest.pitclipse.runner;bundle-version="[2.0.0,3.0.0)",
org.eclipse.core.resources;bundle-version="[3.10.1,4.0.0)",
org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
org.pitest.bundles;visibility:=reexport
org.pitest;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Pitest.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse's Pitest Listeners
Bundle-SymbolicName: org.pitest.pitclipse.listeners
Bundle-Version: 2.2.0.qualifier
Fragment-Host: org.pitest.bundles;bundle-version="1.6.8"
Fragment-Host: org.pitest;bundle-version="1.6.8"
Automatic-Module-Name: org.pitest.pitclipse.listeners
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.pitest.pitclipse.runner;bundle-version="2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.runner/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 2.2.0.qualifier
Bundle-Vendor: Pitest.org
Automatic-Module-Name: org.pitest.pitclipse.runner
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.pitest.bundles;visibility:=reexport
Require-Bundle: org.pitest
Export-Package: org.pitest.pitclipse.runner,
org.pitest.pitclipse.runner.client,
org.pitest.pitclipse.runner.config,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static PitOptions options(String classUnderTest, List<String> classesToM

private static List<String> classPathWithPitestAndJUnit() throws IOException {
final String jarDir = "lib";
EquinoxBundle pitestBundle = (EquinoxBundle) Platform.getBundle("org.pitest.bundles");
EquinoxBundle pitestBundle = (EquinoxBundle) Platform.getBundle("org.pitest");
Bundle[] bundles = Platform.getBundle("org.eclipse.core.runtime").getBundleContext().getBundles();
System.out.println("symbolic name: " + pitestBundle.getSymbolicName());
List<EquinoxBundle> pitestWrappedBundles = Stream.of(bundles)
Expand Down
2 changes: 1 addition & 1 deletion tests/org.pitest.pitclipse.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Require-Bundle: org.eclipse.swtbot.eclipse.finder,
wrapped.io.cucumber.cucumber-junit;bundle-version="4.3.0",
wrapped.io.cucumber.cucumber-core;bundle-version="4.3.0",
wrapped.io.cucumber.datatable;bundle-version="1.1.12",
org.pitest.bundles
org.pitest

0 comments on commit 7f3e2ad

Please sign in to comment.