You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by kr...@apache.org on 2013/01/24 14:56:39 UTC

svn commit: r847783 [45/49] - in /websites/production/db/content/derby: ./ blogs/ dev/ docs/10.0/ docs/10.0/manuals/admin/ docs/10.0/manuals/develop/ docs/10.0/manuals/getstart/ docs/10.0/manuals/reference/ docs/10.0/manuals/tools/ docs/10.0/manuals/tu...

Modified: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/commonrtl.css
==============================================================================
--- websites/production/db/content/derby/docs/10.9/pt_BR/getstart/commonrtl.css (original)
+++ websites/production/db/content/derby/docs/10.9/pt_BR/getstart/commonrtl.css Thu Jan 24 13:53:05 2013
@@ -1,113 +1,113 @@
-/*
- | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
- */
- 
-.unresolved { background-color: skyblue; }
-.noTemplate { background-color: yellow; }
-
-.base { background-color: #ffffff; }
-
-/* Add space for top level topics */
-.nested0 { margin-top : 1em;}
-
-/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
-.p {margin-top: 1em}
-
-/* Default of italics to set apart figure captions */
-.figcap { font-style: italic }
-.figdesc { font-style: normal }
-
-/* Use @frame to create frames on figures */
-.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
-.figbottom { border-bottom : 2px solid; border-color : Silver;}
-.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
-
-/* Most link groups are created with <div>. Ensure they have space before and after. */
-.ullinks { list-style-type: none }
-.ulchildlink { margin-top: 1em; margin-bottom: 1em }
-.olchildlink { margin-top: 1em; margin-bottom: 1em }
-.linklist { margin-top: 1em; margin-bottom: 1em }
-.linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
-.sublinklist { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
-.relconcepts { margin-top: 1em; margin-bottom: 1em }
-.reltasks { margin-top: 1em; margin-bottom: 1em }
-.relref { margin-top: 1em; margin-bottom: 1em }
-.relinfo { margin-top: 1em; margin-bottom: 1em }
-.breadcrumb { font-size : smaller; margin-bottom: 1em }
-.prereq { margin-right : 20px;}
-
-/* Set heading sizes, getting smaller for deeper nesting */
-.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
-.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
-.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
-.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
-.topictitle5 { font-size: 1.17em; font-weight: bold; }
-.topictitle6 { font-size: 1.17em; font-style: italic; }
-.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
-.section { margin-top: 1em; margin-bottom: 1em }
-.example { margin-top: 1em; margin-bottom: 1em }
-
-/* All note formats have the same default presentation */
-.note { margin-top: 1em; margin-bottom : 1em;}
-.notetitle { font-weight: bold }
-.notelisttitle { font-weight: bold }
-.tip { margin-top: 1em; margin-bottom : 1em;}
-.tiptitle { font-weight: bold }
-.fastpath { margin-top: 1em; margin-bottom : 1em;}
-.fastpathtitle { font-weight: bold }
-.important { margin-top: 1em; margin-bottom : 1em;}
-.importanttitle { font-weight: bold }
-.remember { margin-top: 1em; margin-bottom : 1em;}
-.remembertitle { font-weight: bold }
-.restriction { margin-top: 1em; margin-bottom : 1em;}
-.restrictiontitle { font-weight: bold }
-.attention { margin-top: 1em; margin-bottom : 1em;}
-.attentiontitle { font-weight: bold }
-.dangertitle { font-weight: bold }
-.danger { margin-top: 1em; margin-bottom : 1em;}
-.cautiontitle { font-weight: bold }
-.caution { font-weight: bold; margin-bottom : 1em; }
-
-/* Simple lists do not get a bullet */
-ul.simple { list-style-type: none }
-
-/* Used on the first column of a table, when rowheader="firstcol" is used */
-.firstcol { font-weight : bold;}
-
-/* Various basic phrase styles */
-.bold { font-weight: bold; }
-.boldItalic { font-weight: bold; font-style: italic; }
-.italic { font-style: italic; }
-.underlined { text-decoration: underline; }
-.uicontrol { font-weight: bold; }
-.parmname { font-weight: bold; }
-.kwd { font-weight: bold; }
-.defkwd { font-weight: bold; text-decoration: underline; }
-.var { font-style : italic;}
-.shortcut { text-decoration: underline; }
-
-/* Default of bold for definition list terms */
-.dlterm { font-weight: bold; }
-
-/* Use CSS to expand lists with @compact="no" */
-.dltermexpand { font-weight: bold; margin-top: 1em; }
-*[compact="yes"]>li { margin-top: 0em;}
-*[compact="no"]>li { margin-top: .53em;}
-.liexpand { margin-top: 1em; margin-bottom: 1em }
-.sliexpand { margin-top: 1em; margin-bottom: 1em }
-.dlexpand { margin-top: 1em; margin-bottom: 1em }
-.ddexpand { margin-top: 1em; margin-bottom: 1em }
-.stepexpand { margin-top: 1em; margin-bottom: 1em }
-.substepexpand { margin-top: 1em; margin-bottom: 1em }
-
-/* Align images based on @align on topic/image */
-div.imageleft { text-align: left }
-div.imagecenter { text-align: center }
-div.imageright { text-align: right }
-div.imagejustify { text-align: justify }
-
-pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
-
-
+/*
+ | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
+ */
+ 
+.unresolved { background-color: skyblue; }
+.noTemplate { background-color: yellow; }
+
+.base { background-color: #ffffff; }
+
+/* Add space for top level topics */
+.nested0 { margin-top : 1em;}
+
+/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
+.p {margin-top: 1em}
+
+/* Default of italics to set apart figure captions */
+.figcap { font-style: italic }
+.figdesc { font-style: normal }
+
+/* Use @frame to create frames on figures */
+.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
+.figbottom { border-bottom : 2px solid; border-color : Silver;}
+.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
+
+/* Most link groups are created with <div>. Ensure they have space before and after. */
+.ullinks { list-style-type: none }
+.ulchildlink { margin-top: 1em; margin-bottom: 1em }
+.olchildlink { margin-top: 1em; margin-bottom: 1em }
+.linklist { margin-top: 1em; margin-bottom: 1em }
+.linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
+.sublinklist { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
+.relconcepts { margin-top: 1em; margin-bottom: 1em }
+.reltasks { margin-top: 1em; margin-bottom: 1em }
+.relref { margin-top: 1em; margin-bottom: 1em }
+.relinfo { margin-top: 1em; margin-bottom: 1em }
+.breadcrumb { font-size : smaller; margin-bottom: 1em }
+.prereq { margin-right : 20px;}
+
+/* Set heading sizes, getting smaller for deeper nesting */
+.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
+.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
+.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
+.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
+.topictitle5 { font-size: 1.17em; font-weight: bold; }
+.topictitle6 { font-size: 1.17em; font-style: italic; }
+.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
+.section { margin-top: 1em; margin-bottom: 1em }
+.example { margin-top: 1em; margin-bottom: 1em }
+
+/* All note formats have the same default presentation */
+.note { margin-top: 1em; margin-bottom : 1em;}
+.notetitle { font-weight: bold }
+.notelisttitle { font-weight: bold }
+.tip { margin-top: 1em; margin-bottom : 1em;}
+.tiptitle { font-weight: bold }
+.fastpath { margin-top: 1em; margin-bottom : 1em;}
+.fastpathtitle { font-weight: bold }
+.important { margin-top: 1em; margin-bottom : 1em;}
+.importanttitle { font-weight: bold }
+.remember { margin-top: 1em; margin-bottom : 1em;}
+.remembertitle { font-weight: bold }
+.restriction { margin-top: 1em; margin-bottom : 1em;}
+.restrictiontitle { font-weight: bold }
+.attention { margin-top: 1em; margin-bottom : 1em;}
+.attentiontitle { font-weight: bold }
+.dangertitle { font-weight: bold }
+.danger { margin-top: 1em; margin-bottom : 1em;}
+.cautiontitle { font-weight: bold }
+.caution { font-weight: bold; margin-bottom : 1em; }
+
+/* Simple lists do not get a bullet */
+ul.simple { list-style-type: none }
+
+/* Used on the first column of a table, when rowheader="firstcol" is used */
+.firstcol { font-weight : bold;}
+
+/* Various basic phrase styles */
+.bold { font-weight: bold; }
+.boldItalic { font-weight: bold; font-style: italic; }
+.italic { font-style: italic; }
+.underlined { text-decoration: underline; }
+.uicontrol { font-weight: bold; }
+.parmname { font-weight: bold; }
+.kwd { font-weight: bold; }
+.defkwd { font-weight: bold; text-decoration: underline; }
+.var { font-style : italic;}
+.shortcut { text-decoration: underline; }
+
+/* Default of bold for definition list terms */
+.dlterm { font-weight: bold; }
+
+/* Use CSS to expand lists with @compact="no" */
+.dltermexpand { font-weight: bold; margin-top: 1em; }
+*[compact="yes"]>li { margin-top: 0em;}
+*[compact="no"]>li { margin-top: .53em;}
+.liexpand { margin-top: 1em; margin-bottom: 1em }
+.sliexpand { margin-top: 1em; margin-bottom: 1em }
+.dlexpand { margin-top: 1em; margin-bottom: 1em }
+.ddexpand { margin-top: 1em; margin-bottom: 1em }
+.stepexpand { margin-top: 1em; margin-bottom: 1em }
+.substepexpand { margin-top: 1em; margin-bottom: 1em }
+
+/* Align images based on @align on topic/image */
+div.imageleft { text-align: left }
+div.imagecenter { text-align: center }
+div.imageright { text-align: right }
+div.imagejustify { text-align: justify }
+
+pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
+
+

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/commonrtl.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/getstartderby.fo
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/gsconrefs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgscopyright.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsdocs10012.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsdocs17307.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsdocs18277.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsdocs37966.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsdocs99397.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgslib27507.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgslib46043.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgslib56653.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgslicense.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsquck30197.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgsquck35368.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/rgstrademderby.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/tgs26250.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/tgs36360.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/tgsrunningij.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/tgssetupjavaenvir.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/getstart/toc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: websites/production/db/content/derby/docs/10.9/pt_BR/ref/common.css
==============================================================================
--- websites/production/db/content/derby/docs/10.9/pt_BR/ref/common.css (original)
+++ websites/production/db/content/derby/docs/10.9/pt_BR/ref/common.css Thu Jan 24 13:53:05 2013
@@ -1,181 +1,181 @@
-/*
- | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
- */
-
-
-/* class definitions */
-
-.unresolved	{ background-color: skyblue;
-		}
-
-.noTemplate	{ background-color: yellow;
-		}
-
-.sidebar     {background: silver
-             }
-
-.toc         {font-size: small;
-		}
-
-.base		{ background-color: #ffffff;
-		}
-
-.figborder   { border-style: double;
-               border-color: black;
-               border-width: 3;
-             }
-
-
-/* the nested mappings provide the opportunity to manipulate things at the topic level */
-/* no function here for now; nested topics don't indent incrementally */
-.nested1	{ 
-		}
-
-.nested2	{ 
-		}
-
-.nested3	{ 
-		}
-
-.nested4	{ 
-		}
-
-.nested5	{ 
-		}
-
-.nested6	{ 
-		}
-
-
-
-/* the topictitle mappings provide nesting-specific title control */
-/* equivalent to FO xsl attribute sets for nested titles */
-
-.topictitle1 { margin-top: 0pc;
-		  margin-bottom: 1.4pt;
-		  font-size: 16pt;
-		  }
-
-.topictitle2 { margin-top: 1pc;
-               margin-bottom: 5pt;
-               font-size: 14pt;
-               }
-
-.topictitle3 { margin-top: 1pc;
-               margin-bottom: 2pt;
-               font-size: 14t;
-               font-weight: bold;
-             }
-
-.topictitle4 { margin-top: 10pt;
-               font-size: 14pt;
-               font-weight: bold;
-             }
-
-
-.topictitle5 { font-size: 14pt;
-               font-weight: bold;
-             }
-
-.topictitle6 { font-size: 15pt;
-               font-style: italic;
-             }
-
-/* some class settings tied to generated divs */
-div.notetitle { margin-top: 1em; font-weight: bold }
-div.notebody { margin-left: 2em }
-
-div.attention { margin-top: 1em }
-span.attentiontitle { font-weight: bold }
-div.dangertitle { margin-top: 1em; font-weight: bold }
-div.danger { padding: 5px 5px 5px 5px; border: solid; border-width: thin; font-weight: bold; margin-top: 2px }
-div.cautiontitle { margin-top: 1em; font-weight: bold }
-div.caution { font-weight: bold }
-
-div.tiptitle { margin-top: 1em; font-weight: bold }
-div.tipbody { margin-left: 2em }
-div.fastpathtitle { margin-top: 1em; font-weight: bold }
-div.fastpathbody { margin-left: 2em }
-div.importanttitle { margin-top: 1em; font-weight: bold }
-div.importantbody { margin-left: 2em }
-div.remembertitle { margin-top: 1em; font-weight: bold }
-div.rememberbody { margin-left: 2em }
-div.restrictiontitle { margin-top: 1em; font-weight: bold }
-div.restrictionbody { margin-left: 2em }
-
-div.imageleft { text-align: left }
-div.imagecenter { text-align: center }
-div.imageright { text-align: right }
-div.imagejustify { text-align: justify }
-
-
-
-/* format-specific */
-
-.bold		{ font-weight: bold;
-		}
-
-.boldItalic	{ font-weight: bold;
-		  font-style: italic;
-		}
-
-.italic		{ font-style: italic;
-		}
-
-		
-.underlined  { text-decoration: underline;
-		}
-
-.ptocH1      {font-size: x-small;
-		}
-
-.ptocH2      {font-size: x-small;
-		}
-
-.smallCaps   { text-transform: uppercase; 
-		  font-size: smaller;
-		}
-
-.stitle      { font-style: italic;
-		  text-decoration: underline;
-             }
-
-.nte		{}
-
-.defListHead	{ font-weight: bold;
-		  text-decoration: underline;
-		}
-
-.parmListKwd	{ font-weight: bold;
-		}
-
-.parmListVar	{ font-style: italic;
-		}
-
-.xxlines		{
-	white-space: pre;
-	font-family : serif;
-	font-size : 100%;
-}
-
-.pk          { font-weight: bold;
-		  text-decoration: underline;
-		}
-
-.sectiontitle {margin-top: 1em;
-               margin-bottom: 0em;
-               color: black;
-               font-size: 11pt;
-               font-weight: bold;
-              }
-
-
-*[compact="yes"]>li {
-  margin-top: 0pt;
-}
-
-*[compact="no"]>li {
-  margin-top: 6pt;
-}
-
-
+/*
+ | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
+ */
+
+
+/* class definitions */
+
+.unresolved	{ background-color: skyblue;
+		}
+
+.noTemplate	{ background-color: yellow;
+		}
+
+.sidebar     {background: silver
+             }
+
+.toc         {font-size: small;
+		}
+
+.base		{ background-color: #ffffff;
+		}
+
+.figborder   { border-style: double;
+               border-color: black;
+               border-width: 3;
+             }
+
+
+/* the nested mappings provide the opportunity to manipulate things at the topic level */
+/* no function here for now; nested topics don't indent incrementally */
+.nested1	{ 
+		}
+
+.nested2	{ 
+		}
+
+.nested3	{ 
+		}
+
+.nested4	{ 
+		}
+
+.nested5	{ 
+		}
+
+.nested6	{ 
+		}
+
+
+
+/* the topictitle mappings provide nesting-specific title control */
+/* equivalent to FO xsl attribute sets for nested titles */
+
+.topictitle1 { margin-top: 0pc;
+		  margin-bottom: 1.4pt;
+		  font-size: 16pt;
+		  }
+
+.topictitle2 { margin-top: 1pc;
+               margin-bottom: 5pt;
+               font-size: 14pt;
+               }
+
+.topictitle3 { margin-top: 1pc;
+               margin-bottom: 2pt;
+               font-size: 14t;
+               font-weight: bold;
+             }
+
+.topictitle4 { margin-top: 10pt;
+               font-size: 14pt;
+               font-weight: bold;
+             }
+
+
+.topictitle5 { font-size: 14pt;
+               font-weight: bold;
+             }
+
+.topictitle6 { font-size: 15pt;
+               font-style: italic;
+             }
+
+/* some class settings tied to generated divs */
+div.notetitle { margin-top: 1em; font-weight: bold }
+div.notebody { margin-left: 2em }
+
+div.attention { margin-top: 1em }
+span.attentiontitle { font-weight: bold }
+div.dangertitle { margin-top: 1em; font-weight: bold }
+div.danger { padding: 5px 5px 5px 5px; border: solid; border-width: thin; font-weight: bold; margin-top: 2px }
+div.cautiontitle { margin-top: 1em; font-weight: bold }
+div.caution { font-weight: bold }
+
+div.tiptitle { margin-top: 1em; font-weight: bold }
+div.tipbody { margin-left: 2em }
+div.fastpathtitle { margin-top: 1em; font-weight: bold }
+div.fastpathbody { margin-left: 2em }
+div.importanttitle { margin-top: 1em; font-weight: bold }
+div.importantbody { margin-left: 2em }
+div.remembertitle { margin-top: 1em; font-weight: bold }
+div.rememberbody { margin-left: 2em }
+div.restrictiontitle { margin-top: 1em; font-weight: bold }
+div.restrictionbody { margin-left: 2em }
+
+div.imageleft { text-align: left }
+div.imagecenter { text-align: center }
+div.imageright { text-align: right }
+div.imagejustify { text-align: justify }
+
+
+
+/* format-specific */
+
+.bold		{ font-weight: bold;
+		}
+
+.boldItalic	{ font-weight: bold;
+		  font-style: italic;
+		}
+
+.italic		{ font-style: italic;
+		}
+
+		
+.underlined  { text-decoration: underline;
+		}
+
+.ptocH1      {font-size: x-small;
+		}
+
+.ptocH2      {font-size: x-small;
+		}
+
+.smallCaps   { text-transform: uppercase; 
+		  font-size: smaller;
+		}
+
+.stitle      { font-style: italic;
+		  text-decoration: underline;
+             }
+
+.nte		{}
+
+.defListHead	{ font-weight: bold;
+		  text-decoration: underline;
+		}
+
+.parmListKwd	{ font-weight: bold;
+		}
+
+.parmListVar	{ font-style: italic;
+		}
+
+.xxlines		{
+	white-space: pre;
+	font-family : serif;
+	font-size : 100%;
+}
+
+.pk          { font-weight: bold;
+		  text-decoration: underline;
+		}
+
+.sectiontitle {margin-top: 1em;
+               margin-bottom: 0em;
+               color: black;
+               font-size: 11pt;
+               font-weight: bold;
+              }
+
+
+*[compact="yes"]>li {
+  margin-top: 0pt;
+}
+
+*[compact="no"]>li {
+  margin-top: 6pt;
+}
+
+

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/common.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonltr.css
==============================================================================
--- websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonltr.css (original)
+++ websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonltr.css Thu Jan 24 13:53:05 2013
@@ -1,112 +1,112 @@
-/*
- | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
- */
- 
-.unresolved { background-color: skyblue; }
-.noTemplate { background-color: yellow; }
-
-.base { background-color: #ffffff; }
-
-/* Add space for top level topics */
-.nested0 { margin-top : 1em;}
-
-/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
-.p {margin-top: 1em}
-
-/* Default of italics to set apart figure captions */
-.figcap { font-style: italic }
-.figdesc { font-style: normal }
-
-/* Use @frame to create frames on figures */
-.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
-.figbottom { border-bottom : 2px solid; border-color : Silver;}
-.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
-
-/* Most link groups are created with <div>. Ensure they have space before and after. */
-.ullinks { list-style-type: none }
-.ulchildlink { margin-top: 1em; margin-bottom: 1em }
-.olchildlink { margin-top: 1em; margin-bottom: 1em }
-.linklist { margin-bottom: 1em }
-.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
-.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
-.relconcepts { margin-top: 1em; margin-bottom: 1em }
-.reltasks { margin-top: 1em; margin-bottom: 1em }
-.relref { margin-top: 1em; margin-bottom: 1em }
-.relinfo { margin-top: 1em; margin-bottom: 1em }
-.breadcrumb { font-size : smaller; margin-bottom: 1em }
-.prereq { margin-left : 20px;}
-
-/* Set heading sizes, getting smaller for deeper nesting */
-.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
-.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
-.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
-.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
-.topictitle5 { font-size: 1.17em; font-weight: bold; }
-.topictitle6 { font-size: 1.17em; font-style: italic; }
-.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
-.section { margin-top: 1em; margin-bottom: 1em }
-.example { margin-top: 1em; margin-bottom: 1em }
-
-/* All note formats have the same default presentation */
-.note { margin-top: 1em; margin-bottom : 1em;}
-.notetitle { font-weight: bold }
-.notelisttitle { font-weight: bold }
-.tip { margin-top: 1em; margin-bottom : 1em;}
-.tiptitle { font-weight: bold }
-.fastpath { margin-top: 1em; margin-bottom : 1em;}
-.fastpathtitle { font-weight: bold }
-.important { margin-top: 1em; margin-bottom : 1em;}
-.importanttitle { font-weight: bold }
-.remember { margin-top: 1em; margin-bottom : 1em;}
-.remembertitle { font-weight: bold }
-.restriction { margin-top: 1em; margin-bottom : 1em;}
-.restrictiontitle { font-weight: bold }
-.attention { margin-top: 1em; margin-bottom : 1em;}
-.attentiontitle { font-weight: bold }
-.dangertitle { font-weight: bold }
-.danger { margin-top: 1em; margin-bottom : 1em;}
-.cautiontitle { font-weight: bold }
-.caution { font-weight: bold; margin-bottom : 1em; }
-
-/* Simple lists do not get a bullet */
-ul.simple { list-style-type: none }
-
-/* Used on the first column of a table, when rowheader="firstcol" is used */
-.firstcol { font-weight : bold;}
-
-/* Various basic phrase styles */
-.bold { font-weight: bold; }
-.boldItalic { font-weight: bold; font-style: italic; }
-.italic { font-style: italic; }
-.underlined { text-decoration: underline; }
-.uicontrol { font-weight: bold; }
-.parmname { font-weight: bold; }
-.kwd { font-weight: bold; }
-.defkwd { font-weight: bold; text-decoration: underline; }
-.var { font-style : italic;}
-.shortcut { text-decoration: underline; }
-
-/* Default of bold for definition list terms */
-.dlterm { font-weight: bold; }
-
-/* Use CSS to expand lists with @compact="no" */
-.dltermexpand { font-weight: bold; margin-top: 1em; }
-*[compact="yes"]>li { margin-top: 0em;}
-*[compact="no"]>li { margin-top: .53em;}	
-.liexpand { margin-top: 1em; margin-bottom: 1em }
-.sliexpand { margin-top: 1em; margin-bottom: 1em }
-.dlexpand { margin-top: 1em; margin-bottom: 1em }
-.ddexpand { margin-top: 1em; margin-bottom: 1em }
-.stepexpand { margin-top: 1em; margin-bottom: 1em }
-.substepexpand { margin-top: 1em; margin-bottom: 1em }
-
-/* Align images based on @align on topic/image */
-div.imageleft { text-align: left }
-div.imagecenter { text-align: center }
-div.imageright { text-align: right }
-div.imagejustify { text-align: justify }
-
-pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
-
+/*
+ | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
+ */
+ 
+.unresolved { background-color: skyblue; }
+.noTemplate { background-color: yellow; }
+
+.base { background-color: #ffffff; }
+
+/* Add space for top level topics */
+.nested0 { margin-top : 1em;}
+
+/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
+.p {margin-top: 1em}
+
+/* Default of italics to set apart figure captions */
+.figcap { font-style: italic }
+.figdesc { font-style: normal }
+
+/* Use @frame to create frames on figures */
+.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
+.figbottom { border-bottom : 2px solid; border-color : Silver;}
+.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
+
+/* Most link groups are created with <div>. Ensure they have space before and after. */
+.ullinks { list-style-type: none }
+.ulchildlink { margin-top: 1em; margin-bottom: 1em }
+.olchildlink { margin-top: 1em; margin-bottom: 1em }
+.linklist { margin-bottom: 1em }
+.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
+.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
+.relconcepts { margin-top: 1em; margin-bottom: 1em }
+.reltasks { margin-top: 1em; margin-bottom: 1em }
+.relref { margin-top: 1em; margin-bottom: 1em }
+.relinfo { margin-top: 1em; margin-bottom: 1em }
+.breadcrumb { font-size : smaller; margin-bottom: 1em }
+.prereq { margin-left : 20px;}
+
+/* Set heading sizes, getting smaller for deeper nesting */
+.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
+.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
+.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
+.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
+.topictitle5 { font-size: 1.17em; font-weight: bold; }
+.topictitle6 { font-size: 1.17em; font-style: italic; }
+.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
+.section { margin-top: 1em; margin-bottom: 1em }
+.example { margin-top: 1em; margin-bottom: 1em }
+
+/* All note formats have the same default presentation */
+.note { margin-top: 1em; margin-bottom : 1em;}
+.notetitle { font-weight: bold }
+.notelisttitle { font-weight: bold }
+.tip { margin-top: 1em; margin-bottom : 1em;}
+.tiptitle { font-weight: bold }
+.fastpath { margin-top: 1em; margin-bottom : 1em;}
+.fastpathtitle { font-weight: bold }
+.important { margin-top: 1em; margin-bottom : 1em;}
+.importanttitle { font-weight: bold }
+.remember { margin-top: 1em; margin-bottom : 1em;}
+.remembertitle { font-weight: bold }
+.restriction { margin-top: 1em; margin-bottom : 1em;}
+.restrictiontitle { font-weight: bold }
+.attention { margin-top: 1em; margin-bottom : 1em;}
+.attentiontitle { font-weight: bold }
+.dangertitle { font-weight: bold }
+.danger { margin-top: 1em; margin-bottom : 1em;}
+.cautiontitle { font-weight: bold }
+.caution { font-weight: bold; margin-bottom : 1em; }
+
+/* Simple lists do not get a bullet */
+ul.simple { list-style-type: none }
+
+/* Used on the first column of a table, when rowheader="firstcol" is used */
+.firstcol { font-weight : bold;}
+
+/* Various basic phrase styles */
+.bold { font-weight: bold; }
+.boldItalic { font-weight: bold; font-style: italic; }
+.italic { font-style: italic; }
+.underlined { text-decoration: underline; }
+.uicontrol { font-weight: bold; }
+.parmname { font-weight: bold; }
+.kwd { font-weight: bold; }
+.defkwd { font-weight: bold; text-decoration: underline; }
+.var { font-style : italic;}
+.shortcut { text-decoration: underline; }
+
+/* Default of bold for definition list terms */
+.dlterm { font-weight: bold; }
+
+/* Use CSS to expand lists with @compact="no" */
+.dltermexpand { font-weight: bold; margin-top: 1em; }
+*[compact="yes"]>li { margin-top: 0em;}
+*[compact="no"]>li { margin-top: .53em;}	
+.liexpand { margin-top: 1em; margin-bottom: 1em }
+.sliexpand { margin-top: 1em; margin-bottom: 1em }
+.dlexpand { margin-top: 1em; margin-bottom: 1em }
+.ddexpand { margin-top: 1em; margin-bottom: 1em }
+.stepexpand { margin-top: 1em; margin-bottom: 1em }
+.substepexpand { margin-top: 1em; margin-bottom: 1em }
+
+/* Align images based on @align on topic/image */
+div.imageleft { text-align: left }
+div.imagecenter { text-align: center }
+div.imageright { text-align: right }
+div.imagejustify { text-align: justify }
+
+pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
+

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonltr.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonrtl.css
==============================================================================
--- websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonrtl.css (original)
+++ websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonrtl.css Thu Jan 24 13:53:05 2013
@@ -1,113 +1,113 @@
-/*
- | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
- */
- 
-.unresolved { background-color: skyblue; }
-.noTemplate { background-color: yellow; }
-
-.base { background-color: #ffffff; }
-
-/* Add space for top level topics */
-.nested0 { margin-top : 1em;}
-
-/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
-.p {margin-top: 1em}
-
-/* Default of italics to set apart figure captions */
-.figcap { font-style: italic }
-.figdesc { font-style: normal }
-
-/* Use @frame to create frames on figures */
-.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
-.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
-.figbottom { border-bottom : 2px solid; border-color : Silver;}
-.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
-
-/* Most link groups are created with <div>. Ensure they have space before and after. */
-.ullinks { list-style-type: none }
-.ulchildlink { margin-top: 1em; margin-bottom: 1em }
-.olchildlink { margin-top: 1em; margin-bottom: 1em }
-.linklist { margin-top: 1em; margin-bottom: 1em }
-.linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
-.sublinklist { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
-.relconcepts { margin-top: 1em; margin-bottom: 1em }
-.reltasks { margin-top: 1em; margin-bottom: 1em }
-.relref { margin-top: 1em; margin-bottom: 1em }
-.relinfo { margin-top: 1em; margin-bottom: 1em }
-.breadcrumb { font-size : smaller; margin-bottom: 1em }
-.prereq { margin-right : 20px;}
-
-/* Set heading sizes, getting smaller for deeper nesting */
-.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
-.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
-.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
-.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
-.topictitle5 { font-size: 1.17em; font-weight: bold; }
-.topictitle6 { font-size: 1.17em; font-style: italic; }
-.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
-.section { margin-top: 1em; margin-bottom: 1em }
-.example { margin-top: 1em; margin-bottom: 1em }
-
-/* All note formats have the same default presentation */
-.note { margin-top: 1em; margin-bottom : 1em;}
-.notetitle { font-weight: bold }
-.notelisttitle { font-weight: bold }
-.tip { margin-top: 1em; margin-bottom : 1em;}
-.tiptitle { font-weight: bold }
-.fastpath { margin-top: 1em; margin-bottom : 1em;}
-.fastpathtitle { font-weight: bold }
-.important { margin-top: 1em; margin-bottom : 1em;}
-.importanttitle { font-weight: bold }
-.remember { margin-top: 1em; margin-bottom : 1em;}
-.remembertitle { font-weight: bold }
-.restriction { margin-top: 1em; margin-bottom : 1em;}
-.restrictiontitle { font-weight: bold }
-.attention { margin-top: 1em; margin-bottom : 1em;}
-.attentiontitle { font-weight: bold }
-.dangertitle { font-weight: bold }
-.danger { margin-top: 1em; margin-bottom : 1em;}
-.cautiontitle { font-weight: bold }
-.caution { font-weight: bold; margin-bottom : 1em; }
-
-/* Simple lists do not get a bullet */
-ul.simple { list-style-type: none }
-
-/* Used on the first column of a table, when rowheader="firstcol" is used */
-.firstcol { font-weight : bold;}
-
-/* Various basic phrase styles */
-.bold { font-weight: bold; }
-.boldItalic { font-weight: bold; font-style: italic; }
-.italic { font-style: italic; }
-.underlined { text-decoration: underline; }
-.uicontrol { font-weight: bold; }
-.parmname { font-weight: bold; }
-.kwd { font-weight: bold; }
-.defkwd { font-weight: bold; text-decoration: underline; }
-.var { font-style : italic;}
-.shortcut { text-decoration: underline; }
-
-/* Default of bold for definition list terms */
-.dlterm { font-weight: bold; }
-
-/* Use CSS to expand lists with @compact="no" */
-.dltermexpand { font-weight: bold; margin-top: 1em; }
-*[compact="yes"]>li { margin-top: 0em;}
-*[compact="no"]>li { margin-top: .53em;}
-.liexpand { margin-top: 1em; margin-bottom: 1em }
-.sliexpand { margin-top: 1em; margin-bottom: 1em }
-.dlexpand { margin-top: 1em; margin-bottom: 1em }
-.ddexpand { margin-top: 1em; margin-bottom: 1em }
-.stepexpand { margin-top: 1em; margin-bottom: 1em }
-.substepexpand { margin-top: 1em; margin-bottom: 1em }
-
-/* Align images based on @align on topic/image */
-div.imageleft { text-align: left }
-div.imagecenter { text-align: center }
-div.imageright { text-align: right }
-div.imagejustify { text-align: justify }
-
-pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
-
-
+/*
+ | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
+ */
+ 
+.unresolved { background-color: skyblue; }
+.noTemplate { background-color: yellow; }
+
+.base { background-color: #ffffff; }
+
+/* Add space for top level topics */
+.nested0 { margin-top : 1em;}
+
+/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
+.p {margin-top: 1em}
+
+/* Default of italics to set apart figure captions */
+.figcap { font-style: italic }
+.figdesc { font-style: normal }
+
+/* Use @frame to create frames on figures */
+.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
+.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
+.figbottom { border-bottom : 2px solid; border-color : Silver;}
+.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
+
+/* Most link groups are created with <div>. Ensure they have space before and after. */
+.ullinks { list-style-type: none }
+.ulchildlink { margin-top: 1em; margin-bottom: 1em }
+.olchildlink { margin-top: 1em; margin-bottom: 1em }
+.linklist { margin-top: 1em; margin-bottom: 1em }
+.linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
+.sublinklist { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em  }
+.relconcepts { margin-top: 1em; margin-bottom: 1em }
+.reltasks { margin-top: 1em; margin-bottom: 1em }
+.relref { margin-top: 1em; margin-bottom: 1em }
+.relinfo { margin-top: 1em; margin-bottom: 1em }
+.breadcrumb { font-size : smaller; margin-bottom: 1em }
+.prereq { margin-right : 20px;}
+
+/* Set heading sizes, getting smaller for deeper nesting */
+.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
+.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
+.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
+.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
+.topictitle5 { font-size: 1.17em; font-weight: bold; }
+.topictitle6 { font-size: 1.17em; font-style: italic; }
+.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
+.section { margin-top: 1em; margin-bottom: 1em }
+.example { margin-top: 1em; margin-bottom: 1em }
+
+/* All note formats have the same default presentation */
+.note { margin-top: 1em; margin-bottom : 1em;}
+.notetitle { font-weight: bold }
+.notelisttitle { font-weight: bold }
+.tip { margin-top: 1em; margin-bottom : 1em;}
+.tiptitle { font-weight: bold }
+.fastpath { margin-top: 1em; margin-bottom : 1em;}
+.fastpathtitle { font-weight: bold }
+.important { margin-top: 1em; margin-bottom : 1em;}
+.importanttitle { font-weight: bold }
+.remember { margin-top: 1em; margin-bottom : 1em;}
+.remembertitle { font-weight: bold }
+.restriction { margin-top: 1em; margin-bottom : 1em;}
+.restrictiontitle { font-weight: bold }
+.attention { margin-top: 1em; margin-bottom : 1em;}
+.attentiontitle { font-weight: bold }
+.dangertitle { font-weight: bold }
+.danger { margin-top: 1em; margin-bottom : 1em;}
+.cautiontitle { font-weight: bold }
+.caution { font-weight: bold; margin-bottom : 1em; }
+
+/* Simple lists do not get a bullet */
+ul.simple { list-style-type: none }
+
+/* Used on the first column of a table, when rowheader="firstcol" is used */
+.firstcol { font-weight : bold;}
+
+/* Various basic phrase styles */
+.bold { font-weight: bold; }
+.boldItalic { font-weight: bold; font-style: italic; }
+.italic { font-style: italic; }
+.underlined { text-decoration: underline; }
+.uicontrol { font-weight: bold; }
+.parmname { font-weight: bold; }
+.kwd { font-weight: bold; }
+.defkwd { font-weight: bold; text-decoration: underline; }
+.var { font-style : italic;}
+.shortcut { text-decoration: underline; }
+
+/* Default of bold for definition list terms */
+.dlterm { font-weight: bold; }
+
+/* Use CSS to expand lists with @compact="no" */
+.dltermexpand { font-weight: bold; margin-top: 1em; }
+*[compact="yes"]>li { margin-top: 0em;}
+*[compact="no"]>li { margin-top: .53em;}
+.liexpand { margin-top: 1em; margin-bottom: 1em }
+.sliexpand { margin-top: 1em; margin-bottom: 1em }
+.dlexpand { margin-top: 1em; margin-bottom: 1em }
+.ddexpand { margin-top: 1em; margin-bottom: 1em }
+.stepexpand { margin-top: 1em; margin-bottom: 1em }
+.substepexpand { margin-top: 1em; margin-bottom: 1em }
+
+/* Align images based on @align on topic/image */
+div.imageleft { text-align: left }
+div.imagecenter { text-align: center }
+div.imageright { text-align: right }
+div.imagejustify { text-align: justify }
+
+pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
+
+

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/commonrtl.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavbclobnot.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavccns.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavgcasyn.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavsaverel.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavsaverules.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavsavesetroll.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjavstateautogen.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjdbc12657.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefjdbc25142.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefmpref1002477.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefmpref11181.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefmpref23223.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefmpref23947.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlbuiltinsystemfunctions.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlbuiltinsystemprocedures.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj1003454.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj1004091.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj18919.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj21305.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj22771.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj23296.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj28138.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj29911.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj31068.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj34834.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj35312.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj39374.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj41507.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj80721.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqlj95081.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/crefsqljrenamestatements.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/refconrefs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/refderby.fo
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefaltertablecompress.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi1003363.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi1005026.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi10613.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi19690.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi24806.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefapi33761.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib10035.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib15290.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib16471.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib17246.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib24612.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib26867.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib34183.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib42100.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib42686.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib56769.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib60346.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib72457.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefattrib88843.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbackupdbproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefblob.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltbigint.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltchar.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltdouble.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltinteger.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltsmallint.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefbuiltvarchar.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcallprocedure.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcasenullif.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcheckpointdbproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefclob.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcolumnname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefconstraintname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcopyright.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcorrelationname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcreatefrom.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcreatefunctionstatement.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcreateprocedurestatement.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcrsrgpc1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcurrentisolation.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefcursorname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdatefunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdayfunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdbmlimits.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdeclaretemptable.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdmdfns1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdmrs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdropfunctionstatement.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdropprocedurestatement.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefdttlimits.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefexcept16677.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefexcept71493.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefexportproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefexportselectionproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rreffreezedbproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefgetdbpropfunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefgpc1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefhourfunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefidentityvallocal.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefidlengthlimits.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefimportdataproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefimportproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefindexname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavcallstatout.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavciro.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavcsro.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavcsti.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavsaverestrict.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavsqlprst.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjavsqlrssc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc1020262.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc10889.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc12124.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc15905.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc16643.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc20377.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc20485.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc23502.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc27433.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc27734.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc27768.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc28456.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc29874.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc30469.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc32052.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc32593.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc34565.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc34954.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc37244.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc37352.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc38274.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc40794.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc41784.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc52637.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc59162.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc66688.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc70824.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc71949.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc75719.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc77156.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc80004.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc87220.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc88908.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc96386.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbc99392.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcdatabasemetadata30.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcjavasqlconnection30.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcjavasqlpreparedstatement30.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcjavasqlsavepoint.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcjavasqlstatement30.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcjsr169.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjdbcparametermetadata30.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta1003392.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta1003415.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta1003463.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta16677.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta18596.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta51021.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefjta94396.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefkeywords29722.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rreflicense.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rreflimits.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefminutefunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefmonthfunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefnewtablename.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefnumericlimits.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefpgc1.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefproceduresinplacecompress.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefrauthid.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefrestorefrom.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefrollforward.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefscalarsubquery.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefschemaname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsecondfunc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefselectexpression.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsetdbpropproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsetstatstimingproc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsimplecolumnname.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs12085.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs12813.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs13420.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs22441.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs23241.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs24045.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs24269.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs26665.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs28114.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs33768.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs33921.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs38369.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs39391.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs40972.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabs79888.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsistabslilanguageitemsysstatistics.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefso2.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsql9241891.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj1055824.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj10696.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj1080779.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj1080962.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj1082953.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj1083019.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj11277.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj12362.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj13083.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj13590.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj13658.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj13733.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj14122.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj14854.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj15147.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj15260.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj15309.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj15446.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj15866.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj16095.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj16221.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj16357.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj16762.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj18730.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj18922.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj19433.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj20204.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj20937.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj21571.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj21583.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj21908.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj23075.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj24513.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj25228.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj26498.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj27281.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj27620.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj27767.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj27781.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj28468.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/db/content/derby/docs/10.9/pt_BR/ref/rrefsqlj29026.html
------------------------------------------------------------------------------
    svn:eol-style = native