Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Output where it is working on
  • Loading branch information
egonw committed Dec 24, 2009
1 parent 53e60f9 commit 7693308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createModulePages.groovy
Expand Up @@ -11,8 +11,8 @@ def basedir = new File("src/META-INF")
files = basedir.listFiles().grep(~/.*cdkdepends$/)
files.add(new File(basedir,"annotation.cdkdepends"))
files.add(new File(basedir,"interfaces.cdkdepends"))
files.each {
file = it
files.each { file ->
println "Processing $file";
m = (file =~ ~/\/([-|\w]*)\.cdkdepends/)
module = m[0][1]

Expand Down

0 comments on commit 7693308

Please sign in to comment.