From 0088b067328780c9ffb554fe66ac60d822fc8dfd Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Sun, 29 Dec 2002 06:06:27 +0000 Subject: [PATCH] Changed the build system. embed-optional will build optiona-dynprop.jar containing the dynamic properties and XMLDOM. Main will just display a message - the hooks are not needed with ant1.6, only for ant1.5. ( the component helper is not yet in 1.6, but it's easier ) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273724 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/embed/build.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proposal/embed/build.xml b/proposal/embed/build.xml index bd124728d..ced2ea383 100644 --- a/proposal/embed/build.xml +++ b/proposal/embed/build.xml @@ -27,6 +27,11 @@ + Embed is no longer supported with ant1.6. It is only used with ant1.5 ! The dynamic properties work with both, use embed-optional target + + + @@ -49,6 +54,7 @@ debug="${debug}" destdir="${embed.build}/classes" > + @@ -66,6 +72,7 @@ +