mirror of https://github.com/apache/poi.git
fix formatting: 2nd level indentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784505 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af663184b7
commit
e36313aff1
|
@ -64,14 +64,20 @@ Contributing
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
|
* Download and install svn or git, Java JDK 1.6+, and Apache Ant 1.8+ or Gradle
|
||||||
|
|
||||||
* Check out the code from svn or git
|
* Check out the code from svn or git
|
||||||
|
|
||||||
* Import the project into Eclipse or your favorite IDE
|
* Import the project into Eclipse or your favorite IDE
|
||||||
|
|
||||||
* Write a unit test:
|
* Write a unit test:
|
||||||
|
|
||||||
* Binary formats and Common APIs: src/testcases/org/apache/poi/
|
* Binary formats and Common APIs: src/testcases/org/apache/poi/
|
||||||
* OOXML APIs only: src/ooxml/testcases/org/apache/poi/
|
* OOXML APIs only: src/ooxml/testcases/org/apache/poi/
|
||||||
* Scratchpad (Binary formats): src/scratchpad/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
|
* Navigate the source, make changes, and run unit tests to verify
|
||||||
|
|
||||||
* Binary formats and Common APIs: src/java/org/apache/poi/
|
* Binary formats and Common APIs: src/java/org/apache/poi/
|
||||||
* OOXML APIs only: src/ooxml/java/org/apache/poi/
|
* OOXML APIs only: src/ooxml/java/org/apache/poi/
|
||||||
* Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/
|
* Scratchpad (Binary formats): src/scratchpad/src/org/apache/poi/
|
||||||
|
|
Loading…
Reference in New Issue