From d57fc22f145406a26ab4246c0d1e8054c97afd46 Mon Sep 17 00:00:00 2001 From: yoavs Date: Mon, 25 Dec 2006 03:31:57 +0000 Subject: [PATCH] add xml declaration to build.xml git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@490107 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- build.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 50e71468f..e1177a0f0 100644 --- a/build.properties.default +++ b/build.properties.default @@ -2,8 +2,8 @@ # build.properties.sample # # This is an example "build.properties" file, used to customize building -# Jasper2 for your local environment. It defines the location of all external -# modules that Jasper2 depends on. Copy this file to "build.properties" +# Tomcat for your local environment. It defines the location of all external +# modules that Tomcat depends on. Copy this file to "build.properties" # in the top-level source directory, and customize it as needed. # # $Id$ diff --git a/build.xml b/build.xml index cbb3c3021..c3d08c16c 100644 --- a/build.xml +++ b/build.xml @@ -1,3 +1,4 @@ + -- 2.11.0