File 0001-Do-not-try-to-use-precompiled-ant-libraries.patch of Package intellij-idea
From a4d7d5224a4e1bd2295daa814f91231339396e79 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Fri, 30 Oct 2009 20:11:25 +0100
Subject: [PATCH] Do not try to use precompiled ant libraries
We removed them anyway.
---
build.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index a3ccb87..5ef0069 100644
--- a/build.xml
+++ b/build.xml
@@ -19,9 +19,9 @@
<jvmarg line=""-Dgant.script=@{script}""/>
<classpath>
- <fileset dir="${project.home}/lib/ant/lib">
+ <!--fileset dir="${project.home}/lib/ant/lib">
<include name="*.jar"/>
- </fileset>
+ </fileset-->
<pathelement location="${project.home}/build/lib/gant_patches.jar"/>
<fileset dir="${gant.home}/lib">
<include name="*.jar"/>
--
1.6.5.1