jruaux 2003/01/15 02:37:10
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchShortcut.java
Log:
Added future UI feature
Revision Changes Path
1.24 +1 -0
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java
Index: CactusLaunchShortcut.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- CactusLaunchShortcut.java 15 Jan 2003 09:18:48 -0000 1.23
+++ CactusLaunchShortcut.java 15 Jan 2003 10:37:10 -0000 1.24
@@ -251,6 +251,7 @@
*/
private void teardownCactusTests(IProgressMonitor thePM)
{
+ //thePM.beginTask("Tearing down Cactus tests", 10);
try
{
provider.stop(null, thePM);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>