don't layout nonexistent g++ plugin

This commit is contained in:
peter
2010-07-12 22:30:22 +01:00
parent b34434c5c5
commit 9e9df87332
-8
View File
@@ -279,14 +279,6 @@ def layoutFull(String home, String targetDirectory) {
}
}
dir("Groovypp") {
dir("lib") {
jar("groovypp.jar") {
module("groovypp")
}
}
}
}
}