source: josm/trunk/tools/checkstyle/META-INF/MANIFEST.MF@ 12972

Last change on this file since 12972 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
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: JOSM Checkstyle Eclipse Plugin
4Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true
5Bundle-Version: 8.0.0.qualifier
6Require-Bundle: net.sf.eclipsecs.checkstyle,
7 net.sf.eclipsecs.core,
8 net.sf.eclipsecs.ui
9Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10Bundle-ActivationPolicy: lazy
11Eclipse-LazyStart: true
12Bundle-Vendor: https://josm.openstreetmap.de/
13Import-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.