You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by jo...@apache.org on 2006/01/08 02:37:58 UTC

svn commit: r366970 [10/11] - in /webservices/site/trunk/targets/commons: ./ util/ util/apidocs/ util/apidocs/org/ util/apidocs/org/apache/ util/apidocs/org/apache/ws/ util/apidocs/org/apache/ws/commons/ util/apidocs/org/apache/ws/commons/serialize/ ut...

Added: webservices/site/trunk/targets/commons/util/css/maven-classic.css
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/css/maven-classic.css?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/css/maven-classic.css (added)
+++ webservices/site/trunk/targets/commons/util/css/maven-classic.css Sat Jan  7 17:37:45 2006
@@ -0,0 +1,881 @@
+body {
+ background: #fff;
+ color: #000;
+  padding: 0px 0px 10px 0px;
+ }
+
+.contentBox h2 {
+ color: #fff;
+ background-color: #036;
+ }
+
+.contentBox h3 {
+ color: #fff;
+ background-color: #888;
+ }
+
+.a td { 
+ background: #ddd;
+ color: #000;
+ }
+
+.b td { 
+ background: #efefef;
+ color: #000;
+ }
+
+.contentBox th {
+ background-color: #bbb;
+ color: #fff;
+ }
+
+div#banner {
+ border-top: 1px solid #369;
+ border-bottom: 1px solid #003;
+ }
+
+#banner, #banner td { 
+ background: #036;
+ color: #fff;
+ }
+#banner {
+  border-bottom: 1px solid #fff;
+}
+
+#leftColumn {
+ background: #eee;
+ color: #000;
+ border-right: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+ border-top: 1px solid #fff;
+}
+
+#navcolumn {
+/* bad for IE
+ background: #eee;
+*/
+ color: #000;
+ border-right: none;
+ border-bottom: none;
+ border-top: none;
+ }
+
+#breadcrumbs {
+ background-color: #ddd;
+ color: #000;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #aaa;
+ }
+
+.source {
+ background-color: #fff;
+ color: #000;
+ border-right: 1px solid #888; 
+ border-left: 1px solid #888; 
+ border-top: 1px solid #888; 
+ border-bottom: 1px solid #888; 
+ margin-right: 7px;
+ margin-left: 7px;
+ margin-top: 1em;
+ }
+
+.source pre {
+ margin-right: 7px;
+ margin-left: 7px;
+ }
+
+a[name]:hover, #leftColumn a[name]:hover {
+ color: inherit !important;
+ }
+
+a:link, #breadcrumbs a:visited, #navcolumn a:visited, .contentBox a:visited, .tasknav a:visited {
+ color: blue;
+ }
+
+a:active, a:hover, #leftColumn a:active, #leftColumn a:hover {
+ color: #f30 !important;
+ }
+
+a:link.selfref, a:visited.selfref {
+ color: #555 !important;
+ }
+
+#legend li.externalLink {
+  background: url(../images/external-classic.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external-classic.png) right center no-repeat;
+  padding-right: 18px;
+}
+
+#legend li.newWindow {
+  background: url(../images/newwindow-classic.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow-classic.png) right center no-repeat;
+  padding-right: 18px;
+}
+
+h2, h3 {
+ margin-top: 1em;
+ margin-bottom: 0;
+ }
+
+img.handle {
+ border: 0;
+ padding-right: 2px;
+}
+
+#navcolumn div div  {
+ background-image: none;
+ background-repeat: no-repeat;
+}
+
+#navcolumn div div {
+  padding-left: 10px;
+}
+/* $Id: maven-classic.css 170922 2005-05-19 13:19:44Z brett $
+  
+  This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
+
+/* colors, backgrounds, borders, link indication */
+.contentBox h2, .contentBox h3, .tabs td, .tabs th, .functnbar {
+  background-image: url(../images/nw_maj_rond.gif);
+  background-repeat: no-repeat;
+}
+
+.functnbar, .functnbar2 {
+  background-color: #aaa;
+}
+
+.functnbar2, .functnbar3 {
+  background-color: #aaa;
+  background-image: url(../images/sw_maj_rond.gif);
+  background-repeat: no-repeat;
+  background-position: bottom left;
+}
+
+.functnbar3 {
+  background-color: #ddd;
+  background-image: url(../images/sw_med_rond.gif);
+}
+
+.functnbar, .functnbar2, .functnbar3 {
+  color: #000;
+}
+
+.functnbar a, .functnbar2 a, .functnbar3 a {
+  color: #000;
+  text-decoration: underline;
+}
+
+#navcolumn .body div, body.docs #toc li li {
+  background-image: url(../images/strich.gif);
+  background-repeat: no-repeat;
+  background-position: .5em .5em;
+}
+
+#searchbox .body div, #navcolumn .body .heading {
+  background-image: none;
+}
+
+a:link.selfref, a:visited.selfref {
+  text-decoration: none;
+}
+
+#leftColumn a, #breadcrumbs a {
+  text-decoration: none;
+}
+
+/* Unsure of this. TODO */
+.contentBox h2 a:link, .contentBox h2 a:visited, .contentBox h3 a:link, .contentBox h3 a:visited {
+  color: #fff !important;
+  text-decoration: underline;
+}
+
+table, th, td {
+  border: none;
+}
+
+div.colbar {
+  background: #eee;
+  border-color: #999 #EEE #EEE #999;
+  border-width: 1px;
+  border-style: solid;
+}
+
+.toolgroup {
+  background: #efefef;
+}
+
+.toolgroup .label {
+  border-bottom: 1px solid #666;
+  border-right: 1px solid #666;
+  background: #ddd;
+  color: #555;
+}
+
+.toolgroup .body {
+  border-right: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+}
+
+#main {
+  border-top: 1px solid #999;
+}
+
+#rightcol div.www, #rightcol div.help {
+  border: 1px solid #ddd;
+}
+
+body.docs div.docs {
+  background-color: #fff;
+  border-left: 1px solid #ddd;
+  border-top: 1px solid #ddd;
+}
+
+#helptext .label {
+  background-image: url(../images/icon_help_sml.gif);
+  background-repeat: no-repeat;
+  background-position: 97%;
+}
+
+body.docs {
+  background: #eee url(../images/help_logo.gif) top right no-repeat !important;
+}
+
+.docs h2, .docs h3 {
+  border-top: solid 1px #000;
+}
+
+#apphead h2 em {
+  color: #777;
+}
+
+.tabs th {
+  border-right: 1px solid #333;
+  background-color: #ddd;
+  color: #fff;
+  border-left: 1px solid #fff;
+}
+
+.tabs td {
+  background-color: #999;
+  border-bottom: 1px solid #fff;
+  border-right: 1px solid #fff;
+  border-left: 1px solid #fff;
+}
+
+.tabs {
+  border-bottom: 6px #ddd solid;
+}
+
+.tabs th, .tabs th a:link, .tabs th a:visited {
+  color: #555;
+}
+
+.tabs td, .tabs td a:link, .tabs td a:visited {
+  color: #fff;
+}
+
+.tabs a {
+  text-decoration: none;
+}
+
+.axial th {
+  background-color: #ddd;
+  color: black;
+}
+
+.alert {
+  background-color: #ff9;
+}
+
+.expandedwaste {
+  background: url(../images/icon_arrowwaste2_sml.gif) no-repeat;
+}
+
+.collapsedwaste {
+  background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;
+}
+
+.filebrowse .expanded, .filebrowse-alt .expanded {
+  background-image: url(../images/icon_arrowfolderopen2_sml.gif);
+  background-repeat: no-repeat;
+}
+
+.filebrowse .collapsed, .filebrowse-alt .collapsed {
+  background-image: url(../images/icon_arrowfolderclosed1_sml.gif);
+  background-repeat: no-repeat;
+}
+
+.filebrowse .leafnode, .filebrowse-alt .leafnode {
+  background-image: url(../images/icon_folder_sml.gif);
+  background-repeat: no-repeat;
+}
+
+.filebrowse .leaf, .filebrowse-alt .leaf {
+  background-image: url(../images/icon_doc_sml.gif);
+  background-repeat: no-repeat;
+}
+
+.sortup {
+  background: url(../images/icon_sortup.gif) no-repeat;
+}
+
+.sortdown {
+  background: url(../images/icon_sortdown.gif) no-repeat;
+}
+
+.collapsedwaste {
+  background: url(../images/icon_arrowwaste1_sml.gif) no-repeat;
+}
+
+body .grid td {
+  border-top: 1px solid #ccc;
+  border-left: 1px solid #ccc;
+  background-color: transparent;
+}
+
+.confirm {
+  color: #090;
+}
+
+.info {
+  color: #069;
+}
+
+.errormessage, .warningmessage, .donemessage, .infomessage {
+  border-top: 5px solid #900;
+  border-left: 1px solid #900;
+  background-image: url(../images/icon_error_lrg.gif);
+  background-repeat: no-repeat;
+  background-position: 5px 1.33em;
+}
+
+.warningmessage {
+  background-image: url(../images/icon_warning_lrg.gif);
+  border-color: #c60;
+}
+
+.donemessage {
+  background-image: url(../images/icon_success_lrg.gif);
+  border-color: #090;
+}
+
+.infomessage {
+  background-image: url(../images/icon_info_lrg.gif);
+  border-color: #069;
+}
+
+.docinfo {
+  background: url(../images/icon_doc_lrg.gif) no-repeat;
+}
+
+.dirinfo {
+  background: url(../images/icon_folder_lrg.gif) no-repeat;
+}
+
+.memberinfo {
+  background: url(../images/icon_members_lrg.gif) no-repeat;
+}
+
+.usergroupinfo {
+  background: url(../images/icon_usergroups_lrg.gif) no-repeat;
+}
+
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+
+.cvsdiff, .cvsblame {
+  background-color: #ccc;
+}
+
+.cvsdiffadd {
+  background-color: #afa;
+}
+
+.cvsdiffremove {
+  background-color: #faa;
+}
+
+.cvsdiffchanges1 {
+  background-color: #ff7;
+}
+
+.cvsdiffchanges2 {
+  background-color: #ff7;
+}
+
+li.selection ul a {
+  background: #fff;
+}
+
+.band1 {
+  color: #fff;
+  background-color: #663;
+}
+
+.band2 {
+  color: #fff;
+  background-color: #66C;
+}
+
+.band3 {
+  background-color: #C99;
+}
+
+.band4 {
+  background-color: #CFF;
+}
+
+.band5 {
+  color: #fff;
+  background-color: #336;
+}
+
+.band6 {
+  color: #fff;
+  background-color: #966;
+}
+
+.band7 {
+  background-color: #9CC;
+}
+
+.band8 {
+  background-color: #FFC;
+}
+
+.band9 {
+  color: #fff;
+  background-color: #633;
+}
+
+.band10 {
+  color: #fff;
+  background-color: #699;
+}
+
+.band11 {
+  background-color: #CC9;
+}
+
+.band12 {
+  background-color: #CCF;
+}
+
+.band13 {
+  color: #fff;
+  background-color: #366;
+}
+
+.band14 {
+  color: #fff;
+  background-color: #996;
+}
+
+.band15 {
+  background-color: #99C;
+}
+
+.band16 {
+  background-color: #FCC;
+}
+
+.contentBox .helplink, #helptext .helplink {
+  cursor: help;
+}
+
+.legend th, .bars th {
+  background-color: #fff;
+}
+
+/* font and text properties, exclusive of link indication, alignment, text-indent */
+body, th, td, input, select {
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+}
+
+code, pre {
+  font-family: 'Andale Mono', Courier, monospace;
+}
+
+body, .contentBox h2, .contentBox h3, #rightcol h2, pre, code, #apphead h2 small, h3, th, td {
+  font-size: x-small;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  font-size: small;
+}
+
+small, div#footer, div#login, div.tabs th, div.tabs td, input, select, .paginate, .functnbar, .functnbar2, .functnbar3, #breadcrumbs, .courtesylinks, #rightcol div.help, .colbar, .tasknav, body.docs div#toc, #leftColumn, .legend, .bars {
+  font-size: xx-small;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  font-size: x-small;
+}
+
+.tabs td, .tabs th, dt, .tasknav .selfref, #login .username, .selection {
+  font-weight: bold;
+}
+
+li.selection ul {
+  font-weight: normal;
+}
+
+#apphead h2 em {
+  font-style: normal;
+}
+
+#banner h1 {
+  font-size: 1.25em;
+}
+
+/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
+#bodyColumn h2 {
+  margin-top: .3em;
+  margin-bottom: .5em;
+}
+
+p, ul, ol, dl, .bars table {
+  margin-top: .67em;
+  margin-bottom: .67em;
+}
+
+form {
+  margin: 0;
+}
+
+#bodyColumn {
+  padding-left: 12px;
+  padding-right: 12px;
+  width: 100%;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  width: auto;
+}
+
+html>body #bodyColumn {
+  width: auto;
+}
+
+.docs {
+  line-height: 1.4;
+}
+
+ol ol {
+  list-style-type: lower-alpha;
+}
+
+ol ol ol {
+  list-style-type: lower-roman;
+}
+
+.contentBox h2, .contentBox h3 {
+  padding: 5px;
+  margin-right: 2px;
+}
+
+.contentBox td, .contentBox th {
+  padding: 2px 3px;
+}
+
+.h2 p, .h3 p, .h2 dt, .h3 dt {
+  margin-right: 7px;
+  margin-left: 7px;
+}
+
+.tasknav {
+  margin-bottom: 1.33em;
+}
+
+div.colbar {
+  padding: 3px;
+  margin: 2px 2px 0;
+}
+
+.tabs {
+  margin-top: .67em;
+  margin-right: 2px;
+  margin-left: 2px;
+  padding-left: 8px;
+}
+
+.tabs td, .tabs th {
+  padding: 3px 9px;
+}
+
+#rightcol div.www, #rightcol div.help {
+  padding: 0 .5em;
+}
+
+body.docs #toc {
+  position: absolute;
+  top: 15px;
+  left: 0px;
+  width: 120px;
+  padding: 0 20px 0 0;
+}
+
+body.docs #toc ul, #toc ol {
+  margin-left: 0;
+  padding-left: 0;
+}
+
+body.docs #toc li {
+  margin-top: 7px;
+  padding-left: 10px;
+  list-style-type: none;
+}
+
+body.docs div.docs {
+  margin: 61px 0 0 150px;
+  padding: 1em 2em 1em 1em !important;
+}
+
+.docs p+p {
+  text-indent: 5%;
+  margin-top: -.67em;
+}
+
+.docs h2, .docs h3 {
+  margin-bottom: .1em;
+  padding-top: .3em;
+}
+
+.functnbar, .functnbar2, .functnbar3 {
+  padding: 5px;
+  margin: .67em 2px;
+}
+
+.functnbar3 {
+  margin-top: 0;
+}
+
+body {
+  padding: 1em;
+}
+
+body.composite, body.docs {
+  margin: 0;
+  padding: 0;
+}
+
+th, td {
+  text-align: left;
+  vertical-align: top;
+}
+
+.right {
+  text-align: right !important;
+}
+
+.center {
+  text-align: center !important;
+}
+
+.axial th, .axial th .strut {
+  text-align: right;
+}
+
+.contentBox .axial td th {
+  text-align: left;
+}
+
+body .stb {
+  margin-top: 1em;
+  text-indent: 0;
+}
+
+body .mtb {
+  margin-top: 2em;
+  text-indent: 0;
+}
+
+.courtesylinks {
+  margin-top: 1em;
+  padding-top: 1em;
+}
+
+dd {
+  margin-bottom: .67em;
+}
+
+.toolgroup {
+  margin-bottom: 6px;
+}
+
+.toolgroup .body {
+  padding: 4px 4px 4px 0;
+}
+
+.toolgroup .label {
+  padding: 4px;
+}
+
+.toolgroup .body div {
+  padding-bottom: .3em;
+  padding-left: 1em;
+}
+
+.toolgroup .body div div {
+  margin-top: .3em;
+  padding-bottom: 0;
+}
+
+.tier1 {
+  margin-left: 0;
+}
+
+.tier2 {
+  margin-left: 1.5em;
+}
+
+.tier3 {
+  margin-left: 3em;
+}
+
+.tier4 {
+  margin-left: 4.5em;
+}
+
+.tier5 {
+  margin-left: 6em;
+}
+
+.tier6 {
+  margin-left: 7.5em;
+}
+
+.tier7 {
+  margin-left: 9em;
+}
+
+.tier8 {
+  margin-left: 10.5em;
+}
+
+.tier9 {
+  margin-left: 12em;
+}
+
+.tier10 {
+  margin-left: 13.5em;
+}
+
+.filebrowse .expanded, .filebrowse .collapsed {
+  padding-left: 34px;
+}
+
+.filebrowse .leafnode, .filebrowse .leaf {
+  padding-left: 20px;
+}
+
+.messagechild {
+  padding-left: 34px;
+}
+
+.filebrowse-alt .expanded, .filebrowse-alt .collapsed, .filebrowse-alt .leaf, .filebrowse-alt .leafnode, .expandedwaste, .collapsedwaste, .sortup, .sortdown {
+  /* hide from macie5\*/
+  float: left;
+  /* resume */
+  display: inline-block;
+  height: 15px;
+  width: 34px;
+  padding-left: 0 !important;
+}
+
+.filebrowse-alt .leaf, .filebrowse-alt .leafnode, .sortup, .sortdown {
+  width: 20px;
+}
+
+.filebrowse ul, .filebrowse-alt ul {
+  list-style-type: none;
+  padding-left: 0;
+  margin-left: 0;
+}
+
+.filebrowse ul ul, .filebrowse-alt ul ul {
+  margin-left: 1.5em;
+  margin-top: 0;
+  padding-top: .67em;
+}
+
+.filebrowse li, .filebrowse-alt li {
+  margin-bottom: .67em;
+}
+
+td.filebrowse h2 {
+  margin-top: 0;
+}
+
+.errormessage, .warningmessage, .donemessage, .infomessage, .docinfo, .dirinfo, .memberinfo, .usergroupinfo {
+  margin: .67em 0;
+  padding: .33em 0 .67em 42px;
+  min-height: 32px;
+}
+
+.errormark, .warningmark, .donemark, .infomark {
+  padding-left: 20px;
+  min-height: 15px;
+}
+
+.alt {
+  display: none;
+}
+
+#banner h1 {
+  margin: 0;
+}
+
+.axial th, .axial th .strut, #leftColumn .strut {
+  width: 12em;
+}
+
+#breadcrumbs {
+  padding: 2px 8px;
+}
+
+/* Bad for IE
+.contentBox h2, .contentBox h3, .bars {
+  clear: both;
+}
+*/
+
+.legend {
+  float: right;
+}
+
+.legend th, .bars th {
+  text-align: right;
+  padding-left: 1em;
+}
+
+.bars table {
+  table-layout: fixed;
+}
+
+.bars th {
+  width: 12em;
+}
+
+#projectdocumentlist td.filebrowse-alt {
+  padding-right: .75em;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}

Added: webservices/site/trunk/targets/commons/util/css/maven-theme.css
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/css/maven-theme.css?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/css/maven-theme.css (added)
+++ webservices/site/trunk/targets/commons/util/css/maven-theme.css Sat Jan  7 17:37:45 2006
@@ -0,0 +1,125 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}

Added: webservices/site/trunk/targets/commons/util/css/print.css
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/css/print.css?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/css/print.css (added)
+++ webservices/site/trunk/targets/commons/util/css/print.css Sat Jan  7 17:37:45 2006
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Added: webservices/site/trunk/targets/commons/util/dependencies.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/dependencies.html?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/dependencies.html (added)
+++ webservices/site/trunk/targets/commons/util/dependencies.html Sat Jan  7 17:37:45 2006
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+                          <span id="bannerLeft">
+    
+            Apache WebServices Common Utilities
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">Last Published: Sun Jan 08 02:25:47 CET 2006</div>
+      <div class="xright">      <a href="http://ws.apache.org/commons/util">Apache WebServices Common Utilities</a>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>
+    <ul>
+              
+    <li class="none">
+          <a href="index.html">About Apache WebServices Common Utilities</a>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="project-info.html">Project Info</a>
+                
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+          <ul>
+                  
+    <li class="none">
+          <strong><a href="dependencies.html">Dependencies</a></strong>
+        </li>
+                  
+    <li class="none">
+          <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+          <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+          <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+          <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+          <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+          <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="maven-reports.html">Project Reports</a>
+                
+      
+              
+        </li>
+          </ul>
+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            </a>
+    </div></div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Dependencies</h2><table class="bodyTable"><caption>The following is a list of dependencies for this project. These dependencies are required to compile and run the application:</caption><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Description</th><th>URL</th></tr><tr class="b"><td>xml-apis</td><td>xml-apis</td><td>1.0.b2</td><td>-</td><td>http://xml.apache.org/commons/#external</td></tr><tr class="a"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>-</td></tr></table></div><div class="section"><h2>Project Transitive Dependencies</h2><p>No transitive dependencies are required for this project.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2005-2006
+    
+          Apache Software Foundation
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/site/trunk/targets/commons/util/images/add.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/add.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/collapsed.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/collapsed.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/expanded.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/expanded.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/external-classic.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/external-classic.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/external-classic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/external.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/external.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/file.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/file.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/file.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/fix.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/fix.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/folder-closed.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/folder-closed.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/folder-closed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/folder-open.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/folder-open.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/folder-open.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/help_logo.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/help_logo.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/help_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_alert.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_alert.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_alert.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_alertsml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_alertsml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_alertsml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowfolder1_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowfolder1_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowfolder1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowfolder2_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowfolder2_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowfolder2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowfolderclosed1_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowfolderclosed1_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowfolderclosed1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowfolderopen2_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowfolderopen2_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowfolderopen2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowmembers1_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowmembers1_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowmembers1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowmembers2_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowmembers2_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowmembers2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups1_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups1_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups2_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups2_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowusergroups2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowwaste1_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowwaste1_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowwaste1_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_arrowwaste2_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_arrowwaste2_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_arrowwaste2_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_confirmsml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_confirmsml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_confirmsml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_doc_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_doc_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_doc_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_doc_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_doc_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_doc_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_error_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_error_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_error_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_error_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_error_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_folder_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_folder_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_folder_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_folder_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_folder_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_folder_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_help_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_help_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_help_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_help_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_help_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_help_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_info_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_info_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_info_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_info_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_info_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_infosml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_infosml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_infosml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_members_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_members_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_members_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_members_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_members_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_members_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_sortdown.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_sortdown.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_sortdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_sortleft.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_sortleft.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_sortleft.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_sortright.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_sortright.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_sortright.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_sortup.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_sortup.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_sortup.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_success_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_success_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_success_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_success_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_success_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_usergroups_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_usergroups_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_usergroups_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_usergroups_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_usergroups_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_usergroups_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_warning_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_warning_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_warning_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_warning_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_waste_lrg.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_waste_lrg.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_waste_lrg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/icon_waste_sml.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/icon_waste_sml.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/icon_waste_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/logos/maven-feather.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/logos/maven-feather.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/newwindow-classic.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/newwindow-classic.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/newwindow-classic.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/newwindow.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/newwindow.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/none.png
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/none.png?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/none.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_maj.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_maj.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_maj.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_maj_hi.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_maj_hi.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_maj_hi.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_maj_rond.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_maj_rond.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_med.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_med.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_med.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_med_hi.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_med_hi.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_med_hi.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_med_rond.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_med_rond.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_med_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_min.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_min.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_min.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_min_036.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_min_036.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_min_036.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/nw_min_hi.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/nw_min_hi.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/nw_min_hi.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/pdf.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/pdf.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/pdf.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/poweredby_036.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/poweredby_036.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/poweredby_036.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/product_logo.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/product_logo.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/product_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/remove.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/remove.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/remove.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/se_maj_rond.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/se_maj_rond.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/se_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/strich.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/strich.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/strich.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/sw_maj_rond.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/sw_maj_rond.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/sw_maj_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/sw_med_rond.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/sw_med_rond.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/sw_med_rond.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/sw_min.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/sw_min.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/sw_min.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/images/update.gif
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/images/update.gif?rev=366970&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/site/trunk/targets/commons/util/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/site/trunk/targets/commons/util/index.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/index.html?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/index.html (added)
+++ webservices/site/trunk/targets/commons/util/index.html Sat Jan  7 17:37:45 2006
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Welcome to Apache WebServices Common Utilities</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+                          <span id="bannerLeft">
+    
+            Apache WebServices Common Utilities
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">Last Published: Sun Jan 08 02:25:49 CET 2006</div>
+      <div class="xright">      <a href="http://ws.apache.org/commons/util">Apache WebServices Common Utilities</a>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>
+    <ul>
+              
+    <li class="none">
+          <strong><a href="index.html">About Apache WebServices Common Utilities</a></strong>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="project-info.html">Project Info</a>
+                
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="maven-reports.html">Project Reports</a>
+                
+      
+              
+        </li>
+          </ul>
+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            </a>
+    </div></div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Welcome to Apache WebServices Common Utilities</h2><p>This is a small collection of utility classes, that allow
+        high performance XML processing based on SAX. Basically,
+        it is assumed, that you are using an JAXP 1.1 compliant
+        XML parser and nothing else. In particular, no dependency
+        on the javax.xml.transform package is introduced.</p>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2005-2006
+    
+          Apache Software Foundation
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/site/trunk/targets/commons/util/integration.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/integration.html?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/integration.html (added)
+++ webservices/site/trunk/targets/commons/util/integration.html Sat Jan  7 17:37:45 2006
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Continuous Integration</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+                          <span id="bannerLeft">
+    
+            Apache WebServices Common Utilities
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">Last Published: Sun Jan 08 02:25:46 CET 2006</div>
+      <div class="xright">      <a href="http://ws.apache.org/commons/util">Apache WebServices Common Utilities</a>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>
+    <ul>
+              
+    <li class="none">
+          <a href="index.html">About Apache WebServices Common Utilities</a>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="project-info.html">Project Info</a>
+                
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+          <ul>
+                  
+    <li class="none">
+          <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+          <strong><a href="integration.html">Continuous Integration</a></strong>
+        </li>
+                  
+    <li class="none">
+          <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+          <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+          <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+          <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+          <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="maven-reports.html">Project Reports</a>
+                
+      
+              
+        </li>
+          </ul>
+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            </a>
+    </div></div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Continuous Integration</h2><p>No continuous integration management system is defined. Please check back at a later date.</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2005-2006
+    
+          Apache Software Foundation
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/site/trunk/targets/commons/util/issue-tracking.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/issue-tracking.html?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/issue-tracking.html (added)
+++ webservices/site/trunk/targets/commons/util/issue-tracking.html Sat Jan  7 17:37:45 2006
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Issue Tracking</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+                          <span id="bannerLeft">
+    
+            Apache WebServices Common Utilities
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">Last Published: Sun Jan 08 02:25:47 CET 2006</div>
+      <div class="xright">      <a href="http://ws.apache.org/commons/util">Apache WebServices Common Utilities</a>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>
+    <ul>
+              
+    <li class="none">
+          <a href="index.html">About Apache WebServices Common Utilities</a>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="project-info.html">Project Info</a>
+                
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+          <ul>
+                  
+    <li class="none">
+          <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+          <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+          <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+          <strong><a href="issue-tracking.html">Issue Tracking</a></strong>
+        </li>
+                  
+    <li class="none">
+          <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+          <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+          <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="maven-reports.html">Project Reports</a>
+                
+      
+              
+        </li>
+          </ul>
+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            </a>
+    </div></div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview</h2>This project uses <a href="http://www.atlassian.com/software/jira">Jira</a> a J2EE-based, issue tracking and project management application.</div><div class="section"><h2>Issue Tracking</h2><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a href="http://issues.apache.org/jira/browse/XMLRPC">http://issues.apache.org/jira/browse/XMLRPC</a></pre></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2005-2006
+    
+          Apache Software Foundation
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/site/trunk/targets/commons/util/license.html
URL: http://svn.apache.org/viewcvs/webservices/site/trunk/targets/commons/util/license.html?rev=366970&view=auto
==============================================================================
--- webservices/site/trunk/targets/commons/util/license.html (added)
+++ webservices/site/trunk/targets/commons/util/license.html Sat Jan  7 17:37:45 2006
@@ -0,0 +1,328 @@
+
+
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+  <head>
+    <title>Project License</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  </head>
+  <body class="composite">
+    <div id="banner">
+                          <span id="bannerLeft">
+    
+            Apache WebServices Common Utilities
+    
+            </span>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xleft">Last Published: Sun Jan 08 02:25:49 CET 2006</div>
+      <div class="xright">      <a href="http://ws.apache.org/commons/util">Apache WebServices Common Utilities</a>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn"><div id="navcolumn">      <h5>Project Documentation</h5>
+    <ul>
+              
+    <li class="none">
+          <a href="index.html">About Apache WebServices Common Utilities</a>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="project-info.html">Project Info</a>
+                
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+          <ul>
+                  
+    <li class="none">
+          <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+          <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+          <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+          <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+          <strong><a href="license.html">Project License</a></strong>
+        </li>
+                  
+    <li class="none">
+          <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+          <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+        <li class="collapsed">
+          <a href="maven-reports.html">Project Reports</a>
+                
+      
+              
+        </li>
+          </ul>
+  <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+              <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            </a>
+    </div></div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>The Apache Software License, Version 2.0</h3><div class="source"><pre>
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+</pre></div></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2005-2006
+    
+          Apache Software Foundation
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>