vmassol 2002/10/19 05:44:24
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchConfiguration.java
Log:
Improved class comments
Revision Changes Path
1.14 +7 -12
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchConfiguration.java
Index: CactusLaunchConfiguration.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchConfiguration.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- CactusLaunchConfiguration.java 19 Oct 2002 11:20:26 -0000 1.13
+++ CactusLaunchConfiguration.java 19 Oct 2002 12:44:24 -0000 1.14
@@ -63,17 +63,12 @@
import org.eclipse.jdt.launching.VMRunnerConfiguration;
/**
- * Provides a launcher to start Cactus tests. This is done by implementing
- * the Eclipse
- * {@link org.eclipse.debug.core.model.ILaunchConfigurationDelegate} class
- * and adding a
- * <code>"org.eclipse.debug.core.launchConfigurationTypes"</code> extension
- * point.
- *
- * Moreover, as Cactus tests are also JUnit tests and must be started by
- * a JUnit Test Runner, this class extends the JUnit plugin
- * {@link org.eclipse.jdt.internal.junit.launcher.JUnitLaunchConfiguration}
- * launcher class.
+ * Provides a launcher to start Cactus tests. This is done by extending
+ * the JUnit Plugin launch configuration and adding Cactus specific VM
+ * configuration (Cactus jars, VM parameters) and by registering this
+ * class as an
+ * <code>"org.eclipse.debug.core.launchConfigurationTypes"</code> Eclipse
+ * extension point.
*
* @version $Id$
* @author <a href="mailto:jruaux@;octo.com">Julien Ruaux</a>
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>