jruaux 2003/01/30 06:06:07
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant
ContainerHome.java
Log:
Now uses the Ant petal
Revision Changes Path
1.5 +2 -2
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/ContainerHome.java
Index: ContainerHome.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/containers/ant/ContainerHome.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ContainerHome.java 22 Jan 2003 10:31:14 -0000 1.4
+++ ContainerHome.java 30 Jan 2003 14:06:07 -0000 1.5
@@ -66,7 +66,7 @@
public class ContainerHome
{
/**
- * the target mask in the ant build (e.g. "tomcat.40")
+ * the target mask in the ant build (e.g. "tomcat4x")
*/
private String targetMask;
/**
@@ -76,7 +76,7 @@
/**
* Constructor.
- * @param theTargetMask the target in the ant build (e.g. "tomcat.40")
+ * @param theTargetMask the target in the ant build (e.g. "tomcat4x")
* @param theDirectory path to the container home
* (e.g. "c:/jakarta/tomcat40")
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]