File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
com.microsoft.java.debug.plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
44 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5- <classpathentry exported =" true" kind =" lib" path =" lib/commons-io-2.5 .jar" />
5+ <classpathentry exported =" true" kind =" lib" path =" lib/commons-io-2.10.0 .jar" />
66 <classpathentry kind =" src" path =" src/main/java" />
77 <classpathentry exported =" true" kind =" lib" path =" lib/rxjava-2.1.1.jar" />
88 <classpathentry exported =" true" kind =" lib" path =" lib/reactive-streams-1.0.0.jar" />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Require-Bundle: org.eclipse.core.runtime,
2121 org.apache.commons.lang3,
2222 org.eclipse.lsp4j,
2323 com.google.guava
24- Bundle-ClassPath : lib/commons-io-2.5 .jar,
24+ Bundle-ClassPath : lib/commons-io-2.10.0 .jar,
2525 .,
2626 lib/rxjava-2.1.1.jar,
2727 lib/reactive-streams-1.0.0.jar,
You can’t perform that action at this time.
0 commit comments