Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ Automatic-Module-Name: org.eclipse.core.tests.resources.saveparticipant1
Bundle-Name: Save Participant 1
Bundle-Activator: org.eclipse.core.tests.resources.saveparticipant1.SaveParticipant1Plugin
Bundle-SymbolicName: org.eclipse.core.tests.resources.saveparticipant1
Bundle-Version: 3.6.200.qualifier
Bundle-Version: 3.6.300.qualifier
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.core.tests.resources.saveparticipant1
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.tests.resources,
org.junit,
org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.core.tests.resources.saveparticipant2
Bundle-Name: Save Participant 2
Bundle-SymbolicName: org.eclipse.core.tests.resources.saveparticipant2
Bundle-Version: 3.6.200.qualifier
Bundle-Version: 3.6.300.qualifier
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.core.tests.resources.saveparticipant2
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.tests.resources,
org.junit,
org.eclipse.core.runtime
Bundle-Activator: org.eclipse.core.tests.resources.saveparticipant2.SaveParticipant2Plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: Save Participant 3
Bundle-SymbolicName: org.eclipse.core.tests.resources.saveparticipant3
Automatic-Module-Name: org.eclipse.core.tests.resources.saveparticipant3
Bundle-Version: 3.6.200.qualifier
Bundle-Version: 3.6.300.qualifier
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.core.tests.resources.saveparticipant3
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.tests.resources,
org.junit,
org.eclipse.core.runtime
Bundle-Activator: org.eclipse.core.tests.resources.saveparticipant3.SaveParticipant3Plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Loading