From: Lubomir Rintel Date: Fri, 30 Oct 2009 21:31:52 +0000 (+0100) Subject: Do not install stuff from lib/ X-Git-Url: https://repo.or.cz/w/fedora-idea.git/commitdiff_plain/05bad9920794c70a74c336521348b621f8cbc2ba Do not install stuff from lib/ --- diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 2ef163ed66..436e09b678 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -129,21 +129,21 @@ def layoutFull(String home, String targetDirectory) { module("notNull") } - fileset(dir: "$home/lib") { - include(name: "*.jar") - exclude(name: "eawtstub.jar") - } - - fileset(dir: "$home/lib/src") { - include(name: "trove4j_changes.txt") - include(name: "trove4j_src.jar") - } - - dir("ant") { - fileset(dir: "$home/lib/ant") { - exclude(name: "**/src/**") - } - } +// fileset(dir: "$home/lib") { +// include(name: "*.jar") +// exclude(name: "eawtstub.jar") +// } +// +// fileset(dir: "$home/lib/src") { +// include(name: "trove4j_changes.txt") +// include(name: "trove4j_src.jar") +// } +// +// dir("ant") { +// fileset(dir: "$home/lib/ant") { +// exclude(name: "**/src/**") +// } +// } } dir("plugins") {