diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-08-08 00:56:44 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-08-08 00:56:44 +0000 |
commit | 342098e13c18b3d66c36098c10d1f65a8d4cbced (patch) | |
tree | 328393044dd60c0a0375c6626c000806a71f3728 /.classpath | |
parent | 4077e8addc11f41404662e9b27c73e503d95d146 (diff) | |
download | poi-342098e13c18b3d66c36098c10d1f65a8d4cbced.tar.gz poi-342098e13c18b3d66c36098c10d1f65a8d4cbced.zip |
Added Siddharths ExcelComparator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 5efa12f1e2..72367da8d9 100644 --- a/.classpath +++ b/.classpath @@ -10,6 +10,7 @@ <classpathentry kind="src" path="src/scratchpad/testcases"/> <classpathentry kind="src" path="src/resources/scratchpad"/> <classpathentry kind="src" path="src/contrib/poi-ruby/java"/> + <classpathentry kind="src" path="src/contrib/src"/> <classpathentry kind="src" path="src/examples/src"/> <classpathentry kind="src" path="src/excelant/java"/> <classpathentry kind="src" path="src/excelant/testcases"/> |