]> source.dussan.org Git - poi.git/commitdiff
Update Commons jar versions in the Eclipse classpath
authorNick Burch <nick@apache.org>
Fri, 16 Oct 2015 10:41:06 +0000 (10:41 +0000)
committerNick Burch <nick@apache.org>
Fri, 16 Oct 2015 10:41:06 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708953 13f79535-47bb-0310-9956-ffa450edef68

.classpath

index 395d777808c0a8d900b4a8016b9709074566d250..56f64db7f9f8f0cad4b2fbc90714ad16dd605705 100644 (file)
@@ -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>