Last change
on this file since 18296 was 18129, checked in by Don-vip, 3 years ago |
tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, error-prone 2.8.1
|
File size:
637 bytes
|
Rev | Line | |
---|
[12586] | 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
|
---|
[18129] | 5 | Bundle-Version: 8.44.0.qualifier
|
---|
[12586] | 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.