Author: yoavs Date: Sun Dec 24 19:27:38 2006 New Revision: 490106 URL: http://svn.apache.org/viewvc?view=rev&rev=490106 Log: Bugzilla 39476: add xml declaration to build.xml files
Modified: tomcat/build/tc5.5.x/build.xml tomcat/build/tc5.5.x/resources/build.xml tomcat/connectors/trunk/build.xml tomcat/container/tc5.5.x/build.xml tomcat/container/tc5.5.x/catalina/build.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/jasper/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Sun Dec 24 19:27:38 2006 @@ -1,6 +1,7 @@ +<?xml version="1.0"?> +<!-- This is the main Tomcat 5.5 build file: it invokes most of the others. --> <project name="Tomcat 5.5" default="deploy" basedir="."> - <!-- ===================== Initialize Property Values =================== --> <!-- See "build.properties.sample" in the top level directory for all --> @@ -12,7 +13,7 @@ <!-- Project Properties --> <property name="name" value="Apache Tomcat" /> - <property name="year" value="2005" /> + <property name="year" value="2006" /> <property name="version.major" value="5" /> <property name="version.minor" value="5" /> <property name="version.build" value="0" /> Modified: tomcat/build/tc5.5.x/resources/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/resources/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/build/tc5.5.x/resources/build.xml (original) +++ tomcat/build/tc5.5.x/resources/build.xml Sun Dec 24 19:27:38 2006 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- This file is the Tomcat 5.x net build file. It's what users run to build Tomcat --> <!-- from scratch. See BUILDING.txt for the full instructions. --> <project name="Tomcat 5 Netbuild" default="build" basedir="."> Modified: tomcat/connectors/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/connectors/trunk/build.xml (original) +++ tomcat/connectors/trunk/build.xml Sun Dec 24 19:27:38 2006 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <project name="Jtc" default="dist" basedir="."> <!-- ========== Initialize Properties ===================================== --> Modified: tomcat/container/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/container/tc5.5.x/build.xml (original) +++ tomcat/container/tc5.5.x/build.xml Sun Dec 24 19:27:38 2006 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <project name="Catalina 2.0" default="deploy" basedir="."> Modified: tomcat/container/tc5.5.x/catalina/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/container/tc5.5.x/catalina/build.xml (original) +++ tomcat/container/tc5.5.x/catalina/build.xml Sun Dec 24 19:27:38 2006 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <project name="Catalina" default="deploy" basedir="."> Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Dec 24 19:27:38 2006 @@ -164,6 +164,10 @@ <bug>39055</bug>: Link to sample workaround code for using JSR160 JMX monitoring with a local firewall. Thanks to George Lindholm for the patch. (yoavs) </update> + <update> + <bug>39476</bug>: add xml declaration to most build.xml files, as suggested by + Gregory S. Hoerner Sr. (yoavs) + </update> </changelog> </subsection> <subsection name="Coyote"> Modified: tomcat/jasper/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/jasper/tc5.5.x/build.xml?view=diff&rev=490106&r1=490105&r2=490106 ============================================================================== --- tomcat/jasper/tc5.5.x/build.xml (original) +++ tomcat/jasper/tc5.5.x/build.xml Sun Dec 24 19:27:38 2006 @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <project name="Jasper2" default="deploy" basedir="."> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]