| Line | |
|---|
| 1 | Manifest-Version: 1.0
|
|---|
| 2 | Bundle-ManifestVersion: 2
|
|---|
| 3 | Bundle-Name: JOSM Checkstyle Eclipse Plugin
|
|---|
| 4 | Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true
|
|---|
| 5 | Bundle-Version: 8.35.0.qualifier
|
|---|
| 6 | Require-Bundle: net.sf.eclipsecs.checkstyle,
|
|---|
| 7 | net.sf.eclipsecs.core,
|
|---|
| 8 | net.sf.eclipsecs.ui
|
|---|
| 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|---|
| 10 | Bundle-ActivationPolicy: lazy
|
|---|
| 11 | Eclipse-LazyStart: true
|
|---|
| 12 | Bundle-Vendor: https://josm.openstreetmap.de/
|
|---|
| 13 | Import-Package: org.eclipse.core.resources,
|
|---|
| 14 | org.eclipse.jdt.core.dom,
|
|---|
| 15 | org.eclipse.jface.resource,
|
|---|
| 16 | org.eclipse.jface.text,
|
|---|
| 17 | org.eclipse.swt.graphics,
|
|---|
| 18 | org.eclipse.ui
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.