You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tsik-dev@ws.apache.org by ha...@apache.org on 2005/09/19 22:11:27 UTC

svn commit: r290253 [2/2] - in /incubator/tsik/trunk/target: ./ docs/ docs/images/ docs/images/logos/ docs/style/ generated-xdocs/ javadoc/ javadoc/src/

Added: incubator/tsik/trunk/target/docs/roadmap.html
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/roadmap.html?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/roadmap.html (added)
+++ incubator/tsik/trunk/target/docs/roadmap.html Mon Sep 19 13:11:15 2005
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache TSIK - Apache TSIK roadmap</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://incubator.apache.org/tsik/" id="projectLogo"><span>Apache TSIK</span></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache TSIK</a></li><li class="collapsed"><a href="project-info.html">Project Info</a></li><li class="none"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_TSIK_roadmap"></a><h2>Apache TSIK roadmap</h2><p>This is a proposed roadmap for The Apache TSIK project. Please
+send feedback to <tt>&lt;<a href="mailto:tsik-dev@ws.apache.org">tsik-dev@ws.apache.org</a>&gt;</tt></p><p>Initially, there is room for both WSS4J and TSIK since they
+serve somewhat different target audiences. Over time, depending on the
+desire of TSIK developers, TSIK XML security layers may be
+re-architected to use Apache XML-Security libraries. WSS4J and TSIK may
+also assimilate into a single project using the best parts of
+both. </p><p>Some of the initial ideas of TSIK is to implement WS-*
+standards as they are developed, in particular the ones related to
+implementation of a federated ID protocol such as <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/identitymetasystem.asp" class="externalLink" title="External Link">Microsoft's
+InfoCard</a>. (There are other federated ID protocols, for example, <a href="http://www.projectliberty.org/" class="externalLink" title="External Link">Liberty
+Alliance</a>, <a href="http://sxip.com/" class="externalLink" title="External Link">Sxip networks</a>, <a href="http://www.identitycommons.net/" class="externalLink" title="External Link">Identity Commons</a>,
+<a href="http://lid.netmesh.org/" class="externalLink" title="External Link">LID NetMesh</a>, <a href="http://www.passel.org/trac.cgi" class="externalLink" title="External Link">
+Passel.org</a>, but only InfoCard seems to be based on open web services standards.)</p><div class="subsection"><a name="InfoCard"></a><h3>InfoCard</h3><p>
+
+InfoCard is a web services based federated identity model proposed by
+Microsoft in <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/identitymetasystem.asp" class="externalLink" title="External Link">Microsoft's
+vision for an Identity Metasystem</a> and further described in
+the downloads of the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE888B4C-CCBD-452F-9D90-F4B7190CCA24&amp;displaylang=en" class="externalLink" title="External Link">WinFX
+runtime components Beta 1</a>.</p><br></br><br></br><p>
+
+The idea behind InfoCard is to build and depend on a number of freely
+available WS-* standards. The main components are <a href="http://www.verisign.com/wss/ws-trust.pdf" class="externalLink" title="External Link">WS-Trust</a>,
+<a href="http://www.verisign.com/wss/WS-SecurityPolicy-1.1.pdf" class="externalLink" title="External Link">WS-SecurityPolicy</a>,
+<a href="http://www-128.ibm.com/developerworks/library/specification/ws-mex/" class="externalLink" title="External Link">WS-MetadataExchange</a>,
+but there several other standards used to some extent. </p><br></br><br></br><p>
+
+With its dependance on WS-* standards, InfoCard fits well into the
+original proposed scope of TSIK implementing WS-*
+specifications related to security.</p><br></br></div><div class="subsection"><a name="Limitations"></a><h3>Limitations</h3><p>
+
+Microsoft's vision of an identity system ties into
+the operating system. The idea is to embed the InfoCard engine into a
+sandbox within the OS to avoid many types of rouge attacks. One way of
+picturing how InfoCard will look on the OS level is to compare it to
+the limited login sandbox (that is, what you get when you
+CTRL+ALT+DEL
+on a Windows XP box). The user will select her InfoCards within this
+protected environment.</p><br></br><br></br><p>
+
+Obviously, Apache TSIK doesn't operate on
+the OS level, so that is a limitation on what Apache TSIK can
+accomplish. There  are several other limitations as per
+specifications
+as outlined below.
+</p><br></br></div><div class="subsection"><a name="Components"></a><h3>Components</h3><p>
+
+There are a few concepts in InfoCard that are important to point out.</p><br></br></div><div class="subsection"><a name="Security_policies"></a><h3>Security policies</h3><p>
+
+Via a set of assertions, a security policy describes how a web service
+expects its messages to be secured. This set includes:</p><br></br><ul>
+
+  <li><span style="font-style: italic; font-weight: bold;">protection
+assertions</span> to describe what parts of a message are secured,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">conditional
+assertions</span> to describe general aspects or pre-conditions
+of the message security,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">security
+binding assertions</span> to describe the security mechanism in
+use,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">supporting
+tokens assertions</span> to represent token types and
+usage patterns for additional claims, and</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">WSS
+and trust assertions</span> for trust options when referencing
+tokens.</li>
+
+</ul><p>
+
+In the InfoCard system, both the identity providers and the relying
+parties (see the link above for definitions) define security policies.
+Security policies are communicated via WS-SecurityPolicy and exchanged
+via WS-MetadataExchange.  
+</p></div><div class="subsection"><a name="Infocards"></a><h3>Infocards</h3><p>
+
+The Infocard itself represents an identity. Together with the Infocard
+runtime system, the user selects an infocard that fits into the various
+security policies in place.
+</p></div><div class="subsection"><a name="Security_token"></a><h3>Security token</h3><p>
+
+A security token represents a collection of claims about an entity.
+Typically, this token is used to authenticate the sender or responder
+in a message transaction. Types of tokens include X.509 certificates,
+Kerberos tickets, SAML assertions, etc., and also simpler constructs
+such as username/password). Parties exchange security tokens via
+WS-Trust.
+</p></div><div class="subsection"><a name="Roadmap"></a><h3>Roadmap</h3><p>
+
+The order in which standards need to be implemented is fairly
+straight-forward. In this section we describe that order and also which
+portions of each standard can be deferred until later. Once specific
+interop scenarios become available, the implementation should set such
+interop as highest priority.</p><br></br></div><div class="subsection"><a name="WS-MetadataExchange"></a><h3>WS-MetadataExchange</h3><p>To exchange metadata such as WS-SecurityPolicy policies, we
+need to implement WS-MetadataExchange. References are to the September
+2004 draft.</p><ol>
+
+  <li>Both metadata reference and location should be supported.
+(3.1)</li>
+
+  <li>Neither WSDL definitions, nor XML schema metadata
+dialects are not supported, only WS-Policy. (3.1)</li>
+
+  <li>WS-Addressing headers must not be used. (3.2)</li>
+
+</ol></div><div class="subsection"><a name="WS-SecurityPolicy"></a><h3>WS-SecurityPolicy</h3><p>
+
+Ws-SecurityPolicy is a thorough specification and it is necessary to
+limit its implementation to the highest degree possible. This will be
+easier to accomplish, of course, once interop scenarios become
+prevalent. In the meanwhile, here are some suggested limitations.
+References are to the July 2005 draft.
+<ol>
+
+  <li>To mimimize workload, use of WS-Policy and
+WS-PolicyAttachment specific details must be kept to a minimum.
+(Specifically section 4, but throughout)</li>
+
+  <li>Nested policies are not permitted. This avoids issues with
+normalization and intersections. (4.1)</li>
+
+  <li>WSS 1.1 dependencies are not permitted, only WSS 1.0
+(Throughout)</li>
+
+  <li>WS-SecureConversation derived keys are not permitted.
+(6.2.1)</li>
+
+  <li>Only UsernameToken and X509 assertions (using X.509 v3
+certs) are permitted (6.3.*)</li>
+  <li>Only <span style="font-style: italic;">TripleDesRsa15</span> algorithm suite is supported. This is a temporary constraint only, depending on existing TSIK source. (7.1)</li>
+  <li>Only the <span style="font-style: italic;">Lax</span> Security Header Layout property is allowed (7.7)</li>
+  <li>TransportBinding (8.3) and SymmetricBinding (8.4) assertions are not allowed, only AssymetricBinding (8.5) assertions.</li>
+  <li>Only supporting tokens defined by (9.1) are allowed. No other supporting tokens in section 9 are permitted.</li>
+  <li>For WSS 1.0 properties (10) all references are permitted.</li>
+</ol>
+Still under consideration is:
+<ol>
+  <li>WS-Trust assertions defined in (11). </li>
+
+
+</ol></p></div><div class="subsection"><a name="WS-Trust"></a><h3>WS-Trust</h3><p>
+To be discussed.
+</p></div><div class="subsection"><a name="Unknowns"></a><h3>Unknowns</h3><p>SAML status with ASF. For potential future use, consider <a href="http://www.opensaml.org" class="externalLink" title="External Link"><tt>http://www.opensaml.org</tt></a></p><p><a href="index.html">Main Apache TSIK page</a>.<br></br>
+
+</p></div></div><div class="section"><p>
+Last updated: $Id: roadmap.html 239244 2005-08-22 20:37:08Z dims $</p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: incubator/tsik/trunk/target/docs/style/maven-base.css
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/style/maven-base.css?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/style/maven-base.css (added)
+++ incubator/tsik/trunk/target/docs/style/maven-base.css Mon Sep 19 13:11:15 2005
@@ -0,0 +1,142 @@
+body {
+  margin: 0px;
+  padding: 0px 0px 10px 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#projectLogo {
+  font-size: xx-large; 
+  font-weight: bold;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#projectLogo span{
+    border: 1px solid;
+    padding: 4px 10px 4px 10px;
+    background-color: #eee;
+    cursor: pointer;
+}
+.xleft, #organizationLogo img{
+  float:left;
+} 
+.xright, #projectLogo img, #projectLogo span{
+  float:right;
+  text-shadow: #7CFC00;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+#banner img {
+  border: none;
+}
+#footer, #breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 18%;
+ float:left;
+}
+#bodyColumn {
+  margin-left: 20%;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5, #navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: ouside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+  border: 1px solid black;
+  width: 90px;
+  height: 30px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}

Added: incubator/tsik/trunk/target/docs/style/maven-classic.css
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/style/maven-classic.css?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/style/maven-classic.css (added)
+++ incubator/tsik/trunk/target/docs/style/maven-classic.css Mon Sep 19 13:11:15 2005
@@ -0,0 +1,866 @@
+body {
+ background: #fff;
+ color: #000;
+ }
+
+.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;
+ }
+
+#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;
+ }
+
+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: 15px;
+}
+
+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,v 1.3 2004/05/18 09:23:28 aheritier Exp $
+	
+	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;
+}

Added: incubator/tsik/trunk/target/docs/style/maven-theme.css
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/style/maven-theme.css?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/style/maven-theme.css (added)
+++ incubator/tsik/trunk/target/docs/style/maven-theme.css Mon Sep 19 13:11:15 2005
@@ -0,0 +1,82 @@
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+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: 15px;
+}
+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;
+}
+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;
+}
+
+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;
+}

Added: incubator/tsik/trunk/target/docs/style/print.css
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/style/print.css?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/style/print.css (added)
+++ incubator/tsik/trunk/target/docs/style/print.css Mon Sep 19 13:11:15 2005
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Added: incubator/tsik/trunk/target/docs/team-list.html
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/docs/team-list.html?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/docs/team-list.html (added)
+++ incubator/tsik/trunk/target/docs/team-list.html Mon Sep 19 13:11:15 2005
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache TSIK - Project Team</title><style type="text/css" media="all">
+          @import url("./style/maven-base.css");
+          
+			    @import url("./style/maven-theme.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><script type="text/javascript">
+  	  function offsetDate(id, offset) {
+
+            var now = new Date() ;
+            var nowTime = now.getTime() ;
+            var localOffset = now.getTimezoneOffset() ;
+            var developerTime = nowTime + (offset * 60 * 60 * 1000) + (localOffset * 60 * 1000) ;
+            var developerDate = new Date(developerTime) ;
+
+            document.getElementById(id).innerHTML = developerDate;
+          }
+  	
+  	  function init() {
+	    	       	         	               	       	         	               	       	         	                     }
+    </script></head><body class="composite" onload="init();"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://incubator.apache.org/tsik/" id="projectLogo"><span>Apache TSIK</span></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About Apache TSIK</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li></ul></li><li class="none"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="http://maven.apache.org/development-process.html" class="externalLink" title="External Link">Development Process</a></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2><p>
+        A successful project requires many people to play many roles.
+        Some members write code or documentation, while others are
+        valuable as testers, submitting patches and suggestions.
+      </p><p>
+        The team is comprised of <a href="#Members">Members</a>
+        and <a href="#Contributors">Contributors</a>.  Members 
+        have direct access to the source of a project and actively
+        evolve the code-base.  Contributors improve the project
+        through submission of patches and suggestions to the Members.
+        The number of Contributors to the project is unbounded.
+        Get involved today.  All contributions to the project are
+        greatly appreciated.
+      </p><div class="subsection"><a name="Members"></a><h3>Members</h3><p>
+        The following is a list of developers with commit privileges that have 
+        directly contributed to the project in one way or another.  
+      </p><table class="bodyTable"><thead>
+        <tr class="b"><th>Name</th><th>Id</th><th>Email</th><th>Organization</th><th>Roles</th><th>TZ Offset</th><th>Time</th></tr>
+        </thead><tbody>
+                <tr class="a"><td>Hans Granqvist</td><td><a name="hans"></a>hans</td><td><a href="mailto:hans@apache.org">hans@apache.org</a></td><td>Verisign</td><td>
+                    </td><td></td><td><span id="developer-hans">Unknown</span></td></tr>
+                <tr class="b"><td>Mark Hayes</td><td><a name="greybird"></a>greybird</td><td><a href="mailto:greybird@apache.org">greybird@apache.org</a></td><td>Verisign</td><td>
+                    </td><td></td><td><span id="developer-greybird">Unknown</span></td></tr>
+                <tr class="a"><td>Davanum Srinivas</td><td><a name="dims"></a>dims</td><td><a href="mailto:dims@apache.org">dims@apache.org</a></td><td>WSO2</td><td>
+                    </td><td></td><td><span id="developer-dims">Unknown</span></td></tr>
+                </tbody></table></div><div class="subsection"><a name="Contributors"></a><h3>Contributors</h3><p>
+	    There are no contributors listed for this project. Please check
+ 	    back again later.
+ 	  </p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: incubator/tsik/trunk/target/generated-xdocs/cvs-usage.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/cvs-usage.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/cvs-usage.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/cvs-usage.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+  
+  
+  <properties>
+    <title>CVS</title>
+  </properties>
+
+  <body>
+        
+          <section name="Repository">
+        <p>
+          No SCM repository is defined.
+        </p>
+      </section>
+      </body>
+
+</document>
+

Added: incubator/tsik/trunk/target/generated-xdocs/dependencies.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/dependencies.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/dependencies.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/dependencies.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Dependencies</title>
+  </properties>
+
+  <body>
+    <section name="Dependencies">
+          <p> 
+        There are no dependencies for this project.  It is a standalone
+        application that does not depend on any other project.
+      </p>
+      </section>
+ </body>
+</document>

Added: incubator/tsik/trunk/target/generated-xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/downloads.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/downloads.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/downloads.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<document>
+  <properties>
+    <title>Downloads</title>
+  </properties>
+  <body>
+    <section name="Downloads">
+      <p>You must define the
+        <code>maven.xdoc.distributionUrl</code>property if you wish to generate the download report.</p>
+    </section>
+  </body>
+</document>
\ No newline at end of file

Added: incubator/tsik/trunk/target/generated-xdocs/index.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/index.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/index.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/index.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document><properties><title>Apache TSIK</title></properties><body><section name="Introduction"><p>The Apache TSIK is an incubation subproject of the <a href="http://ws.apache.org/">Apache Web
+Services Project</a> to develop a Java class library for
+implementations of various W3C and
+OASIS specifications related to XML and Web services security. </p><p>For more information on current APIs and usage patterns, check out the <a href="api/index.html">javadoc TSIK API</a>.</p><p>The source is available through <a href="http://subversion.tigris.org/">svn</a> at <code>https://svn.apache.org/repos/asf/incubator/tsik</code>.</p></section><section name="History"><p>TSIK was originally developed as closed source by VeriSign
+over a period of five years before being opened up and incubated at
+Apache in August, 2005. TSIK today is comercially used in several
+software products and appliances. </p></section><section name="Comparison to WSS4J"><p>
+
+
+Apache currently have another project, <a href="http://ws.apache.org/wss4j/">WSS4J</a>, that
+implements WS-Security 1.0 from <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss" class="externalLink" title="External Link">OASIS
+Web Services Security TC</a>. </p><br></br><br></br><p>
+
+
+WSS4J's functionality overlaps TSIK's, but there are some differences.
+WSS4J uses <a href="http://ws.apache.org/axis/">Apache
+Axis</a> as SOAP engine, and builds on the <a href="http://xml.apache.org/security/">Apache XML-Security</a>
+project.
+TSIK contains its own XML security engine as well as its own SOAP stack
+implementation. </p><br></br></section><section name="Roadmap"><p>The <a href="./roadmap.html">roadmap</a> describes current thoughts on where TISK should go.</p></section><section name="Incubation Disclaimer"><p>The Apache TSIK  project is an effort undergoing <a href="http://incubator.apache.org/">incubation at the
+Apache Software Foundation (ASF)</a>.
+As such, it is not yet a full ASF project.  While incubation
+status is not necessarily a
+reflection of the completeness or stability of the code, it does
+indicate that the project has yet to be fully endorsed by the ASF.</p><p>The initial proposal for Apache TSIK is <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3CE11ED8B85AEDC54CB452EE76FD4B29014701AF@MOU1WNEXMB02.vcorp.ad.vrsn.com%3E">here</a>.</p></section><section name="Mailing lists"><p>
+
+
+There is a TSIK developer mailing list set up. Please join in to
+discusss current implementation and future direction of TSIK. 
+<ul>
+
+
+  <li>The list is at <tt>&lt;tsik-dev@ws.apache.org&gt;</tt>
+  </li>
+
+
+  <li>To subscribe to the list, send a message to: <tt>&lt;tsik-dev-subscribe@ws.apache.org&gt;</tt>
+  </li>
+
+
+  <li>Send mail to the following for info: <tt>&lt;tsik-dev-info@ws.apache.org&gt;</tt>
+  </li>
+
+
+</ul>
+
+
+Thanks,</p><br></br><p>
+
+
+Hans Granqvist <tt>&lt;org.apache@hans&gt;</tt></p><p></p></section><section name=""><p>
+Last updated: $Id: index.html 239427 2005-08-23 16:31:34Z hans $</p></section></body></document>
\ No newline at end of file

Added: incubator/tsik/trunk/target/generated-xdocs/issue-tracking.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/issue-tracking.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/issue-tracking.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/issue-tracking.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+  
+  <properties>
+    <title>Issue Tracking</title>
+  </properties>
+
+  <body>
+    <section name="Issue Tracking">
+      <p>
+                <a href=""></a>
+      </p>
+    </section>
+  </body>
+</document>
+

Added: incubator/tsik/trunk/target/generated-xdocs/mail-lists.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/mail-lists.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/mail-lists.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/mail-lists.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+
+
+<document>
+
+  <properties>
+    <title>Mailing Lists</title>
+  </properties>
+
+  <body>
+    <section name="Mailing Lists">
+          <p> 
+        These are the mailing lists that have been established for this
+        project.  For each list, there is a subscribe, unsubscribe, and an
+        archive link.
+      </p>
+      <table>
+        <thead>
+        <tr>
+          <th>List Name</th>
+          <th>Subscribe</th>
+          <th>Unsubscribe</th>
+          <th>Archive</th>
+        </tr>
+        </thead>
+        <tbody>
+                <tr>
+          <td>TSIK Developer List</td>
+          <td>
+            <a href="mailto:tsik-dev-subscribe@ws.apache.org">Subscribe</a>
+      </td>
+          <td>
+            <a href="mailto:tsik-dev-unsubscribe@ws.apache.org">Unsubscribe</a>
+      </td>
+          <td>
+      Not Available
+  </td>
+        </tr>
+                </tbody>
+      </table>
+        </section>
+  </body>
+</document>

Added: incubator/tsik/trunk/target/generated-xdocs/maven-reports.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/maven-reports.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/maven-reports.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/maven-reports.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Project Reports</title>
+  </properties>
+
+  <body>
+    <section name="Maven Generated Reports">
+      <p>
+        This document provides an overview of the various reports that
+        are automatically generated by 
+        <a href="http://maven.apache.org/">Maven</a>.
+        Each report is briefly described below.
+      </p>
+
+	  	  <subsection name="Overview">
+        <table>
+          <tr><th>Document</th><th>Description</th></tr>
+                  </table>
+      </subsection>
+    </section>
+ </body>
+</document>

Added: incubator/tsik/trunk/target/generated-xdocs/overview.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/overview.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/overview.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/overview.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document><properties><title></title></properties><body><section><p>
+The Apache <i>Trust Services Integration Kit</i>.
+
+</p><p>Apache TSIK is a client and server toolkit for creating secure XML 
+applications.</p></section><section name="Source layout"><p>TSIK source is divided into three main categories.
+<ol>
+<li>Core functionality</li>
+<li>Plug-ins</li>
+<li>Add-ons</li>
+</ol>
+
+</p><subsection name="Core functionality"><p>This is the main TSIK body of source. The core functionality includes
+APIs for sending and receiving secure XML messages. The following 
+functionality is implemented. More information can be found in each package.
+<ul>
+<li>XML encryption <code>{@link org.apache.tsik.xmlenc}</code></li>
+<li>XML signature <code>{@link org.apache.tsik.xmlsig}</code></li>
+<li>Web Services policies <code>{@link org.apache.tsik.wsp}</code></li>
+<li>WS-Trust <code>{@link org.apache.tsik.wst}</code></li>
+<li>WS-Security <code>{@link org.apache.tsik.wss}</code></li>
+<li>WS-MetadataExchange <code>{@link org.apache.tsik.wsx}</code></li>
+</ul>
+</p><p>The core also includes utilities used throughout the code, for example 
+<ul>
+<li>Loggers, schema mappers <code>{@link org.apache.tsik.common}</code></li>
+<li>Datatypes <code>{@link org.apache.tsik.datatypes}</code></li>
+<li>XPath processing <code>{@link org.apache.tsik.xpath}</code>
+</li>
+<li>DOM traversing and creation <code>{@link org.apache.tsik.domutil}</code>
+</li>
+<li>PKI utilities <code>{@link org.apache.tsik.crl}</code>, 
+  <code>{@link org.apache.tsik.verifier}</code></li>
+</ul>
+</p></subsection><subsection name="Plug-ins ()"><p>The plug-ins include implementations that conform to the base interfaces
+of the core functionalities. Currently, the SOAP engine is abstracted into
+a TSIK plug-in. An Apache Axis based SOAP plugin is planned.</p><p>In the future, other parts of TSIK may be converted into plug-ins.</p></subsection><subsection name="Add-ons ()"><p>The TSIK add-ons represent optional TSIK functionality. The {@link 
+org.apache.tsik.addon.messaging} plug-ins implements a hierarchy for XML based
+messaging.</p></subsection></section><section name="Prerequisites"><ul>
+<li>TSIK compiles and executes in JDK 1.3 and up. You will need ant 1.5 or 
+higher to build TSIK.</li>
+
+<li>To properly use most of the APIs in TSIK, you need to have a JCE provider
+installed. If you use JDK version less than J2SE 1.4, you need to install 
+JCE and JSSE manually.</li>
+
+<li>TSIK works with Xerces and Crimson XML parsers.</li>
+</ul></section><section name="File structure"><ul>
+<li>The <code>build.xml</code> file is the main ant build file.</li> 
+
+<li>The <code>src</code> directory contains all source code (build with
+<code>ant build</code>).</li> 
+
+<li>The <code>reports</code> directory contains the unit test report
+files (run tests with <code>ant test</code>).</li> 
+
+<li>The <code>test</code> directory contains unit test for all the packages 
+described above. You can see a great many TSIK use cases in this code.</li> 
+
+<li>The <code>api</code> directory contains the javadoc API output (create
+with <code>ant api</code>).</li> 
+
+<li>Finally, the <code>lib</code> directory contains the built 
+<code>tsik.jar</code>, and <code>tsik_test.jar</code> contains all the 
+compiled tests. See the build TSIK version by <code>java -jar 
+tsik.jar</code>.</li> 
+</ul></section></body></document>
\ No newline at end of file

Added: incubator/tsik/trunk/target/generated-xdocs/project-info.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/project-info.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/project-info.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/project-info.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Project Information</title>
+  </properties>
+
+  <body>
+    <section name="General Project Information">
+      <p>
+        This document provides an overview of the various documents and
+        links that are part of this project's general information.  All
+        of this content is automatically generated by 
+        <a href="http://maven.apache.org/">Maven</a> on
+        behalf of the project.
+      </p>
+
+      <subsection name="Overview">
+        <table>
+          <tr><th>Document</th><th>Description</th></tr>
+          <tr><td><a href="mail-lists.html">Mailing Lists</a></td>
+            <td>
+              This document provides subscription and archive
+              information for this project's mailing lists.
+            </td>
+          </tr>
+          <tr><td><a href="team-list.html">Project Team</a></td>
+            <td>
+              This document provides information on the members of
+              this project.  These are the individuals who have
+              contributed to the project in one form or another.
+            </td>
+          </tr>
+          <tr><td><a href="dependencies.html">Dependencies</a></td>
+            <td>
+              This document lists the projects dependencies and provides
+              information on each dependency.
+            </td>
+          </tr>
+          
+          <!-- 
+          
+          This is really bad that the url requires specification in two
+          places. Makes pluggable reporting impossible. FIX
+          
+          -->
+          
+                            </table>
+      </subsection>
+    </section>
+ </body>
+</document>

Added: incubator/tsik/trunk/target/generated-xdocs/roadmap.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/roadmap.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/roadmap.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/roadmap.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document><properties><title>Apache TSIK roadmap</title></properties><body><section name="Apache TSIK roadmap"><p>This is a proposed roadmap for The Apache TSIK project. Please
+send feedback to <tt>&lt;<a href="mailto:tsik-dev@ws.apache.org">tsik-dev@ws.apache.org</a>&gt;</tt></p><p>Initially, there is room for both WSS4J and TSIK since they
+serve somewhat different target audiences. Over time, depending on the
+desire of TSIK developers, TSIK XML security layers may be
+re-architected to use Apache XML-Security libraries. WSS4J and TSIK may
+also assimilate into a single project using the best parts of
+both. </p><p>Some of the initial ideas of TSIK is to implement WS-*
+standards as they are developed, in particular the ones related to
+implementation of a federated ID protocol such as <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/identitymetasystem.asp">Microsoft's
+InfoCard</a>. (There are other federated ID protocols, for example, <a href="http://www.projectliberty.org/">Liberty
+Alliance</a>, <a href="http://sxip.com/">Sxip networks</a>, <a href="http://www.identitycommons.net/">Identity Commons</a>,
+<a href="http://lid.netmesh.org/">LID NetMesh</a>, <a href="http://www.passel.org/trac.cgi">
+Passel.org</a>, but only InfoCard seems to be based on open web services standards.)</p><subsection name="InfoCard"><p>
+
+InfoCard is a web services based federated identity model proposed by
+Microsoft in <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/identitymetasystem.asp">Microsoft's
+vision for an Identity Metasystem</a> and further described in
+the downloads of the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CE888B4C-CCBD-452F-9D90-F4B7190CCA24&amp;displaylang=en">WinFX
+runtime components Beta 1</a>.</p><br></br><br></br><p>
+
+The idea behind InfoCard is to build and depend on a number of freely
+available WS-* standards. The main components are <a href="http://www.verisign.com/wss/ws-trust.pdf">WS-Trust</a>,
+<a href="http://www.verisign.com/wss/WS-SecurityPolicy-1.1.pdf">WS-SecurityPolicy</a>,
+<a href="http://www-128.ibm.com/developerworks/library/specification/ws-mex/">WS-MetadataExchange</a>,
+but there several other standards used to some extent. </p><br></br><br></br><p>
+
+With its dependance on WS-* standards, InfoCard fits well into the
+original proposed scope of TSIK implementing WS-*
+specifications related to security.</p><br></br></subsection><subsection name="Limitations"><p>
+
+Microsoft's vision of an identity system ties into
+the operating system. The idea is to embed the InfoCard engine into a
+sandbox within the OS to avoid many types of rouge attacks. One way of
+picturing how InfoCard will look on the OS level is to compare it to
+the limited login sandbox (that is, what you get when you
+CTRL+ALT+DEL
+on a Windows XP box). The user will select her InfoCards within this
+protected environment.</p><br></br><br></br><p>
+
+Obviously, Apache TSIK doesn't operate on
+the OS level, so that is a limitation on what Apache TSIK can
+accomplish. There  are several other limitations as per
+specifications
+as outlined below.
+</p><br></br></subsection><subsection name="Components"><p>
+
+There are a few concepts in InfoCard that are important to point out.</p><br></br></subsection><subsection name="Security policies"><p>
+
+Via a set of assertions, a security policy describes how a web service
+expects its messages to be secured. This set includes:</p><br></br><ul>
+
+  <li><span style="font-style: italic; font-weight: bold;">protection
+assertions</span> to describe what parts of a message are secured,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">conditional
+assertions</span> to describe general aspects or pre-conditions
+of the message security,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">security
+binding assertions</span> to describe the security mechanism in
+use,</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">supporting
+tokens assertions</span> to represent token types and
+usage patterns for additional claims, and</li>
+
+  <li><span style="font-style: italic; font-weight: bold;">WSS
+and trust assertions</span> for trust options when referencing
+tokens.</li>
+
+</ul><p>
+
+In the InfoCard system, both the identity providers and the relying
+parties (see the link above for definitions) define security policies.
+Security policies are communicated via WS-SecurityPolicy and exchanged
+via WS-MetadataExchange.  
+</p></subsection><subsection name="Infocards"><p>
+
+The Infocard itself represents an identity. Together with the Infocard
+runtime system, the user selects an infocard that fits into the various
+security policies in place.
+</p></subsection><subsection name="Security token"><p>
+
+A security token represents a collection of claims about an entity.
+Typically, this token is used to authenticate the sender or responder
+in a message transaction. Types of tokens include X.509 certificates,
+Kerberos tickets, SAML assertions, etc., and also simpler constructs
+such as username/password). Parties exchange security tokens via
+WS-Trust.
+</p></subsection><subsection name="Roadmap"><p>
+
+The order in which standards need to be implemented is fairly
+straight-forward. In this section we describe that order and also which
+portions of each standard can be deferred until later. Once specific
+interop scenarios become available, the implementation should set such
+interop as highest priority.</p><br></br></subsection><subsection name="WS-MetadataExchange"><p>To exchange metadata such as WS-SecurityPolicy policies, we
+need to implement WS-MetadataExchange. References are to the September
+2004 draft.</p><ol>
+
+  <li>Both metadata reference and location should be supported.
+(3.1)</li>
+
+  <li>Neither WSDL definitions, nor XML schema metadata
+dialects are not supported, only WS-Policy. (3.1)</li>
+
+  <li>WS-Addressing headers must not be used. (3.2)</li>
+
+</ol></subsection><subsection name="WS-SecurityPolicy"><p>
+
+Ws-SecurityPolicy is a thorough specification and it is necessary to
+limit its implementation to the highest degree possible. This will be
+easier to accomplish, of course, once interop scenarios become
+prevalent. In the meanwhile, here are some suggested limitations.
+References are to the July 2005 draft.
+<ol>
+
+  <li>To mimimize workload, use of WS-Policy and
+WS-PolicyAttachment specific details must be kept to a minimum.
+(Specifically section 4, but throughout)</li>
+
+  <li>Nested policies are not permitted. This avoids issues with
+normalization and intersections. (4.1)</li>
+
+  <li>WSS 1.1 dependencies are not permitted, only WSS 1.0
+(Throughout)</li>
+
+  <li>WS-SecureConversation derived keys are not permitted.
+(6.2.1)</li>
+
+  <li>Only UsernameToken and X509 assertions (using X.509 v3
+certs) are permitted (6.3.*)</li>
+  <li>Only <span style="font-style: italic;">TripleDesRsa15</span> algorithm suite is supported. This is a temporary constraint only, depending on existing TSIK source. (7.1)</li>
+  <li>Only the <span style="font-style: italic;">Lax</span> Security Header Layout property is allowed (7.7)</li>
+  <li>TransportBinding (8.3) and SymmetricBinding (8.4) assertions are not allowed, only AssymetricBinding (8.5) assertions.</li>
+  <li>Only supporting tokens defined by (9.1) are allowed. No other supporting tokens in section 9 are permitted.</li>
+  <li>For WSS 1.0 properties (10) all references are permitted.</li>
+</ol>
+Still under consideration is:
+<ol>
+  <li>WS-Trust assertions defined in (11). </li>
+
+
+</ol></p></subsection><subsection name="WS-Trust"><p>
+To be discussed.
+</p></subsection><subsection name="Unknowns"><p>SAML status with ASF. For potential future use, consider <a href="http://www.opensaml.org"><tt>http://www.opensaml.org</tt></a></p><p><a href="index.html">Main Apache TSIK page</a>.<br></br>
+
+</p></subsection></section><section name=""><p>
+Last updated: $Id: roadmap.html 239244 2005-08-22 20:37:08Z dims $</p></section></body></document>
\ No newline at end of file

Added: incubator/tsik/trunk/target/generated-xdocs/team-list.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/generated-xdocs/team-list.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/generated-xdocs/team-list.xml (added)
+++ incubator/tsik/trunk/target/generated-xdocs/team-list.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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 "AS IS" 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.
+ */
+ -->
+
+<document>
+
+  <properties>
+    <title>Project Team</title>
+  </properties>
+  
+  <head>
+  	<script type="text/javascript">
+  	  function offsetDate(id, offset) {
+
+            var now = new Date() ;
+            var nowTime = now.getTime() ;
+            var localOffset = now.getTimezoneOffset() ;
+            var developerTime = nowTime + (offset * 60 * 60 * 1000) + (localOffset * 60 * 1000) ;
+            var developerDate = new Date(developerTime) ;
+
+            document.getElementById(id).innerHTML = developerDate;
+          }
+  	
+  	  function init() {
+	    	       	         	               	       	         	               	       	         	                     }
+    </script>
+  </head>
+  
+  <body onload="init();">
+
+    <section name="The Team">
+      <p>
+        A successful project requires many people to play many roles.
+        Some members write code or documentation, while others are
+        valuable as testers, submitting patches and suggestions.
+      </p>
+
+      <p>
+        The team is comprised of <a href="#Members">Members</a>
+        and <a href="#Contributors">Contributors</a>.  Members 
+        have direct access to the source of a project and actively
+        evolve the code-base.  Contributors improve the project
+        through submission of patches and suggestions to the Members.
+        The number of Contributors to the project is unbounded.
+        Get involved today.  All contributions to the project are
+        greatly appreciated.
+      </p>
+
+    <subsection name="Members">
+          <p>
+        The following is a list of developers with commit privileges that have 
+        directly contributed to the project in one way or another.  
+      </p>
+      <table>
+        <thead>
+        <tr>
+          <th>Name</th>
+          <th>Id</th>
+          <th>Email</th>
+          <th>Organization</th>
+          <th>Roles</th>
+          <th>TZ Offset</th>
+          <th>Time</th>
+        </tr>
+        </thead>
+        <tbody>
+                <tr>
+                    <td>Hans Granqvist</td>
+                    <td><a name="hans"/>hans</td>
+          <td><a href="mailto:hans@apache.org">hans@apache.org</a></td>
+          <td>Verisign</td>
+          <td>
+                    </td>
+          <td></td>
+          <td><span id="developer-hans">Unknown</span></td>
+        </tr>
+                <tr>
+                    <td>Mark Hayes</td>
+                    <td><a name="greybird"/>greybird</td>
+          <td><a href="mailto:greybird@apache.org">greybird@apache.org</a></td>
+          <td>Verisign</td>
+          <td>
+                    </td>
+          <td></td>
+          <td><span id="developer-greybird">Unknown</span></td>
+        </tr>
+                <tr>
+                    <td>Davanum Srinivas</td>
+                    <td><a name="dims"/>dims</td>
+          <td><a href="mailto:dims@apache.org">dims@apache.org</a></td>
+          <td>WSO2</td>
+          <td>
+                    </td>
+          <td></td>
+          <td><span id="developer-dims">Unknown</span></td>
+        </tr>
+                </tbody>
+      </table>
+    	</subsection>
+	<subsection name="Contributors">
+    	  <p>
+	    There are no contributors listed for this project. Please check
+ 	    back again later.
+ 	  </p>
+        </subsection>
+    </section>
+  </body>
+</document>

Added: incubator/tsik/trunk/target/project-nav.xml
URL: http://svn.apache.org/viewcvs/incubator/tsik/trunk/target/project-nav.xml?rev=290253&view=auto
==============================================================================
--- incubator/tsik/trunk/target/project-nav.xml (added)
+++ incubator/tsik/trunk/target/project-nav.xml Mon Sep 19 13:11:15 2005
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project><body><menu name="Project Documentation"><item href="/index.html" name="About Apache TSIK"></item><item href="/project-info.html" name="Project Info" collapse="true"><item href="/mail-lists.html" name="Mailing Lists"></item><item href="/team-list.html" name="Project Team"></item><item href="/dependencies.html" name="Dependencies"></item></item><item href="/maven-reports.html" name="Project Reports" collapse="true"></item><item href="http://maven.apache.org/development-process.html" name="Development Process"></item></menu></body></project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: tsik-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tsik-dev-help@ws.apache.org