You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/11/05 08:44:42 UTC

svn commit: r1894750 - in /poi/trunk: README.md README.rst

Author: fanningpj
Date: Fri Nov  5 08:44:42 2021
New Revision: 1894750

URL: http://svn.apache.org/viewvc?rev=1894750&view=rev
Log:
revert README change

Added:
    poi/trunk/README.rst
      - copied, changed from r1894749, poi/trunk/README.md
Removed:
    poi/trunk/README.md

Copied: poi/trunk/README.rst (from r1894749, poi/trunk/README.md)
URL: http://svn.apache.org/viewvc/poi/trunk/README.rst?p2=poi/trunk/README.rst&p1=poi/trunk/README.md&r1=1894749&r2=1894750&rev=1894750&view=diff
==============================================================================
--- poi/trunk/README.md (original)
+++ poi/trunk/README.rst Fri Nov  5 08:44:42 2021
@@ -1,4 +1,6 @@
-# Apache POI
+
+Apache POI
+======================
 
 A Java library for reading and writing Microsoft Office binary and OOXML file formats.
 
@@ -30,11 +32,11 @@ And lower-level, supporting components:
 * TNEF (HMEF) for Outlook winmail.dat files
 * OpenXML4J (OOXML)
 
-Components named H??F are for reading or writing OLE2 binary formats.
-
-Components named X??F are for reading or writing OpenOffice XML (OOXML) formats.
+| Components named H??F are for reading or writing OLE2 binary formats.
+| Components named X??F are for reading or writing OpenOffice XML (OOXML) formats.
 
-# Getting started
+Getting started
+------------------
 
 Website: https://poi.apache.org/
 
@@ -57,7 +59,8 @@ Source code:
 
 Requires Java 1.8 or later.
 
-# Contributing
+Contributing
+------------------
 
 * Download and install svn or git, Java JDK 1.8+, and Apache Ant 1.8+ or Gradle
 
@@ -81,6 +84,13 @@ Requires Java 1.8 or later.
 
 * More info: `How To Build page`_  at apache.org
 
+Building jar files
+------------------
+
+To build the jar files for poi, poi-ooxml, poi-ooxml-lite, poi-ooxml-full 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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org