From 03216f2caf5ba7ffaed7fdba1056e56dd14e1848 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 21 Mar 2002 10:44:19 +0000 Subject: [PATCH] spashscreen task Submitted by: Les Hughes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271943 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- build.xml | 13 ++ .../tools/ant/taskdefs/defaults.properties | 1 + .../optional/splash/SplashScreen.java | 140 ++++++++++++ .../taskdefs/optional/splash/SplashTask.java | 201 ++++++++++++++++++ 5 files changed, 356 insertions(+), 1 deletion(-) create mode 100644 src/main/org/apache/tools/ant/taskdefs/optional/splash/SplashScreen.java create mode 100644 src/main/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.java diff --git a/WHATSNEW b/WHATSNEW index a51599cb7..4214179fb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -147,7 +147,7 @@ Other changes: * New tasks bzip2 and bunzip2 to pack and unpack files using the BZip2 alogrithm, replaceregexp, checksum, translate, waitfor, input, - manifest, vsscp, vssadd, vsscreate + manifest, vsscp, vssadd, vsscreate, splash * The attributes zipfile, jarfile, warfile and earfile (from the Zip, Jar, War and Ear tasks) have been deprecated and superseded by a diff --git a/build.xml b/build.xml index be44ea57a..3e94a8235 100644 --- a/build.xml +++ b/build.xml @@ -159,6 +159,8 @@ + @@ -285,6 +287,9 @@ + + +