diff --git a/build/README.html b/build/README.html index 889310650..7f8827b4b 100644 --- a/build/README.html +++ b/build/README.html @@ -70,7 +70,6 @@ Smack Source Distribution
This document provides detailed information for developers that wish to compile and make changes to the Smack source code. -

For additional developer resources, please visit: http://www.jivesoftware.com/xmpp/smack/. The Smack build process is based on Ant. Visit the @@ -97,7 +96,7 @@ possible, instructions are provided for both Unix/Linux and Windows users. If Java isn't installed, download a copy from the Java website.

- Important! -- the Jive Forums build tool needs to know + Important! -- the Smack build tool needs to know where Java is installed on your system. You must configure the "JAVA_HOME" environment variable to point to the correct directory. Instructions on how to set this variable for various platforms are as follows: @@ -248,8 +247,8 @@ ant compile

Description:

-Compiles all the Jive Forums source code. -The build directory is the "classes" directory under your Jive Forums source distribution. +Compiles all the Smack source code. +The build directory is the "classes" directory under your Smack source distribution.

[return to task list] @@ -266,11 +265,9 @@ ant jar

Description:

-Bundles the Jive Forums class files into two JAR files (jivebase.jar and jiveforums.jar) -that are suitable for adding +Bundles the Smack class files into a JAR file (smack.jar) +that is suitable for adding into the classpath of an application server. -The resulting files are copied into build/WEB-INF/lib. To deploy -the JAR files, use the deployjar task.

[return to task list] @@ -286,7 +283,7 @@ ant javadoc

Description:

-JavaDocs all Jive Forums source code in the source directory. +JavaDocs all Smack source code in the source directory.

[return to task list] @@ -302,10 +299,8 @@ ant clean

Description:

-Cleans your Jive Forums distribution directory by deleting compiled class files, the -jive.jar file and Javadoc files. If you specified alternate -destination directories for any of those files, you'll need to delete them -manually.

+Cleans your Smack distribution directory by deleting compiled class files, the +smack.jar file and Javadoc files.

[return to task list]