mirror of https://github.com/apache/poi.git
Adjust README.rst somewhat, remove outdated git-link which redirects to Github now
Closes #174 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
827e7e324b
commit
0c8d02f53e
11
README.rst
11
README.rst
|
@ -55,8 +55,7 @@ Source code:
|
|||
|
||||
* Official `Apache Subversion repo`_ at apache.org
|
||||
* `ViewVC repo browser`_ at apache.org
|
||||
* Official `Apache git mirror`_ at apache.org
|
||||
* Unofficial `GitHub git mirror`_ at github.com
|
||||
* `GitHub git mirror`_ at github.com
|
||||
|
||||
Requires Java 1.8 or later.
|
||||
|
||||
|
@ -74,7 +73,7 @@ Contributing
|
|||
* 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/
|
||||
* test files: test-data/
|
||||
* Test files: test-data/
|
||||
|
||||
* Navigate the source, make changes, and run unit tests to verify
|
||||
|
||||
|
@ -83,6 +82,7 @@ Contributing
|
|||
* Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/
|
||||
* Examples: src/examples/src/org/apache/poi/
|
||||
|
||||
* More info: `How To Build page`_ at apache.org
|
||||
|
||||
Building jar files
|
||||
------------------
|
||||
|
@ -91,7 +91,6 @@ To build the jar files for poi, poi-ooxml, poi-ooxml-schemas, and poi-examples::
|
|||
|
||||
ant jar
|
||||
|
||||
|
||||
.. _Mailing lists: https://poi.apache.org/mailinglists.html
|
||||
.. _Developers: https://lists.apache.org/list.html?dev@poi.apache.org
|
||||
.. _Users: https://lists.apache.org/list.html?user@poi.apache.org
|
||||
|
@ -101,7 +100,5 @@ To build the jar files for poi, poi-ooxml, poi-ooxml-schemas, and poi-examples::
|
|||
|
||||
.. _Apache Subversion repo: https://svn.apache.org/repos/asf/poi/trunk
|
||||
.. _ViewVC repo browser: https://svn.apache.org/viewvc/poi/trunk
|
||||
.. _Apache git mirror: https://git.apache.org/poi.git/
|
||||
.. _GitHub git mirror: https://github.com/apache/poi
|
||||
|
||||
|
||||
.. _How To Build page: http://poi.apache.org/devel/
|
||||
|
|
Loading…
Reference in New Issue