We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f5905 commit cfcee1aCopy full SHA for cfcee1a
net.sourceforge.pmd.eclipse.plugin.test/META-INF/MANIFEST.MF
@@ -1,6 +1,7 @@
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Version: 7.0.0.qualifier
4
+Import-Package: org.apache.commons.io
5
Bundle-Name: PMD Test Plugin
6
Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin.test;singleton:=true
7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
@@ -13,7 +14,6 @@ Require-Bundle: org.eclipse.ui,
13
14
org.eclipse.jdt.core,
15
org.eclipse.jdt.launching,
16
org.junit,
- org.apache.commons.io,
17
org.eclipse.swtbot.go,
18
org.eclipse.jdt.ui,
19
org.eclipse.ui.navigator.resources
0 commit comments