Last change
on this file since 12586 was 12586, checked in by Don-vip, 7 years ago |
see #14794 - update to checkstyle 8.0 (to match the version used by Eclipse CS) + add new project to build custom Eclipse plugin (now required)
|
File size:
636 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
|
---|
| 5 | Bundle-Version: 8.0.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.