dion        02/05/22 00:48:54

  Modified:    src/java/org/apache/maven/struts Struts10WarFile.java
  Log:
  no message
  
  Revision  Changes    Path
  1.4       +3 -3      
jakarta-turbine-maven/src/java/org/apache/maven/struts/Struts10WarFile.java
  
  Index: Struts10WarFile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/struts/Struts10WarFile.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Struts10WarFile.java      22 May 2002 06:55:28 -0000      1.3
  +++ Struts10WarFile.java      22 May 2002 07:48:54 -0000      1.4
  @@ -74,7 +74,7 @@
    * Encapsulates a Struts 1.0 War File. Holds functionality to access Struts
    * specific resources and data in the war.
    * @author  dion
  - * @version $Id: Struts10WarFile.java,v 1.3 2002/05/22 06:55:28 dion Exp $
  + * @version $Id: Struts10WarFile.java,v 1.4 2002/05/22 07:48:54 dion Exp $
    */
   public class Struts10WarFile extends WarFile
   {
  @@ -176,9 +176,9 @@
        */
       private Document getStrutsConfig() throws IOException
       {
  -        if (getWebXmlEntry() == null)
  +        if (getStrutsConfigEntry() == null)
           {
  -            throw new IOException("Attempted to get non-existent web.xml");
  +            throw new IOException("Attempted to get non-existent config");
           }
           try 
           {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to