aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 3cfb9aed7e..7bc888f386 100644
--- a/build.xml
+++ b/build.xml
@@ -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
-&lt;http://xml.apache.org/forrest/index.html&gt;) and set the
+&lt;http://forrest.apache.org/index.html&gt;) and set the
FORREST_HOME environment variable!</echo>
<fail message="Apache Forrest is not installed."/>
</target>