Author: tfischer
Date: Mon Nov 13 14:16:15 2006
New Revision: 474538

URL: http://svn.apache.org/viewvc?view=rev&rev=474538
Log:
xml declaration needs to be first thing in an xml file. Changed in pom.xml and 
profiles.xml in the test project to comply.

Modified:
    db/torque/test/trunk/test-project/pom.xml
    db/torque/test/trunk/test-project/profiles.xml

Modified: db/torque/test/trunk/test-project/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/pom.xml?view=diff&rev=474538&r1=474537&r2=474538
==============================================================================
--- db/torque/test/trunk/test-project/pom.xml (original)
+++ db/torque/test/trunk/test-project/pom.xml Mon Nov 13 14:16:15 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <project
     xmlns="http://maven.apache.org/POM/4.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Modified: db/torque/test/trunk/test-project/profiles.xml
URL: 
http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/profiles.xml?view=diff&rev=474538&r1=474537&r2=474538
==============================================================================
--- db/torque/test/trunk/test-project/profiles.xml (original)
+++ db/torque/test/trunk/test-project/profiles.xml Mon Nov 13 14:16:15 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,6 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <profilesXml>
   <profiles>
     <profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to