You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2006/12/25 04:31:58 UTC

svn commit: r490107 - in /tomcat/tc6.0.x/trunk: build.properties.default build.xml

Author: yoavs
Date: Sun Dec 24 19:31:57 2006
New Revision: 490107

URL: http://svn.apache.org/viewvc?view=rev&rev=490107
Log:
add xml declaration to build.xml

Modified:
    tomcat/tc6.0.x/trunk/build.properties.default
    tomcat/tc6.0.x/trunk/build.xml

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?view=diff&rev=490107&r1=490106&r2=490107
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Sun Dec 24 19:31:57 2006
@@ -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$

Modified: tomcat/tc6.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?view=diff&rev=490107&r1=490106&r2=490107
==============================================================================
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Sun Dec 24 19:31:57 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <project name="Tomcat 6.0" default="deploy" basedir=".">
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org