[webbeans-commits] Webbeans SVN: r2778 - doc/trunk/reference/en-US.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jun 8 08:13:53 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-08 08:13:53 -0400 (Mon, 08 Jun 2009)
New Revision: 2778

Modified:
   doc/trunk/reference/en-US/gettingstarted.xml
Log:
WBRI-246

Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml	2009-06-08 11:54:12 UTC (rev 2777)
+++ doc/trunk/reference/en-US/gettingstarted.xml	2009-06-08 12:13:53 UTC (rev 2778)
@@ -223,11 +223,16 @@
             </listitem>
             <listitem>
                <para>
-                  <literal>ant tomcat.undeploy</literal> - remove the example from the server
+                  <literal>ant tomcat.undeploy</literal> - remove the example (in compressed jar format) from the server
                </para>
             </listitem>
             <listitem>
                <para>
+                  <literal>ant tomcat.unexplode</literal> - remove the example (in exploded format) from the server
+               </para>
+            </listitem>
+            <listitem>
+               <para>
                   <literal>ant tomcat.clean</literal> - clean the example
               </para>
             </listitem>




More information about the weld-commits mailing list