You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/05/01 15:09:36 UTC

cvs commit: maven-plugins/genapp/xdocs changes.xml

evenisse    2004/05/01 06:09:36

  Modified:    genapp/src/plugin-resources/struts-jstl/template-resources/src/java
                        InputAction.java
               genapp/src/plugin-resources/struts/template-resources/src/java
                        InputAction.java
               genapp/xdocs changes.xml
  Log:
  MPGENAPP-7. Remove Struts deprecated apis.
  
  Revision  Changes    Path
  1.2       +2 -2      maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/java/InputAction.java
  
  Index: InputAction.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts-jstl/template-resources/src/java/InputAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InputAction.java	27 Feb 2004 06:22:26 -0000	1.1
  +++ InputAction.java	1 May 2004 13:09:35 -0000	1.2
  @@ -43,7 +43,7 @@
        * @param response
        *                   the HTTP servlet response
        */
  -    public ActionForward perform(ActionMapping mapping, ActionForm actionForm,
  +    public ActionForward execute(ActionMapping mapping, ActionForm actionForm,
               HttpServletRequest request, HttpServletResponse response)
               throws IOException, ServletException {
           if (actionForm != null) {
  
  
  
  1.2       +2 -2      maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/java/InputAction.java
  
  Index: InputAction.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/struts/template-resources/src/java/InputAction.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InputAction.java	27 Feb 2004 06:22:26 -0000	1.1
  +++ InputAction.java	1 May 2004 13:09:36 -0000	1.2
  @@ -43,7 +43,7 @@
        * @param response
        *                   the HTTP servlet response
        */
  -    public ActionForward perform(ActionMapping mapping, ActionForm actionForm,
  +    public ActionForward execute(ActionMapping mapping, ActionForm actionForm,
               HttpServletRequest request, HttpServletResponse response)
               throws IOException, ServletException {
           if (actionForm != null) {
  
  
  
  1.9       +1 -0      maven-plugins/genapp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml	31 Mar 2004 22:59:41 -0000	1.8
  +++ changes.xml	1 May 2004 13:09:36 -0000	1.9
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="2.2" date="In CVS">
  +      <action dev="evenisse" type="fix" issue="MPGENAPP-7">Remove Struts deprecated apis.</action>
         <action dev="evenisse" type="fix">Fix StrutsTestCase dependency in struts templates.</action>
       </release>
       <release version="2.1" date="2004-03-10">
  
  
  

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