Index: WebActionProvider.java =================================================================== RCS file: /cvs/web/project/src/org/netbeans/modules/web/project/WebActionProvider.java,v retrieving revision 1.46 diff -u -r1.46 WebActionProvider.java --- WebActionProvider.java 17 Dec 2004 14:20:37 -0000 1.46 +++ WebActionProvider.java 6 Jan 2005 11:01:41 -0000 @@ -7,7 +7,7 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun + * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun * Microsystems, Inc. All Rights Reserved. */ @@ -160,7 +160,7 @@ if (isDebugged()) { NotifyDescriptor nd; String text; - if (command.equals (COMMAND_RUN)) { + if (command.equals (COMMAND_RUN) || command.equals(WebProjectConstants.COMMAND_REDEPLOY)) { ProjectInformation pi = (ProjectInformation)project.getLookup().lookup(ProjectInformation.class); text = pi.getDisplayName(); } else { //COMMAND_RUN_SINGLE