Skip to content

Commit 9009753

Browse files
Fix the commons-io version issue in project file (microsoft#382)
1 parent 7a2d6de commit 9009753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.microsoft.java.debug.plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"/>

com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)