bodewig     2002/07/30 03:34:18

  Modified:    proposal/gump/java Module.java
  Log:
  svn's srcdir should always be the name of the module
  
  Revision  Changes    Path
  1.18      +1 -3      jakarta-alexandria/proposal/gump/java/Module.java
  
  Index: Module.java
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/java/Module.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Module.java       24 Jul 2002 11:34:37 -0000      1.17
  +++ Module.java       30 Jul 2002 10:34:18 -0000      1.18
  @@ -99,9 +99,7 @@
                   url = (Element) child;
               } else if (child.getNodeName().equals("svn")) {
                   Element svn = (Element) child;
  -                if (svn.getAttributeNode("srcdir") == null) {
  -                    svn.setAttribute("srcdir", name);
  -                }
  +                svn.setAttribute("srcdir", name);
               }
           }
           
  
  
  

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

Reply via email to