diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index e5233238515e..f61a8bd91d7e 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -279,14 +279,6 @@ def layoutFull(String home, String targetDirectory) { } } - dir("Groovypp") { - dir("lib") { - jar("groovypp.jar") { - module("groovypp") - } - } - } - } }