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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]