[Bug 58755] The "File groups" are not KDevelop2 compatible
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Tue Jul 15 19:55:07 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58755
------- Additional Comments From amilcar at ida.ing.tu-bs.de 2003-07-15 19:54 -------
Subject: kdevelop
CVS commit by aclu:
Convert , into ; in the file groups.
CCMAIL: 58755 at bugs.kde.org
M +1 -0 kdevprj2kdevelop 1.3
--- kdevelop/kdevprj2kdevelop #1.2:1.3
@@ -202,4 +202,5 @@
next if ($group eq "");
$pattern = $lfvgrouppattern{$group};
+ $pattern =~ s/,/;/g;
print FILE <<EOF;
<group pattern="$pattern" name="$group" />
More information about the KDevelop-devel
mailing list