You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2014/02/05 20:29:45 UTC

svn commit: r1564891 [12/39] - in /juddi/cms-site/trunk/content/docs/3.2: ./ juddi-client-guide/ juddi-client-guide/html/ juddi-client-guide/html/css/ juddi-client-guide/html/images/ juddi-client-guide/html/images/community/ juddi-client-guide/html/ima...

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/documentation.css
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/documentation.css?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/documentation.css (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/documentation.css Wed Feb  5 19:29:33 2014
@@ -0,0 +1,551 @@
+/* Lists */
+
+ol li, ul li {
+    padding-left:.2em;
+    padding-bottom:.5em;
+    margin:0em;
+}
+
+ul {
+    padding-left:1.6em;
+    list-style-image:url(../images/community/dot.png);
+    list-style-type:circle;
+}
+
+ul ul {
+    list-style-image:url(../images/community/dot2.png);
+    list-style-type:circle;
+}
+
+dt {
+    font-weight:bold;
+    margin-bottom:0em;
+    padding-bottom:0em;
+}
+
+dd {
+    margin:0em;
+    margin-left:2em;
+    padding-top:0em;
+}
+
+li p:first-child, dd p:first-child {
+    padding:0em;
+    margin-top:.3em;
+}
+
+.variablelist, .itemizedlist {margin-top:.6em;}
+
+ul li p:first-child {margin:0em;}
+
+/* Images */
+
+img {
+    display:block;
+    margin:2em 0;
+}
+
+.inlinemediaobject, .inlinemediaobject img {
+    display:inline !important;
+    margin:0em;
+}
+
+.programlisting a img, pre a img, td a img, td img {
+    display:inline;
+    margin:0 0;
+}
+
+/* Needed for Safari */
+
+pre a span img, pre span img {
+    display:inline;
+    margin:0 0;
+}
+
+span.co {
+    position:absolute;
+    left:900px
+}
+
+/* Document modes */
+
+.confidential {
+    background-color:#900;
+    color:white;
+    padding:.5em .5em;
+    font-family:serif;
+    text-transform:uppercase;
+    text-align:center
+}
+
+dt a {font-weight:normal;}
+
+.longdesc-link {display:none;}
+
+.prompt {
+    background-color:#ede7c8;
+    padding:0em .3em;
+}
+
+/* User interface styles */
+
+.screen .replaceable {color:#444;}
+
+.screen {
+    background-color:#ede7c8;
+    color:#333;
+    padding:.5em 1em;
+    margin:0em;
+}
+
+pre, code, .guibutton, .keycap, .guilabel {
+    font-size:0.9em;
+    font-family: courrier, monospace;
+}
+
+.guibutton, .keycap, .guilabel {
+    font-weight:bold;
+    white-space:nowrap;
+    color:#444;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+}
+
+.guibutton, .guilabel {}
+
+.keycap {padding:.1em.4em;}
+
+.example {
+    background-color:#c8c5ac;
+    padding:5px;
+    margin-bottom:10px;
+}
+
+/* Terminal/Console text */
+
+.command, .computeroutput, .filename, .citetitle, .replaceable, .option {font-weight:bold;}
+
+.command .replaceable {color:#555;}
+
+pre {
+    display:block;
+    background-color:#f9f3b0;
+    color:#333;
+    overflow:auto;
+    padding:10px 20px;
+}
+
+code {white-space:nowrap;}
+
+/* Admonitions */
+
+/* Set basic colors and spacing */
+
+div.note {
+    background:#b5bcbd;
+    color:#4c5253;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.tip {
+    background:#7e917f;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.important {
+    background:#4a5d75;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.caution {
+    background:#e3a835;
+    color:#533500;
+    border:1px solid #ab710a; 
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.warning {
+    background:#7b1e1e;
+    color:white;
+    border:1px solid #65504e;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+/* Pre tag color settings */
+
+div.note pre {
+    background-color:#d6dee0;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.tip pre {
+    background-color:#d5e1d5;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.important pre {
+    background-color:#e1eef4;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.caution pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.warning pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+/* Background images and margin */
+
+div.note, div.tip, div.important, div.caution, div.warning {margin-top:.5em;}
+
+div.note {background-image:url(../images/community/docbook/note.png);}
+div.tip {background-image:url(../images/community/docbook/tip.png);}
+div.important {background-image:url(../images/community/docbook/important.png);}
+div.caution {background-image:url(../images/community/docbook/caution.png);}
+div.warning {background-image:url(../images/community/docbook/warning.png);}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable {color:#e3dcc0;}
+
+pre .replaceable, tt .replaceable {color:#444 !important;}
+
+div.note h2, div.tip h2, div.important h2, div.caution h2, div.warning h2 {
+    height:32px;
+    font-size:1.3em;
+}
+
+div.note h2 {color:#4c5253;}
+div.tip h2 {color:white;}
+div.important h2 {color:white;}
+div.caution h2 {color:#533500;}
+div.warning h2 {color:white;}
+
+div.note .guilabel, div.tip .guilabel, div.important .guilabel, div.caution .guilabel, div.warning .guilabel {color:white !important;}
+
+div.note li, div.tip li, div.caution li, div.warning li, div.important li {
+	padding-left:10px;
+	margin:0em;
+}
+	
+div.note ul, div.tip ul, div.caution ul, div.warning ul, div.important ul {
+	padding-left:40px;
+	margin:0em;
+}
+
+div.note pre pre a:visited, div.tip pre pre a:visited, div.important pre pre a:visited, div.caution pre pre a:visited, div.warning pre pre a:visited,
+div.note pre a:link, div.tip pre a:link, div.important pre a:link, div.caution pre a:link, div.warning pre a:link {color:#0066cc !important;}
+
+div.note a:visited, div.tip a:visited, div.important a:visited, div.warning a:visited,
+div.note a:link, div.tip a:link, div.important a:link,  div.warning a:link {color:#f7f2d0;}
+	
+div.note a:visited, div.note a:link, div.caution a:link, div.caution a:visited {color:#0066cc;}
+
+/* Admonition icons spacing */
+
+div.note h2, div.note p, div.tip h2, div.tip p, div.caution h2, div.caution p, div.warning h2, div.warning p, div.important h2, div.important p {
+    padding:0em;
+    margin:0em;
+    padding-left:56px;
+}
+
+/* Page Title */
+
+#title {
+    padding:0px;
+    margin:0px;
+}
+
+#title strong {display:none;}
+
+#title a.site_href {
+    display:block;
+    height:89px;
+    width:310px;
+    float:left;
+    background:url(../images/community/jbossorglogo.png) top left no-repeat;
+}
+
+#title a.doc_href {
+    display:block;
+    height:89px;
+    background:transparent url(../images/community/community_doc.png) top right no-repeat;
+}
+
+/* Table */
+
+table {
+    border:1px solid #aaa;
+    width:100%;
+    border-collapse:collapse;
+}
+
+table th {
+    text-align:left;
+    background-color:#4A5D75;
+    padding:.3em .5em;
+    color:white;
+}
+
+table td {padding:.15em .5em;}
+
+table tr.even td {background-color:#f5f5f5;}
+
+table th p:first-child, table td p:first-child, table li p:first-child {
+    margin-top:0em;
+    padding-top:0em;
+    display:inline;
+}
+
+th, td {border-style:none;}
+
+table table td {
+    border-bottom:1px dotted #aaa !important;
+    background-color:white;
+    padding:.6em 0em;
+}
+
+table table {
+    border:1px solid white !important;
+    font-size:.9em;
+}
+
+td.remarkval {
+    font-size:.9em;
+    color:#444;
+}
+
+.defaultval {font-size:.8em}
+
+td.typeval {font-size:.8em}
+
+td.fieldval {
+    font-weight:bold;
+    font-size:.9em;
+}
+
+th.dbkey {font-size:.9em;}
+
+.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
+    color:white;
+    font-weight:bold;
+    background-color:#999;
+    font-size:0.9em;
+    width:120px;
+}
+
+td.remarkval {width:230px;}
+
+td.tname {
+    font-weight:bold;
+    font-size:1.1em;
+}
+
+h5 {font-size:9pt;}
+h6 {font-size:10pt;}
+
+th.dbfield {width:120px;}
+th.dbtype {width:70px;}
+th.dbdefault {width:70px;}
+th.dbnul {width:70px;}
+th.dbkey {width:70px;}
+
+span.book {
+    margin-top:4em;
+    display:block;
+}
+
+span.chapter {
+    display:block;
+    margin-top:0.5em;
+}
+
+/* Breadcrumbs */
+
+#breadcrumbs ul li.first:before {content:" ";}
+
+#breadcrumbs {
+    color:#900;
+    padding:3px;
+    margin-bottom:25px;
+}
+
+#breadcrumbs ul {
+    margin-left:0;
+    padding-left:0;
+    display:inline;
+    border:none;
+}
+
+#breadcrumbs ul li {
+    margin-left:0;
+    padding-left:2px;
+    border:none;
+    list-style:none;
+    display:inline;
+}
+
+#breadcrumbs ul li:before {
+    content:"\0020 \0020 \0020 \00BB \0020";
+    color:#333;
+}
+
+/* Status */
+
+.alpha1 {background:white url(../images/community/watermark-alpha1.png) top left repeat;}
+.alpha2 {background:white url(../images/community/watermark-alpha2.png) top left repeat;}
+.beta1 {background:white url(../images/community/watermark-beta1.png) top left repeat;}
+.beta2 {background:white url(../images/community/watermark-beta2.png) top left repeat;}
+.pre-release-candidate {background:white url(../images/community/watermark-pre-release-candidate.png) top left repeat;}
+.release-candidate {background:white url(../images/community/watermark-release-candidate.png) top left repeat;}
+
+/* Index */
+
+.glossary h3, .index h3 {
+    font-size:2em;
+    color:#aaa;
+    margin:0em;
+}
+
+.indexdiv {margin-bottom:1em;}
+
+.glossary dt, .index dt {
+    font-size:.9em;
+    color:#444;
+    padding-top:.5em;
+}
+
+.glossary dl dl dt, .index dl dl dt {
+    font-size:.85em;
+    color:#777;
+    line-height:1.2em;
+    font-weight:normal;
+    padding-top:0em;
+}
+
+.index dl dl dt:before {
+    content:"- ";
+    color:#ccc;
+}
+
+/* Changes */
+
+.footnotes {}
+
+.footnote {
+    padding:.2em 1em;
+    background-color:#c8c5ac;
+    font-size:.9em;
+    margin:0em;
+    margin-bottom:.5em;
+    color:#222;
+}
+
+table .footnote {margin:1em .5em;}
+
+sup {
+    padding:0em .3em;
+    padding-left:0em;
+}
+
+.footnote {position:relative;}
+
+.footnote sup {
+    color:#e3dcc0;
+    font-size:1.8em;
+    position:absolute;
+    left:.4em;
+}
+
+.footnote sup a:link, .footnote sup a:visited {
+    color:#92917d;
+    text-decoration:none;
+}
+
+.footnote:hover sup a {
+    color:#fff;
+    text-decoration:none;
+}
+
+.footnote p {padding-left:5em;}
+
+.footnote a:link, .footnote a:visited {color:#00537c;}
+
+.footnote a:hover {color:white;}
+
+li p:first-child {
+    margin:0em !important;
+    padding:0em !important;
+}
+
+div.chapter, div.section {padding-top:2em;}
+
+.revhistory {}
+
+pre .replaceable, pre .keycap {color:white;}
+
+pre {
+  font-family: courrier, monospace;
+  background-color:#F5F5F5;
+  border:1px solid #CCCCCC;
+  padding:5px 15px 5px 25px;
+}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable,
+div.note .keycap, div.tip .keycap, div.important .keycap, div.caution .keycap, div.warning .keycap {color:white;}
+
+div.abstract {font-size:larger;}
+
+.authorgroup {}
+
+.authorgroup h4 {
+    padding:0em;
+    margin:0em;
+    margin-top:1em;
+}
+
+.author, .editor, .translator, .othercredit {display:block;}
+
+/* Simpler author style on contents page */
+
+.authorgroup div {
+	margin-left:10px;
+	margin-right:10px;
+	margin-bottom:15px;
+}
+
+ul li p:last-child {
+    margin-bottom:0em;
+    padding-bottom:0em;
+}

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/documentation.css
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/extensions.css
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/extensions.css?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/extensions.css (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/extensions.css Wed Feb  5 19:29:33 2014
@@ -0,0 +1,7 @@
+/* Firefox */
+
+pre {-moz-border-radius:11px;}
+
+.example {-moz-border-radius:15px;}
+
+div.note, div.tip, div.important, div.caution, div.warning {-moz-border-radius:11px;}

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/extensions.css
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/jbossorg.css
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/jbossorg.css?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/jbossorg.css (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/jbossorg.css Wed Feb  5 19:29:33 2014
@@ -0,0 +1,80 @@
+@import url("documentation.css");
+@import url("docnav.css");
+@import url("reports.css");
+@import url("extensions.css");
+@import url("codehighlight.css");
+
+body {
+    background-image:url(../images/community/bkg_gradient.gif);
+    background-repeat:repeat-x;
+    margin:0 auto;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+    font-size:12px;
+    max-width:55em;
+    padding:0em 2em;
+    color:#333;
+    line-height:150%;
+    text-align:justify;
+}
+
+/* Links */
+
+a:link {color:#0066cc;}
+
+a:visited {color:#6699cc;}
+
+div.longdesc-link {
+    float:right;
+    color:#999;
+}
+
+/* Headings */
+
+h1, h2, h3, h4, h5, h6 {
+    color:#4a5d75;
+    line-height:130%;
+    margin-top:0em;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+    background-color:transparent;
+}
+
+h1 {
+    background-image:url(../images/community/title_hdr.png);
+    background-repeat:no-repeat;
+    border-top:1px dotted #CCCCCC;
+    line-height:1.2em;
+    color:#182737;
+    font-size:2em;
+    padding:1.5em;
+}
+
+h2 {font-size:1.6em;}
+
+h3 {
+    font-size:1.3em;
+    padding-top:0em;
+    padding-bottom:0em;
+}
+
+h4 {
+    font-size:1.1em;
+    padding-top:0em;
+    padding-bottom:0em;
+}
+
+h5.formalpara {
+    font-size:1em;
+    margin-top:2em;
+    margin-bottom:.8em;
+}
+
+/* Element rules */
+
+hr {
+    border-collapse:collapse;
+    border-style:none;
+    border-top:1px dotted #ccc;
+    width:100% !important;
+}
+
+sup {color:#999;}

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/jbossorg.css
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/reports.css
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/reports.css?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/reports.css (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/reports.css Wed Feb  5 19:29:33 2014
@@ -0,0 +1,231 @@
+/* Reports */
+
+.reports ul.locale {list-style:none;}
+
+.reports ul {
+    padding:0em;
+    margin:0em;
+}
+
+.reports ul.locale li {
+    font-size:small;
+    color:#000;
+    display:block;
+    border:1px solid #eee;
+    float:left;
+    padding-right:2em;
+    margin-right:1em;
+    margin-bottom:1em;
+}
+
+.reports ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.1em;
+    padding-bottom:.5em;
+}
+
+.reports ul.locale strong {
+    display:block;
+    margin:0em;
+    padding:0em;
+    margin-bottom:-2.2em;
+}
+
+.reports ul.locale span.value {
+    display:block;
+    position:relative;
+    text-align:right;
+    margin-right:-1.5em;
+    font-size:1.0em;
+    color:#444;
+}
+
+.reports ul.locale li {
+    width:12em;
+    display:block;
+    float:left;
+    margin:0em;
+    clear:none;
+}
+
+.reports ul.locale li div.progress {
+    font-size:1em;
+    width:13.2em;
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+.reports h2 {
+    font-size:1em;
+    margin:0em;
+}
+
+.reports li {}
+
+.reports li:hover {
+    background-color:#666;
+    border-color:#444 !important;
+    color:white !important;
+}
+
+.reports li:hover strong, .reports li:hover h2, .reports li:hover a, .reports li:hover span.value {color:white;}
+
+/* Uniform */
+
+body.results, body.reports {
+    max-width:57em !important;
+    padding:0em !important;
+}
+
+/* Progress Bar */
+
+div.progress {
+    display:block;
+    float:left;
+    width:16em;
+    background:#c00 url(../images/community/shine.png) top left repeat-x;
+    height:1em;
+}
+
+div.progress span {
+    height:1em;
+    float:left;
+}
+
+div.progress span.translated {background:#6c3 url(../images/community/shine.png) top left repeat-x;}
+div.progress span.fuzzy {background:#ff9f00 url(../images/community/shine.png) top left repeat-x;}
+
+/* Results */
+
+.results ul.locale {
+    list-style:none;
+    padding:0em;
+    margin:0em;
+}
+
+.results .pofile {
+    padding:0em !important;
+    margin:0em;
+}
+
+.results ul.locale li {
+    border-top:1px solid #eee;
+    padding:0em;
+    margin:0em;
+    padding-left:32px;
+}
+
+.results ul.locale .pofile {
+    font-size:1.2em;
+    display:block;
+    width:100%;
+    color:#444;
+    padding:0em;
+    margin:0em;
+}
+
+.results span.value {color:#888;}
+
+.results strong {font-weight:normal;}
+
+.results .home a {
+    display:block;
+    margin:0 auto;
+    width:5em;
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding:5px;
+    padding-left:28px;
+    font-size:1.2em;
+}
+
+.results ul.locale li:hover, .results ul.locale li:hover span.pofile, .results ul.locale li:hover strong, .results ul.locale li:hover span.value {
+    background-color:#666 !important;
+    color:white;
+}
+
+ul.locale {list-style:none;}
+
+ul.locale li.total {
+    font-size:small;
+    color:#777;
+    width:31em;
+    display:block;
+    float:left;
+    margin-right:2em;
+    clear:none !important;
+}
+
+ul.locale li {
+    clear:both;
+    font-size:small;
+    color:#777;
+    display:block;
+}
+
+ul.locale strong, span.value {
+    font-weight:normal;
+    color:#888;
+    font-size:.7em;
+}
+
+ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.2em;
+}
+
+ul.locale li.total div.progress {
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+ul.locale li {width:100%;}
+
+ul.locale li div.progress {
+    float:left;
+    position:relative;
+    left:30.5em;
+    top:-2em;
+    margin:0em;
+    margin-bottom:-3em;
+}
+
+li.total {padding:0em !important;}
+
+li.total {
+    float:right;
+    max-width:16em;
+    padding:.5em;
+    margin:0 auto;
+    padding-top:.5em;
+    background-color:#f7f2d0;
+    font-size:1.3em !important;
+    color:#ccc !important;
+    margin-bottom:1em;
+    min-height:9.5em;
+}
+
+li.total .value {
+    color:#444;
+    font-size:.8em;
+}
+
+li.total strong {
+    display:block;
+    color:black;
+    font-weight:bold;
+}
+
+li.total span.value {
+    position:relative;
+    display:block;
+    top:-1.25em;
+    text-align:right;
+}
+
+.pofile {position:relative;}

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/css/reports.css
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-add_publisher.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-add_publisher.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-add_publisher.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-add_publisher.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-authToken_SoapUI.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-authToken_SoapUI.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-authToken_SoapUI.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-authToken_SoapUI.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_business.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_business.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_business.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_business.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_keygenerator.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_keygenerator.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_keygenerator.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-create_keygenerator.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-form_login.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-form_login.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-form_login.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-form_login.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-happy_juddi.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-happy_juddi.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-happy_juddi.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-happy_juddi.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_admin.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_admin.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_admin.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_admin.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_welcome.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_welcome.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_welcome.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-jUDDI_welcome.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-juddi_services.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-juddi_services.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-juddi_services.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/GettingStarted-juddi_services.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_Registry_invocation_pattern.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_Registry_invocation_pattern.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_Registry_invocation_pattern.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_Registry_invocation_pattern.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_services_overview.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_services_overview.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_services_overview.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/UDDI_services_overview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/a_bothup_b_sales_down.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/a_bothup_b_sales_down.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/a_bothup_b_sales_down.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/a_bothup_b_sales_down.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/bkg_gradient.gif
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/bkg_gradient.gif?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/bkg_gradient.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/bkg_gradient.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/community_doc.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/community_doc.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/community_doc.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/community_doc.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.svg
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.svg?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.svg (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.svg Wed Feb  5 19:29:33 2014
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.625 17 17" enable-background="new -0.75 -0.625 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.859" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.68 5.102,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.547 5.273,15.344 5.105,15.344 0.375,11.68 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.414 5.445,15.344 5.273,15.344 0.375,11.547 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,11.281 5.617,15.344 5.445,15.344 0.375,11.414 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,11.148 5.789,15.344 5.617,15.344 0.375,11.281 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,11.016 5.961,15.344 5.789,15.344 0.375,11.148 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,10.883 6.129,15.344 5.961,15.344 0.375,11.016 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,10.75 6.301,15.344 6.129,15.344 0.375,10.883 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,10.617 6.473,15.344 6.301,15.344 0.375,10.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,10.484 6.645,15.344 6.473,15.344 0.375,10.617 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,10.352 6.812,15.344 6.645,15.344 0.375,10.484 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,10.219 6.984,15.344 6.812,15.344 0.375,10.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,10.086 7.156,15.344 6.984,15.344 0.375,10.219 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,9.957 7.328,15.344 7.156,15.344 0.375,10.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,9.824 7.5,15.344 7.328,15.344 0.375,9.957 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,9.691 7.672,15.344 7.5,15.344 0.375,9.824 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,9.559 7.84,15.344 7.672,15.344 0.375,9.691 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,9.426 8.012,15.344 7.84,15.344 0.375,9.559 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,9.293 8.184,15.344 8.012,15.344 0.375,9.426 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,9.16 8.352,15.344 8.184,15.344 0.375,9.293 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,9.027 8.523,15.344 8.352,15.344 0.375,9.16 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,8.895 8.695,15.344 8.523,15.344 0.375,9.027 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,8.762 8.867,15.344 8.695,15.344 0.375,8.895 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,8.629 9.039,15.344 8.867,15.344 0.375,8.762 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,8.496 9.211,15.344 9.039,15.344 0.375,8.629 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,8.363 9.383,15.344 9.211,15.344 0.375,8.496 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,8.23 9.551,15.344 9.383,15.344 0.375,8.363 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,8.102 9.723,15.344 9.551,15.344 0.375,8.23 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,7.969 9.895,15.344 9.723,15.344 0.375,8.102 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,7.836 10.062,15.344 9.895,15.344 0.375,7.969 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,7.703 10.234,15.344 10.062,15.344 0.375,7.836 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,7.57 10.406,15.344 10.234,15.344 0.375,7.703 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,7.438 10.578,15.344 10.406,15.344 0.375,7.57 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,7.305 10.75,15.344 10.578,15.344 0.375,7.438 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,7.172 10.918,15.344 10.75,15.344 0.375,7.305 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,7.039 11.09,15.344 10.918,15.344 0.375,7.172 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,6.906 11.262,15.344 11.09,15.344 0.375,7.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,6.773 11.434,15.344 11.262,15.344 0.375,6.906 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,6.641 11.602,15.344 11.434,15.344 0.375,6.773 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,6.508 11.773,15.344 11.602,15.344 0.375,6.641 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,6.375 11.945,15.344 11.773,15.344 0.375,6.508 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,6.242 12.117,15.344 11.945,15.344 0.375,6.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,6.113 12.289,15.344 12.117,15.344 0.375,6.242 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,5.98 12.461,15.344 12.289,15.344 0.375,6.113 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,5.848 12.629,15.344 12.461,15.344 0.375,5.98 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,5.715 12.801,15.344 12.629,15.344 0.375,5.848 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,5.582 12.973,15.344 12.801,15.344 0.375,5.715 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,5.449 13.141,15.344 12.973,15.344 0.375,5.582 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,5.316 13.312,15.344 13.141,15.344 0.375,5.449 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,5.184 13.484,15.344 13.312,15.344 0.375,5.316 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,5.051 13.656,15.344 13.484,15.344 0.375,5.184 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,4.918 13.828,15.344 13.656,15.344 0.375,5.051 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,4.785 14,15.344 13.828,15.344 0.375,4.918 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,4.652 14.172,15.344 14,15.344 0.375,4.785 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,4.52 14.34,15.344 14.172,15.344 0.375,4.652 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,4.387 14.512,15.344 14.34,15.344 0.375,4.52 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,4.258 14.68,15.344 14.512,15.344 0.375,4.387 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,4.125 14.852,15.344 14.68,15.344 0.375,4.258 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,3.992 15.023,15.344 14.852,15.344 0.375,4.125 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,3.859 15.195,15.344 15.023,15.344 0.375,3.992 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,3.727 15.312,15.301 15.277,15.344 15.195,15.344 0.375,3.859 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,3.594 15.344,15.195 15.344,15.258 15.312,15.301 0.375,3.727 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,3.461 15.344,15.062 15.344,15.195 0.375,3.594 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,3.328 15.344,14.93 15.344,15.062 0.375,3.461 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,3.195 15.344,14.797 15.344,14.93 0.375,3.328 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,3.062 15.344,14.664 15.344,14.797 0.375,3.195 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,2.93 15.344,14.531 15.344,14.664 0.375,3.062 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.375,2.797 15.344,14.398 15.344,14.531 0.375,2.93 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,2.664 15.344,14.266 15.344,14.398 0.375,2.797 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,2.531 15.344,14.133 15.344,14.266 0.375,2.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,2.398 15.344,14 15.344,14.133 0.375,2.531 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,2.266 15.344,13.867 15.344,14 0.375,2.398 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,2.137 15.344,13.734 15.344,13.867 0.375,2.266 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.375,2 15.344,13.602 15.344,13.734 0.375,2.137 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.375,1.871 15.344,13.469 15.344,13.602 0.375,2 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.375,1.738 15.344,13.336 15.344,13.469 0.375,1.871 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.375,1.605 15.344,13.207 15.344,13.336 0.375,1.738 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.375,1.473 15.344,13.074 15.344,13.207 0.375,1.605 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="15.344,12.941 0.375,1.34 0.375,1.473 15.344,13.074 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="15.344,12.809 0.375,1.207 0.375,1.34 15.344,12.941 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="0.375,1.074 15.344,12.676 15.344,12.809 0.375,1.207 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="0.375,0.941 15.344,12.543 15.344,12.676 0.375,1.074 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="15.344,12.41 0.375,0.809 0.375,0.941 15.344,12.543 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="0.375,0.676 15.344,12.277 15.344,12.41 0.375,0.809 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="0.375,0.543 15.344,12.145 15.344,12.277 0.375,0.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="0.375,0.461 0.398,0.43 15.344,12.012 15.344,12.145 0.375,0.543 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="0.398,0.43 0.441,0.375 0.5,0.375 15.344,11.879 15.344,12.012 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="0.672,0.375 15.344,11.746 15.344,11.879 0.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="0.84,0.375 15.344,11.613 15.344,11.746 0.672,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="1.012,0.375 15.344,11.48 15.344,11.613 0.84,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="1.184,0.375 15.344,11.352 15.344,11.48 1.012,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="1.355,0.375 15.344,11.219 15.344,11.352 1.184,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="1.523,0.375 15.344,11.086 15.344,11.219 1.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="1.695,0.375 15.344,10.953 15.344,11.086 1.523,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="1.867,0.375 15.344,10.82 15.344,10.953 1.695,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="2.039,0.375 15.344,10.688 15.344,10.82 1.867,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="2.211,0.375 15.344,10.555 15.344,10.688 2.039,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="2.379,0.375 15.344,10.422 15.344,10.555 2.211,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="2.551,0.375 15.344,10.289 15.344,10.422 2.379,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="2.723,0.375 15.344,10.156 15.344,10.289 2.551,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="2.891,0.375 15.344,10.023 15.344,10.156 2.723,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="3.062,0.375 15.344,9.891 15.344,10.023 2.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="15.344,9.758 3.234,0.375 3.062,0.375 15.344,9.891 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="3.406,0.375 15.344,9.625 15.344,9.758 3.234,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="3.578,0.375 15.344,9.492 15.344,9.625 3.406,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="3.75,0.375 15.344,9.359 15.344,9.492 3.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="3.918,0.375 15.344,9.227 15.344,9.359 3.75,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="4.09,0.375 15.344,9.098 15.344,9.227 3.918,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="4.262,0.375 15.344,8.965 15.344,9.098 4.09,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="4.434,0.375 15.344,8.832 15.344,8.965 4.262,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="4.602,0.375 15.344,8.699 15.344,8.832 4.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="4.773,0.375 15.344,8.566 15.344,8.699 4.602,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="4.945,0.375 15.344,8.434 15.344,8.566 4.773,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="5.117,0.375 15.344,8.301 15.344,8.434 4.945,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="5.289,0.375 15.344,8.168 15.344,8.301 5.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="5.461,0.375 15.344,8.035 15.344,8.168 5.289,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="15.344,7.902 5.629,0.375 5.461,0.375 15.344,8.035 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="15.344,7.77 5.801,0.375 5.629,0.375 15.344,7.902 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="5.973,0.375 15.344,7.637 15.344,7.77 5.801,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.145,0.375 15.344,7.508 15.344,7.637 5.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="6.312,0.375 15.344,7.375 15.344,7.508 6.145,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="15.344,7.242 6.484,0.375 6.312,0.375 15.344,7.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="6.656,0.375 15.344,7.109 15.344,7.242 6.484,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="6.828,0.375 15.344,6.977 15.344,7.109 6.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="7,0.375 15.344,6.844 15.344,6.977 6.828,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.168,0.375 15.344,6.711 15.344,6.844 7,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.34,0.375 15.344,6.578 15.344,6.711 7.168,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="7.512,0.375 15.344,6.445 15.344,6.578 7.34,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="7.68,0.375 15.344,6.312 15.344,6.445 7.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="7.852,0.375 15.344,6.18 15.344,6.312 7.68,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.023,0.375 15.344,6.047 15.344,6.18 7.852,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="8.195,0.375 15.344,5.914 15.344,6.047 8.023,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.367,0.375 15.344,5.781 15.344,5.914 8.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="8.539,0.375 15.344,5.648 15.344,5.781 8.367,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="8.711,0.375 15.344,5.516 15.344,5.648 8.539,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="8.879,0.375 15.344,5.383 15.344,5.516 8.711,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.051,0.375 15.344,5.25 15.344,5.383 8.879,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,5.121 9.223,0.375 9.051,0.375 15.344,5.25 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.391,0.375 15.344,4.988 15.344,5.121 9.223,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.562,0.375 15.344,4.855 15.344,4.988 9.391,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.734,0.375 15.344,4.723 15.344,4.855 9.562,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.906,0.375 15.344,4.59 15.344,4.723 9.734,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.078,0.375 15.344,4.457 15.344,4.59 9.906,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="10.25,0.375 15.344,4.324 15.344,4.457 10.078,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="10.418,0.375 15.344,4.191 15.344,4.324 10.25,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.59,0.375 15.344,4.059 15.344,4.191 10.418,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="10.762,0.375 15.344,3.926 15.344,4.059 10.59,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="10.93,0.375 15.344,3.793 15.344,3.926 10.762,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="11.102,0.375 15.344,3.66 15.344,3.793 10.93,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.273,0.375 15.344,3.531 15.344,3.66 11.102,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="11.445,0.375 15.344,3.398 15.344,3.531 11.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.617,0.375 15.344,3.266 15.344,3.398 11.445,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.789,0.375 15.344,3.133 15.344,3.266 11.617,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.957,0.375 15.344,3 15.344,3.133 11.789,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.129,0.375 15.344,2.867 15.344,3 11.957,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.301,0.375 15.344,2.734 15.344,2.867 12.129,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.469,0.375 15.344,2.602 15.344,2.734 12.301,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="12.641,0.375 15.344,2.469 15.344,2.602 12.469,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.812,0.375 15.344,2.336 15.344,2.469 12.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.984,0.375 15.344,2.203 15.344,2.336 12.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.156,0.375 15.344,2.07 15.344,2.203 12.984,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.328,0.375 15.344,1.938 15.344,2.07 13.156,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,1.938 13.328,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.859c0,3.92-3.189,7.109-7.109,7.109S0.75,11.779,0.75,7.859S3.939,0.75,7.859,0.75
+	S14.969,3.939,14.969,7.859z M7.859,0C3.525,0,0,3.526,0,7.859c0,4.334,3.525,7.859,7.859,7.859s7.859-3.525,7.859-7.859
+	C15.719,3.526,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M8.799,4.274v7.601H7.754V6.474H6.005V5.715c0.483-0.011,1.716-0.044,1.991-1.441H8.799z"/>
+</svg>

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/1.svg
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.svg
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.svg?rev=1564891&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.svg (added)
+++ juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.svg Wed Feb  5 19:29:33 2014
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="16" viewBox="-0.75 -0.258 17 16" enable-background="new -0.75 -0.258 17 16" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.858" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,13.379 2.148,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,13.207 2.301,15.344 2.148,15.344 0.375,13.379 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="2.457,15.344 0.375,13.039 0.375,13.207 2.301,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,12.867 2.609,15.344 2.457,15.344 0.375,13.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,12.695 2.766,15.344 2.609,15.344 0.375,12.867 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,12.523 2.918,15.344 2.766,15.344 0.375,12.695 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,12.352 3.07,15.344 2.918,15.344 0.375,12.523 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,12.184 3.227,15.344 3.07,15.344 0.375,12.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,12.012 3.379,15.344 3.227,15.344 0.375,12.184 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,11.844 3.531,15.344 3.379,15.344 0.375,12.012 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,11.672 3.688,15.344 3.531,15.344 0.375,11.844 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,11.5 3.844,15.344 3.688,15.344 0.375,11.672 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,11.328 3.996,15.344 3.844,15.344 0.375,11.5 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,11.16 4.148,15.344 3.996,15.344 0.375,11.328 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,10.988 4.305,15.344 4.148,15.344 0.375,11.16 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,10.816 4.457,15.344 4.305,15.344 0.375,10.988 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="4.613,15.344 0.375,10.648 0.375,10.816 4.457,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,10.477 4.766,15.344 4.613,15.344 0.375,10.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,10.305 4.922,15.344 4.766,15.344 0.375,10.477 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,10.133 5.074,15.344 4.922,15.344 0.375,10.305 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,9.965 5.227,15.344 5.074,15.344 0.375,10.133 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,9.797 5.383,15.344 5.227,15.344 0.375,9.965 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,9.625 5.535,15.344 5.383,15.344 0.375,9.797 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,9.453 5.691,15.344 5.535,15.344 0.375,9.625 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="5.844,15.344 0.375,9.281 0.375,9.453 5.691,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,9.109 6,15.344 5.844,15.344 0.375,9.281 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,8.941 6.152,15.344 6,15.344 0.375,9.109 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="6.305,15.344 0.375,8.77 0.375,8.941 6.152,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="6.461,15.344 0.375,8.602 0.375,8.77 6.305,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,8.43 6.613,15.344 6.461,15.344 0.375,8.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,8.258 6.77,15.344 6.613,15.344 0.375,8.43 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,8.086 6.922,15.344 6.77,15.344 0.375,8.258 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,7.914 7.078,15.344 6.922,15.344 0.375,8.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,7.746 7.23,15.344 7.078,15.344 0.375,7.914 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,7.574 7.383,15.344 7.23,15.344 0.375,7.746 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,7.406 7.539,15.344 7.383,15.344 0.375,7.574 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,7.234 7.691,15.344 7.539,15.344 0.375,7.406 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,7.062 7.848,15.344 7.691,15.344 0.375,7.234 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,6.891 8,15.344 7.848,15.344 0.375,7.062 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,6.723 8.156,15.344 8,15.344 0.375,6.891 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="8.309,15.344 0.375,6.551 0.375,6.723 8.156,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,6.383 8.461,15.344 8.309,15.344 0.375,6.551 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,6.211 8.617,15.344 8.461,15.344 0.375,6.383 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,6.039 8.77,15.344 8.617,15.344 0.375,6.211 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,5.867 8.926,15.344 8.77,15.344 0.375,6.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,5.695 9.078,15.344 8.926,15.344 0.375,5.867 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,5.527 9.234,15.344 9.078,15.344 0.375,5.695 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="9.387,15.344 0.375,5.355 0.375,5.527 9.234,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,5.188 9.539,15.344 9.387,15.344 0.375,5.355 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,5.016 9.695,15.344 9.539,15.344 0.375,5.188 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,4.844 9.848,15.344 9.695,15.344 0.375,5.016 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,4.676 10,15.344 9.848,15.344 0.375,4.844 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,4.504 10.156,15.344 10,15.344 0.375,4.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,4.332 10.312,15.344 10.156,15.344 0.375,4.504 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="10.465,15.344 0.375,4.164 0.375,4.332 10.312,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,3.992 10.617,15.344 10.465,15.344 0.375,4.164 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="10.773,15.344 0.375,3.82 0.375,3.992 10.617,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,3.648 10.926,15.344 10.773,15.344 0.375,3.82 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,3.477 11.082,15.344 10.926,15.344 0.375,3.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,3.309 11.234,15.344 11.082,15.344 0.375,3.477 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,3.137 11.391,15.344 11.234,15.344 0.375,3.309 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,2.969 11.543,15.344 11.391,15.344 0.375,3.137 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,2.797 11.695,15.344 11.543,15.344 0.375,2.969 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="11.852,15.344 0.375,2.625 0.375,2.797 11.695,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,2.453 12.004,15.344 11.852,15.344 0.375,2.625 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,2.285 12.156,15.344 12.004,15.344 0.375,2.453 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,2.113 12.312,15.344 12.156,15.344 0.375,2.285 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="12.469,15.344 0.375,1.941 0.375,2.113 12.312,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,1.773 12.621,15.344 12.469,15.344 0.375,1.941 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,1.602 12.773,15.344 12.621,15.344 0.375,1.773 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,1.43 12.93,15.344 12.773,15.344 0.375,1.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,1.262 13.082,15.344 12.93,15.344 0.375,1.43 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,1.09 13.238,15.344 13.082,15.344 0.375,1.262 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.375,0.918 13.391,15.344 13.238,15.344 0.375,1.09 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.375,0.75 13.547,15.344 13.391,15.344 0.375,0.918 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.375,0.703 0.438,0.648 13.699,15.344 13.547,15.344 0.375,0.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.438,0.648 0.523,0.57 13.852,15.344 13.699,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.523,0.57 0.609,0.492 14.008,15.344 13.852,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="0.609,0.492 0.691,0.418 14.16,15.344 14.008,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="0.691,0.418 0.738,0.375 0.809,0.375 14.312,15.344 14.16,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="0.961,0.375 14.469,15.344 14.312,15.344 0.809,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="1.117,0.375 14.625,15.344 14.469,15.344 0.961,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="1.27,0.375 14.777,15.344 14.625,15.344 1.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="1.426,0.375 14.93,15.344 14.777,15.344 1.27,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="1.578,0.375 15.039,15.289 14.98,15.344 14.93,15.344 1.426,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="1.734,0.375 15.125,15.215 15.039,15.289 1.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="1.887,0.375 15.207,15.137 15.125,15.215 1.734,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="15.207,15.137 15.293,15.062 2.039,0.375 1.887,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="2.195,0.375 15.344,14.945 15.344,15.016 15.293,15.062 2.039,0.375 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="2.348,0.375 15.344,14.777 15.344,14.945 2.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="2.5,0.375 15.344,14.605 15.344,14.777 2.348,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="2.656,0.375 15.344,14.434 15.344,14.605 2.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="2.812,0.375 15.344,14.266 15.344,14.434 2.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="2.965,0.375 15.344,14.094 15.344,14.266 2.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.117,0.375 15.344,13.922 15.344,14.094 2.965,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="3.273,0.375 15.344,13.75 15.344,13.922 3.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="15.344,13.582 3.426,0.375 3.273,0.375 15.344,13.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="3.582,0.375 15.344,13.41 15.344,13.582 3.426,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="3.734,0.375 15.344,13.238 15.344,13.41 3.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="15.344,13.07 3.891,0.375 3.734,0.375 15.344,13.238 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.043,0.375 15.344,12.898 15.344,13.07 3.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="15.344,12.727 4.195,0.375 4.043,0.375 15.344,12.898 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="4.352,0.375 15.344,12.559 15.344,12.727 4.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="4.504,0.375 15.344,12.387 15.344,12.559 4.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.656,0.375 15.344,12.219 15.344,12.387 4.504,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.812,0.375 15.344,12.047 15.344,12.219 4.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="4.969,0.375 15.344,11.875 15.344,12.047 4.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="5.121,0.375 15.344,11.703 15.344,11.875 4.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="5.273,0.375 15.344,11.531 15.344,11.703 5.121,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="5.43,0.375 15.344,11.363 15.344,11.531 5.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="5.582,0.375 15.344,11.191 15.344,11.363 5.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="5.738,0.375 15.344,11.023 15.344,11.191 5.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="5.891,0.375 15.344,10.852 15.344,11.023 5.738,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="6.047,0.375 15.344,10.68 15.344,10.852 5.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="6.199,0.375 15.344,10.508 15.344,10.68 6.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="6.352,0.375 15.344,10.34 15.344,10.508 6.199,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="6.508,0.375 15.344,10.168 15.344,10.34 6.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="6.66,0.375 15.344,10 15.344,10.168 6.508,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.812,0.375 15.344,9.828 15.344,10 6.66,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.969,0.375 15.344,9.656 15.344,9.828 6.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="7.125,0.375 15.344,9.484 15.344,9.656 6.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="7.277,0.375 15.344,9.312 15.344,9.484 7.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="7.43,0.375 15.344,9.145 15.344,9.312 7.277,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="7.586,0.375 15.344,8.973 15.344,9.145 7.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="15.344,8.805 7.738,0.375 7.586,0.375 15.344,8.973 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.895,0.375 15.344,8.633 15.344,8.805 7.738,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.047,0.375 15.344,8.461 15.344,8.633 7.895,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="15.344,8.289 8.203,0.375 8.047,0.375 15.344,8.461 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="8.355,0.375 15.344,8.121 15.344,8.289 8.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="8.508,0.375 15.344,7.949 15.344,8.121 8.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.664,0.375 15.344,7.781 15.344,7.949 8.508,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="15.344,7.609 8.816,0.375 8.664,0.375 15.344,7.781 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.969,0.375 15.344,7.438 15.344,7.609 8.816,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="9.125,0.375 15.344,7.266 15.344,7.438 8.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="9.281,0.375 15.344,7.094 15.344,7.266 9.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.434,0.375 15.344,6.926 15.344,7.094 9.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.586,0.375 15.344,6.754 15.344,6.926 9.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.742,0.375 15.344,6.586 15.344,6.754 9.586,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.895,0.375 15.344,6.414 15.344,6.586 9.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.047,0.375 15.344,6.242 15.344,6.414 9.895,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.203,0.375 15.344,6.07 15.344,6.242 10.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.355,0.375 15.344,5.898 15.344,6.07 10.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.512,0.375 15.344,5.73 15.344,5.898 10.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="15.344,5.559 10.664,0.375 10.512,0.375 15.344,5.73 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="10.82,0.375 15.344,5.391 15.344,5.559 10.664,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.973,0.375 15.344,5.219 15.344,5.391 10.82,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="11.125,0.375 15.344,5.047 15.344,5.219 10.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="11.281,0.375 15.344,4.875 15.344,5.047 11.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="11.434,0.375 15.344,4.707 15.344,4.875 11.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.59,0.375 15.344,4.535 15.344,4.707 11.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="15.344,4.363 11.742,0.375 11.59,0.375 15.344,4.535 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.898,0.375 15.344,4.195 15.344,4.363 11.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.051,0.375 15.344,4.023 15.344,4.195 11.898,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.203,0.375 15.344,3.852 15.344,4.023 12.051,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.359,0.375 15.344,3.68 15.344,3.852 12.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.512,0.375 15.344,3.512 15.344,3.68 12.359,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.668,0.375 15.344,3.344 15.344,3.512 12.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="12.82,0.375 15.344,3.172 15.344,3.344 12.668,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.977,0.375 15.344,3 15.344,3.172 12.82,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.129,0.375 15.344,2.828 15.344,3 12.977,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.281,0.375 15.344,2.656 15.344,2.828 13.129,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.438,0.375 15.344,2.488 15.344,2.656 13.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,2.488 13.438,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.858c0,3.92-3.189,7.109-7.109,7.109S0.75,11.778,0.75,7.858S3.939,0.75,7.859,0.75
+	S14.969,3.938,14.969,7.858z M7.859,0C3.525,0,0,3.525,0,7.858c0,4.334,3.525,7.859,7.859,7.859s7.859-3.525,7.859-7.859
+	C15.719,3.525,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.142v7.601H4.163V6.341H2.414V5.582c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M10.455,11.819c-0.627,0-1.562-0.144-2.211-1.199C7.76,9.817,7.683,8.783,7.683,7.958
+	c0-0.495,0.022-0.968,0.11-1.43c0.341-1.87,1.518-2.563,2.739-2.563c0.429,0,0.857,0.089,1.231,0.275
+	c1.122,0.605,1.485,1.947,1.485,3.575C13.249,8.541,13.249,11.819,10.455,11.819z M12.182,7.771c0-0.814-0.044-2.959-1.683-2.959
+	c-0.297,0-0.594,0.088-0.825,0.242C8.948,5.549,8.75,6.649,8.75,7.925c0,0.804,0.044,3.025,1.727,3.025
+	C12.028,10.95,12.182,9.091,12.182,7.771z"/>
+</svg>

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/10.svg
------------------------------------------------------------------------------
    svn:executable = *

Added: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/11.png
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/11.png?rev=1564891&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/11.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: juddi/cms-site/trunk/content/docs/3.2/juddi-client-guide/html_single/images/community/docbook/callouts/11.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org