diff options
author | Dominik Stadler <centic@apache.org> | 2014-05-29 09:16:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-05-29 09:16:29 +0000 |
commit | 87d020c03ae18730cb52f1fe5d134e2eba81a140 (patch) | |
tree | 7fca1ccec9a7f32d3d1008bcc30171ba69167658 /.classpath | |
parent | 5901b661580f39687469477f2a3a057d9300adb1 (diff) | |
download | poi-87d020c03ae18730cb52f1fe5d134e2eba81a140.tar.gz poi-87d020c03ae18730cb52f1fe5d134e2eba81a140.zip |
Update to latest Ant 1.9.4 and add ant-launcher which is used in
ExcelAnt tests to make it easier to run these tests in Eclipse
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 19c290b734..4c67b866a3 100644 --- a/.classpath +++ b/.classpath @@ -14,7 +14,8 @@ <classpathentry kind="src" path="src/excelant/java"/> <classpathentry kind="src" path="src/excelant/testcases"/> <classpathentry kind="src" path="src/excelant/resources"/> - <classpathentry kind="lib" path="lib/ant-1.8.2.jar"/> + <classpathentry kind="lib" path="lib/ant-1.9.4.jar" sourcepath="/home/dstadler/.m2/repository/org/apache/ant/ant/1.8.3/ant-1.8.3-sources.jar"/> + <classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> |