diff options
author | Dave Fisher <wave@apache.org> | 2009-11-19 21:22:21 +0000 |
---|---|---|
committer | Dave Fisher <wave@apache.org> | 2009-11-19 21:22:21 +0000 |
commit | b5cdef8c2e9d6346e2064d4d04cb8df22129c6cb (patch) | |
tree | a4af67739f50b84c99cd248b4f72832e822295f0 /build.xml | |
parent | 48368af6c9bbc25c7c28cba9db0c6d6b71173832 (diff) | |
download | poi-b5cdef8c2e9d6346e2064d4d04cb8df22129c6cb.tar.gz poi-b5cdef8c2e9d6346e2064d4d04cb8df22129c6cb.zip |
Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882301 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,7 +56,7 @@ under the License. --> <project name="POI Build" default="help" basedir="."> - <description>The POI project Ant build.</description> + <description>The Apache POI project Ant build.</description> <property environment="env"/> @@ -214,7 +214,7 @@ under the License. <!-- Prints POI's Ant usage help --> - <target name="help" description="Prints POI's Ant usage help"> + <target name="help" description="Prints Apache POI's Ant usage help"> <echo> - Execute "ant -projecthelp" to view a listing of the main build targets. @@ -836,7 +836,7 @@ under the License. <target name="-check-forrest-installed" unless="env.FORREST_HOME"> <echo>Please install Apache Forrest (see -<http://xml.apache.org/forrest/index.html>) and set the +<http://forrest.apache.org/index.html>) and set the FORREST_HOME environment variable!</echo> <fail message="Apache Forrest is not installed."/> </target> |