jruaux      2003/01/13 05:38:39

  Modified:    Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
                        WarBuilder.java
  Log:
  Added progress dialog contribution
  
  Revision  Changes    Path
  1.10      +2 -1      
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/WarBuilder.java
  
  Index: WarBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/WarBuilder.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- WarBuilder.java   10 Jan 2003 17:52:09 -0000      1.9
  +++ WarBuilder.java   13 Jan 2003 13:38:39 -0000      1.10
  @@ -162,7 +162,7 @@
        */
       public File createWar(IProgressMonitor thePM) throws CoreException
       {
  -        thePM.subTask("Packaging the WAR file");
  +        thePM.subTask("Creating the WAR file");
           File testWar = null;
           try
           {
  @@ -214,6 +214,7 @@
           {
               webFilesDir.delete();
           }
  +        thePM.done();
           return testWar;
       }
   }
  
  
  

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

Reply via email to