diff options
author | Dominik Stadler <centic@apache.org> | 2021-04-08 20:10:53 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-04-08 20:10:53 +0000 |
commit | 30d8d1773596008d8333c282e420f19d8215d44a (patch) | |
tree | 769cf91a3dae169b5c0886436397cca8a3599819 /README.rst | |
parent | 329ae952d27814ebbc6138d32b6b228dc1da4ca9 (diff) | |
download | poi-30d8d1773596008d8333c282e420f19d8215d44a.tar.gz poi-30d8d1773596008d8333c282e420f19d8215d44a.zip |
Adjust for the new source-directories in some more places
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst index 1c1b5027ee..00dd10fc99 100644 --- a/README.rst +++ b/README.rst @@ -70,17 +70,17 @@ Contributing * Write a unit test: - * Binary formats and Common APIs: src/testcases/org/apache/poi/ - * OOXML APIs only: src/ooxml/testcases/org/apache/poi/ - * Scratchpad (Binary formats): src/scratchpad/testcases/org/apache/poi/ + * Binary formats and Common APIs: poi/src/test/java/org/apache/poi/ + * OOXML APIs only: poi-ooxml/src/test/java/org/apache/poi/ + * Scratchpad (Binary formats): poi-scratchpad/src/test/java/org/apache/poi/ * Test files: test-data/ * Navigate the source, make changes, and run unit tests to verify - * Binary formats and Common APIs: src/java/org/apache/poi/ - * OOXML APIs only: src/ooxml/java/org/apache/poi/ - * Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/ - * Examples: src/examples/src/org/apache/poi/ + * Binary formats and Common APIs: poi/src/main/java/org/apache/poi/ + * OOXML APIs only: poi-ooxml/src/main/java/org/apache/poi/ + * Scratchpad (Binary formats): poi-scratchpad/src/main/java/org/apache/poi/ + * Examples: poi-examples/src/main/java/org/apache/poi/ * More info: `How To Build page`_ at apache.org |