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

Last change on this file 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
RevLine 
[12586]1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: JOSM Checkstyle Eclipse Plugin
4Bundle-SymbolicName: org.openstreetmap.josm.checkstyle-eclipse-plugin;singleton:=true
[18129]5Bundle-Version: 8.44.0.qualifier
[12586]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.