浏览代码

Update Commons jar versions in the Eclipse classpath

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708953 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_14_BETA1
Nick Burch 8 年前
父节点
当前提交
0d9c171e6f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .classpath

+ 2
- 2
.classpath 查看文件

@@ -17,8 +17,6 @@
<classpathentry kind="src" path="src/integrationtest"/>
<classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
@@ -30,5 +28,7 @@
<classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/>
<classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.51.jar"/>
<classpathentry kind="lib" path="compile-lib/xmlsec-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>

正在加载...
取消
保存