diff --git a/webapp/build.xml b/webapp/build.xml
index 336a225d2..b3ceeef53 100644
--- a/webapp/build.xml
+++ b/webapp/build.xml
@@ -61,6 +61,7 @@ all - Runs "clean", then "deploy".
clean - Delete all artifacts so the next build will be from scratch.
compile - Compile the Java source files.
test - Compile and run the JUnit tests.
+war - Create a WAR file to be deployed in a servlet container.
deploy - Deploy the application directly into the Tomcat webapps directory.
@@ -309,6 +310,15 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+