You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ha...@apache.org on 2013/04/04 20:53:14 UTC

svn commit: r1464677 - in /oozie/trunk: docs/src/site/twiki/DG_EmailActionExtension.twiki release-log.txt

Author: harsh
Date: Thu Apr  4 18:53:13 2013
New Revision: 1464677

URL: http://svn.apache.org/r1464677
Log:
OOZIE-1300 [Doc] Error in the the email action XML schema (harsh)

Modified:
    oozie/trunk/docs/src/site/twiki/DG_EmailActionExtension.twiki
    oozie/trunk/release-log.txt

Modified: oozie/trunk/docs/src/site/twiki/DG_EmailActionExtension.twiki
URL: http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/DG_EmailActionExtension.twiki?rev=1464677&r1=1464676&r2=1464677&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/DG_EmailActionExtension.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/DG_EmailActionExtension.twiki Thu Apr  4 18:53:13 2013
@@ -82,7 +82,7 @@ with the subject and body both containin
 
 <verbatim>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           xmlns:hive="uri:oozie:email-action:0.1" elementFormDefault="qualified"
+           xmlns:email="uri:oozie:email-action:0.1" elementFormDefault="qualified"
            targetNamespace="uri:oozie:email-action:0.1">
 .
     <xs:element name="email" type="email:ACTION"/>

Modified: oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1464677&r1=1464676&r2=1464677&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Thu Apr  4 18:53:13 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.1.0 release (trunk - unreleased)
 
+OOZIE-1300 [Doc] Error in the the email action XML schema (harsh)
 OOZIE-1288 Improve docs around -D arguments support in the Oozie CLI's pig subcommand (harsh)
 OOZIE-1291 TestHadoopAccessorService.testGetMRDelegationTokenRenewer fails against Yarn (rkanter)
 OOZIE-1278 oozie example datelist-java-main has job property typo and has no lib directory for examples.jar (bowenzhangusa via rkanter)