File 0001-Do-not-install-stuff-from-lib.patch of Package intellij-idea
From b7289bc6ac0fcc5fddc0c82e665d57d07120f522 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Fri, 30 Oct 2009 22:31:52 +0100
Subject: [PATCH] Do not install stuff from lib/
---
build/scripts/layouts.gant | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index 38ad668..023370b 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -128,21 +128,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") {
--
1.6.5.1