From 9e9df87332d539b921542005635da8a8e0bb6509 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 12 Jul 2010 22:30:22 +0100 Subject: [PATCH] don't layout nonexistent g++ plugin --- build/scripts/layouts.gant | 8 -------- 1 file changed, 8 deletions(-) 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") - } - } - } - } }