add xml declaration to build.xml
authoryoavs <yoavs@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 25 Dec 2006 03:31:57 +0000 (03:31 +0000)
committeryoavs <yoavs@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 25 Dec 2006 03:31:57 +0000 (03:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@490107 13f79535-47bb-0310-9956-ffa450edef68

build.properties.default
build.xml

index 50e7146..e1177a0 100644 (file)
@@ -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$
index cbb3c30..c3d08c1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <project name="Tomcat 6.0" default="deploy" basedir=".">