Author: pmd
Date: Mon Jun 18 11:05:01 2007
New Revision: 548425

URL: http://svn.apache.org/viewvc?view=rev&rev=548425
Log:
The xml header header must appear before the apache license

Modified:
    
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/bpm4struts/configuration/struts-config.xml.vsl
    
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-dataSource.xml.vsl
    
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-localDataSource.xml.vsl
    
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext.xml.vsl

Modified: 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/bpm4struts/configuration/struts-config.xml.vsl
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/bpm4struts/configuration/struts-config.xml.vsl?view=diff&rev=548425&r1=548424&r2=548425
==============================================================================
--- 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/bpm4struts/configuration/struts-config.xml.vsl
 (original)
+++ 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/bpm4struts/configuration/struts-config.xml.vsl
 Mon Jun 18 11:05:01 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="$xmlEncoding" ?>
 #*
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -25,8 +26,6 @@
 ##
 ##  START TEMPLATE
 ##
-<?xml version="1.0" encoding="$xmlEncoding" ?>
-
 <!DOCTYPE struts-config PUBLIC
     "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
     "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";>

Modified: 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-dataSource.xml.vsl
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-dataSource.xml.vsl?view=diff&rev=548425&r1=548424&r2=548425
==============================================================================
--- 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-dataSource.xml.vsl
 (original)
+++ 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-dataSource.xml.vsl
 Mon Jun 18 11:05:01 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="$xmlEncoding"?>
 #*
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -17,8 +18,6 @@
   $Id: applicationContext-dataSource.xml.vsl 547187 2007-06-14 09:05:19Z ate $
 *#
 #if ($stringUtils.isNotBlank($dataSource))
-<?xml version="1.0" encoding="$xmlEncoding"?>
-
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
 
 <beans>

Modified: 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-localDataSource.xml.vsl
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-localDataSource.xml.vsl?view=diff&rev=548425&r1=548424&r2=548425
==============================================================================
--- 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-localDataSource.xml.vsl
 (original)
+++ 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext-localDataSource.xml.vsl
 Mon Jun 18 11:05:01 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="$xmlEncoding"?>
 #*
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -17,8 +18,6 @@
   $Id: applicationContext-localDataSource.xml.vsl 547187 2007-06-14 09:05:19Z 
ate $
 *#
 #if ($stringUtils.isNotBlank($driver))
-<?xml version="1.0" encoding="$xmlEncoding"?>
-
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
 
 <beans>

Modified: 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext.xml.vsl
URL: 
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext.xml.vsl?view=diff&rev=548425&r1=548424&r2=548425
==============================================================================
--- 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext.xml.vsl
 (original)
+++ 
portals/bridges/trunk/applications/andromda-struts/mda/src/main/config/mergeLocation/templates/spring/applicationContext.xml.vsl
 Mon Jun 18 11:05:01 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="$xmlEncoding"?>
 #*
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -16,7 +17,6 @@
 
   $Id: applicationContext.xml.vsl 547187 2007-06-14 09:05:19Z ate $
 *#
-<?xml version="1.0" encoding="$xmlEncoding"?>
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
"http://www.springframework.org/dtd/spring-beans.dtd";>
 
 <beans>



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

Reply via email to