From 86284c5b1d29aac3415887b81147fa1f61a6ff6a Mon Sep 17 00:00:00 2001 From: Kelly Campbell Date: Wed, 28 Mar 2001 05:33:31 +0000 Subject: [PATCH] Added version filtering to build. Version should now be in only build.xml, and config.xml picks it up from there during the build process. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194178 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 3 ++- conf/config.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 9ec5a6597..b0797b356 100644 --- a/build.xml +++ b/build.xml @@ -160,6 +160,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro + @@ -323,7 +324,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + diff --git a/conf/config.xml b/conf/config.xml index 138cb32d5..6d75a5859 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -5,7 +5,7 @@ version - FOP 0.17.0 DEV + FOP @version@ -- 2.39.5