You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by vi...@apache.org on 2012/10/04 19:52:39 UTC

svn commit: r1394177 - in /oozie/branches/branch-3.3: core/src/test/resources/graphWF.xml core/src/test/resources/invalidGraphWF.xml release-log.txt

Author: virag
Date: Thu Oct  4 17:52:39 2012
New Revision: 1394177

URL: http://svn.apache.org/viewvc?rev=1394177&view=rev
Log:
OOZIE-1013 Build failing as the license header comment is appearing before xml declaration in some files (virag)

Modified:
    oozie/branches/branch-3.3/core/src/test/resources/graphWF.xml
    oozie/branches/branch-3.3/core/src/test/resources/invalidGraphWF.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/core/src/test/resources/graphWF.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/src/test/resources/graphWF.xml?rev=1394177&r1=1394176&r2=1394177&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/src/test/resources/graphWF.xml (original)
+++ oozie/branches/branch-3.3/core/src/test/resources/graphWF.xml Thu Oct  4 17:52:39 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -15,7 +16,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <workflow-app xmlns="uri:oozie:workflow:0.2" name="sm3-segment-3908-251483">
     <start to="or_0_1"/>
     <kill name="kill">
@@ -504,4 +504,4 @@
         <error to="kill"/>
     </action>
     <end name="end"/>
-</workflow-app>
\ No newline at end of file
+</workflow-app>

Modified: oozie/branches/branch-3.3/core/src/test/resources/invalidGraphWF.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/src/test/resources/invalidGraphWF.xml?rev=1394177&r1=1394176&r2=1394177&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/src/test/resources/invalidGraphWF.xml (original)
+++ oozie/branches/branch-3.3/core/src/test/resources/invalidGraphWF.xml Thu Oct  4 17:52:39 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -15,7 +16,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <workflow-app xmlns="uri:oozie:workflow:0.2" name="sm3-segment-3908-251483">
     <start to="or_0_1"/>
     <kill name="kill">
@@ -504,4 +504,4 @@
         <error to="kill"/>
     </action>
     <end name="end"/>
-</workflow-app>
\ No newline at end of file
+</workflow-app>

Modified: oozie/branches/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1394177&r1=1394176&r2=1394177&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Thu Oct  4 17:52:39 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.3.0 release (unreleased)
 
+OOZIE-1013 Build failing as the license header comment is appearing before xml declaration in some files (virag)
 OOZIE-1007 Add license headers to all files don't have them  (egashira via tucu)
 OOZIE-1006 Oozie fails to add required dependency for Hadoop 2.0.2 (venkatesh via virag)
 OOZIE-975 Test cases should not load all the services classes (virag)