Enlightenment CVS committal

Author  : xcomputerman
Module  : CVSROOT

Dir     : CVSROOT


Modified Files:
        ciabot.pl 


Log Message:
Prepend misc/ to misc modules anyway so as not to affect detection
of file names

===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ciabot.pl   17 Jan 2004 17:25:38 -0000      1.31
+++ ciabot.pl   17 Jan 2004 18:32:28 -0000      1.32
@@ -27,7 +27,7 @@
 # If it does not work, try to disable $xml_rpc in the configuration section
 # below.
 #
-# $Id: ciabot.pl,v 1.31 2004/01/17 17:25:38 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.32 2004/01/17 18:32:28 xcomputerman Exp $
 
 use strict;
 use vars qw ($project $from_email $dest_email $rpc_uri $sendmail $sync_delay
@@ -120,11 +120,7 @@
 if((my $first, my $second, my $third) = /^e17\/(\w*)\/(\w*)\/(.*)/) {
     $module = "e17/" . $first . "/" . $second;
 } elsif(($first, $second, $third) = /^(e16|misc)\/(\w*)\/(.*)/) {
-  if($first eq "e16" || $first eq "web") {
-    $module = $first . "/" . $second;
-  } else {
-    $module = $second;
-  }
+  $module = $first . "/" . $second;
 } else {
   $module = $dir[0];
 }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to