vmassol 2002/10/19 02:14:35
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchConfiguration.java
Log:
Added class comments as I understand it ...
Revision Changes Path
1.11 +11 -2
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- CactusLaunchConfiguration.java 18 Oct 2002 20:16:35 -0000 1.10
+++ CactusLaunchConfiguration.java 19 Oct 2002 09:14:35 -0000 1.11
@@ -88,8 +88,17 @@
import org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator;
/**
- * This class contains the configuration for the VM that will actually launch
- * the cactus tests.
+ * 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.
*
* @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>