From d3a937ea716ba834b72d9dfd3e5db455fd562342 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Wed, 15 Feb 2006 08:23:52 +0000 Subject: [PATCH] use Ant import task instead of XML entity inclusion for shared properties in build files --- HISTORY | 17 ++++++++++------- build-webapps.xml | 14 ++++---------- build.xml | 14 +++++--------- deploy.xml | 12 ++++-------- properties.xml | 8 +++++--- 5 files changed, 28 insertions(+), 37 deletions(-) diff --git a/HISTORY b/HISTORY index e2dd73d..f511ee1 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ -$Id: HISTORY,v 1.30 2006/02/14 09:28:28 maxcooper Exp $ -$Revision: 1.30 $ -$Date: 2006/02/14 09:28:28 $ +$Id: HISTORY,v 1.31 2006/02/15 08:23:52 maxcooper Exp $ +$Revision: 1.31 $ +$Date: 2006/02/15 08:23:52 $ Security Filter v@PROJECT.VERSION@ @@ -13,6 +13,13 @@ changes made for each release. Changes since the last release: =============================== + +* Fixed issue where SecurityFilter was creating a uneccessarily session for unsecured pages, +including the addition of an automated test: +http://sourceforge.net/tracker/index.php?func=detail&aid=1056920&group_id=59484&atid=491164 + +* Used ant import task in build files instead of entity inclusion + * Fixed form-based login HTTP response code (was 401, now 200), including an automated test: http://sourceforge.net/tracker/index.php?func=detail&aid=935921&group_id=59484&atid=491164 http://sourceforge.net/tracker/index.php?func=detail&aid=1143612&group_id=59484&atid=491164 @@ -23,10 +30,6 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=1143612&group_id=59484& value first, which follows the JUnit example. Also changed some calls to JUnit assert... methods to put the expected value first. -* Fixed issue where SecurityFilter was creating a uneccessarily session for unsecured pages, -including the addition of an automated test: -http://sourceforge.net/tracker/index.php?func=detail&aid=1056920&group_id=59484&atid=491164 - Release 2.0, 2004-Dec-13 ======================== diff --git a/build-webapps.xml b/build-webapps.xml index f981984..4e7bd61 100644 --- a/build-webapps.xml +++ b/build-webapps.xml @@ -1,19 +1,13 @@ - -]> - - - - &properties; + diff --git a/build.xml b/build.xml index 34c726d..3a6d13a 100644 --- a/build.xml +++ b/build.xml @@ -1,19 +1,15 @@ - -]> - - - &properties; + + diff --git a/deploy.xml b/deploy.xml index c0f9076..1eb14b9 100644 --- a/deploy.xml +++ b/deploy.xml @@ -1,18 +1,14 @@ - -]> - - &properties; + Deploying ${webapp.name}.war diff --git a/properties.xml b/properties.xml index f0225ab..1d49ef6 100644 --- a/properties.xml +++ b/properties.xml @@ -1,7 +1,7 @@ + @@ -134,3 +135,4 @@ $Date: 2005/02/22 10:55:44 $ + \ No newline at end of file -- 2.11.0