From 83aa20d5e0cf8d8bb263b19072fbda515ba03f9b Mon Sep 17 00:00:00 2001 From: Maxim Shafirov Date: Thu, 6 Aug 2009 14:33:41 +0400 Subject: [PATCH] switch to gant1.7.0 --- jps/build.gant | 6 +----- jps/jps.iml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/jps/build.gant b/jps/build.gant index aece27c5104e..b4dd9d837e79 100644 --- a/jps/build.gant +++ b/jps/build.gant @@ -23,19 +23,15 @@ module("antLayout") { target('default' : 'Default target') { project.clean() - long start = System.currentTimeMillis() project.makeAll() layout("${project.targetFolder}/deploy") { jar("jps.jar") { module("JPS") module("antLayout") - zipfileset(src: "${projectHome}/lib/javac2.jar") { + zipfileset(src: "${projectHome}/lib/javac2-all.jar") { exclude (name: "JDOM*.class") } } } - - println("Done building in ${(System.currentTimeMillis() - start) / 1000} seconds") - } diff --git a/jps/jps.iml b/jps/jps.iml index 92af53880c74..3d516e1bcecb 100644 --- a/jps/jps.iml +++ b/jps/jps.iml @@ -14,7 +14,7 @@ - +