You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by he...@apache.org on 2006/04/11 12:46:25 UTC

svn commit: r393177 - /incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java

Author: hermanns
Date: Tue Apr 11 03:46:21 2006
New Revision: 393177

URL: http://svn.apache.org/viewcvs?rev=393177&view=rev
Log:
Fixing javadocs

Modified:
    incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java

Modified: incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java?rev=393177&r1=393176&r2=393177&view=diff
==============================================================================
--- incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java (original)
+++ incubator/webwork2/action/src/main/java/org/apache/struts/action2/Main.java Tue Apr 11 03:46:21 2006
@@ -30,11 +30,11 @@
 /**
  * <!-- START SNIPPET: javadoc -->
  *
- * WebWork comes with various related tools included in the webwork jar file. You can access these tools by simply
- * unpacking the WebWork distribution and running <b>java -jar struts.jar</b>. WebWork will automatically include all
- * jars in the same directory as the struts.jar file as well as all jars in the <i>lib</i> directory. This means you
- * can invoke these tools either from within the standard directory structure found in the WebWork distribution, or from
- * within your WEB-INF/lib directory.
+ * Struts Action 2.0 comes with various related tools included in the struts-action-2.0 jar file. You can access these
+ * tools by simply unpacking the Struts Action 2.0 distribution and running <b>java -jar struts.jar</b>.
+ * Struts Action 2.0 will automatically include all jars in the same directory as the struts.jar file as well as all
+ * jars in the <i>lib</i> directory. This means you can invoke these tools either from within the standard directory
+ * structure found in the Struts Action 2.0 distribution, or from within your WEB-INF/lib directory.
  *
  * <p/> You can access the help information for these tools by simply running the jar without any arguments.
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org