src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 06:03:19 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 May 2015 06:03:19 +0000 (14:03 +0800)
src/Project/Gtk.vala

index ae506c4..14ac0bc 100644 (file)
@@ -293,6 +293,7 @@ namespace Project {
                                        if (Regex.match_simple("\\.vala$", fn)) {
                                                var vv = (new Regex("\\.vala$")).replace( fn, fn.length, 0, ".bjs");
                                                if (allfiles.index_of( vv) > -1) {
+                                                       GLib.debug("SKIP %s - .vala (got bjs)",fn);
                                                        continue;
                                                }