Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 86cac4f9969a0bcff819be76d4574fdf10b93a78 (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Regular Plug-in
Bundle-SymbolicName: Regular; singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: NonSingleton.jar
Bundle-Localization: plugin
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.core.runtime

Back to the top