diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 20:58:38 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 20:58:38 +0000 |
commit | 09ffbfcdd55d2269176467e56a37973c28aef8b3 (patch) | |
tree | ce5d42553b7a1e0dd7ea26774b4392a02088c0c1 /.classpath | |
parent | 9bfc1d548fc622b3394b3696d75f039e696d5056 (diff) | |
download | poi-09ffbfcdd55d2269176467e56a37973c28aef8b3.tar.gz poi-09ffbfcdd55d2269176467e56a37973c28aef8b3.zip |
Set source for junit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index b92bbd9cf5..e134120d56 100644 --- a/.classpath +++ b/.classpath @@ -20,7 +20,7 @@ <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar" sourcepath="/opt/apache/xmlbeans/xmlbeans-2.6.0"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> - <classpathentry kind="lib" path="lib/junit-4.12.jar"/> + <classpathentry kind="lib" path="lib/junit-4.12.jar" sourcepath="/home/dstadler/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/a6c32b40bf3d76eca54e3c601e5d1470c86fcdfa/junit-4.12-sources.jar"/> <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.04.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> |