PT #158345230: Added tests for javadoc from Eclipse client

This commit is contained in:
BoykoAlex
2018-06-18 15:47:45 -04:00
parent 19890b880a
commit 394afb69f8
11 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons.test
Bundle-Version: 1.0.0.qualifier
Automatic-Module-Name: org.springframework.tooling.ls.eclipse.commons.test
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.springframework.tooling.ls.eclipse.commons,
org.eclipse.jdt.core,
org.apache.commons.io,
org.springframework.tooling.jdt.ls.commons