sanders     02/02/01 18:21:46

  Modified:    proposal/vindico/src/java/org/apache/alexandria/om Cvs.java
  Log:
  Need to fix a bug in the programmer!!!
  
  Revision  Changes    Path
  1.6       +5 -9      
jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java
  
  Index: Cvs.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Cvs.java  2 Feb 2002 01:46:39 -0000       1.5
  +++ Cvs.java  2 Feb 2002 02:21:46 -0000       1.6
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
 1.5 2002/02/02 01:46:39 sanders Exp $
  - * $Revision: 1.5 $
  - * $Date: 2002/02/02 01:46:39 $
  + * $Header: 
/home/cvs/jakarta-alexandria/proposal/vindico/src/java/org/apache/alexandria/om/Cvs.java,v
 1.6 2002/02/02 02:21:46 sanders Exp $
  + * $Revision: 1.6 $
  + * $Date: 2002/02/02 02:21:46 $
    *
    * ====================================================================
    *
  @@ -68,7 +68,7 @@
    * Cvs provides ...
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Scott Sanders</a>
  - * @version $Revision: 1.5 $ $Date: 2002/02/02 01:46:39 $
  + * @version $Revision: 1.6 $ $Date: 2002/02/02 02:21:46 $
    */
   public class Cvs {
   
  @@ -137,10 +137,6 @@
           helper.attribute("name", "cvs-" + parentProject.getName());
           helper.element("target");
   
  -        //To fix a bug when you checkout a tagged tree on Win2K
  -        helper.attribute("dir", "${project.cvs.dir}");
  -        helper.element("mkdir", true);
  -
           helper.attribute("message", "Calling cvs for " + parentProject.getName());
           helper.element("echo", true);
   
  @@ -181,7 +177,7 @@
           helper.element("target");
           helper.attribute("command", "checkout");
           helper.attribute("cvsRoot", repo.getCvsRoot());
  -        helper.attribute("dest", "${project.cvs.dir}");
  +        helper.attribute("dest", "${cvs.dir}");
           helper.attribute("package", getModule());
           helper.attribute("quiet", "true");
           if (tag != null) {
  
  
  

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

Reply via email to