You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by ks...@apache.org on 2007/07/12 06:44:04 UTC

svn commit: r555487 [1/3] - in /webservices/scout/site: ./ css/

Author: kstam
Date: Wed Jul 11 21:44:01 2007
New Revision: 555487

URL: http://svn.apache.org/viewvc?view=rev&rev=555487
Log:
Update site

Added:
    webservices/scout/site/css/
    webservices/scout/site/css/maven-base.css
    webservices/scout/site/css/maven-theme.css
    webservices/scout/site/css/print.css
    webservices/scout/site/dependency-convergence.html
    webservices/scout/site/integration.html
    webservices/scout/site/project-reports.html
    webservices/scout/site/project-summary.html
    webservices/scout/site/releases.html
    webservices/scout/site/source-repository.html
Removed:
    webservices/scout/site/checkstyle-report.html
    webservices/scout/site/cvs-usage.html
    webservices/scout/site/downloads.html
    webservices/scout/site/junit-report.html
    webservices/scout/site/maven-reports.html
    webservices/scout/site/pmd-report.html
Modified:
    webservices/scout/site/   (props changed)
    webservices/scout/site/dependencies.html
    webservices/scout/site/index.html
    webservices/scout/site/issue-tracking.html
    webservices/scout/site/jdepend-report.html
    webservices/scout/site/license.html
    webservices/scout/site/mail-lists.html
    webservices/scout/site/project-info.html
    webservices/scout/site/team-list.html

Propchange: webservices/scout/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul 11 21:44:01 2007
@@ -0,0 +1 @@
+.project

Added: webservices/scout/site/css/maven-base.css
URL: http://svn.apache.org/viewvc/webservices/scout/site/css/maven-base.css?view=auto&rev=555487
==============================================================================
--- webservices/scout/site/css/maven-base.css (added)
+++ webservices/scout/site/css/maven-base.css Wed Jul 11 21:44:01 2007
@@ -0,0 +1,148 @@
+body {
+  margin: 0px;
+  padding: 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;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+  text-shadow: #7CFC00;
+}
+.xright, #bannerRight img {
+  float:right;
+  text-shadow: #7CFC00;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#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: outside;
+  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 {
+  padding: 3px 10px 3px 10px;
+  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: webservices/scout/site/css/maven-theme.css
URL: http://svn.apache.org/viewvc/webservices/scout/site/css/maven-theme.css?view=auto&rev=555487
==============================================================================
--- webservices/scout/site/css/maven-theme.css (added)
+++ webservices/scout/site/css/maven-theme.css Wed Jul 11 21:44:01 2007
@@ -0,0 +1,141 @@
+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;
+}
+.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);
+}
+

Added: webservices/scout/site/css/print.css
URL: http://svn.apache.org/viewvc/webservices/scout/site/css/print.css?view=auto&rev=555487
==============================================================================
--- webservices/scout/site/css/print.css (added)
+++ webservices/scout/site/css/print.css Wed Jul 11 21:44:01 2007
@@ -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
+}

Modified: webservices/scout/site/dependencies.html
URL: http://svn.apache.org/viewvc/webservices/scout/site/dependencies.html?view=diff&rev=555487&r1=555486&r2=555487
==============================================================================
--- webservices/scout/site/dependencies.html (original)
+++ webservices/scout/site/dependencies.html Wed Jul 11 21:44:01 2007
@@ -1,29 +1,234 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Scout - Dependencies</title><style type="text/css" media="all">
-          @import url("./style/maven-base.css");
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>Apache Scout - 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">
+                  <a href="ws.apache.org/scout/" id="bannerLeft">
+    
+                                            <img src="images/project-logo.jpg" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="images/scout.jpg" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
           
-			    @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://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a href="http://ws.apache.org/scout/" id="projectLogo"><img alt="Apache Scout" src="./images/scout.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 10 November 2004
-                  | Doc for 1.0-SNAPSHOT</div><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 Scout</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"><a href="team-list.html">Project Team</a></li><li class="none"><strong><a href="dependencies.html">Dependencies</a></strong></li><li class="none"><a href="cvs-usage.html">Source Repository</a></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><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="Dependencies"></a><h2>Dependencies</h2><p> 
-        The following is a list of dependencies for this project.  These
-        dependencies are required to compile and run the application:
-      </p><table class="bodyTable"><thead>
-        <tr class="b"><th>Artifact ID</th><th>Type</th><th>Version</th><th>URL</th></tr>
-        </thead><tbody>
-                <tr class="a"><td>axis</td><td>jar</td><td>1.2-RC1</td><td>
-                    </td></tr>
-                <tr class="b"><td>axis-jaxrpc</td><td>jar</td><td>1.2-RC1</td><td>
-                    </td></tr>
-                <tr class="a"><td>axis-saaj</td><td>jar</td><td>1.2-RC1</td><td>
-                    </td></tr>
-                <tr class="b"><td>commons-discovery</td><td>jar</td><td>SNAPSHOT</td><td>
-                    </td></tr>
-                <tr class="a"><td>commons-logging</td><td>jar</td><td>1.0.4</td><td>
-                    </td></tr>
-                <tr class="b"><td>geronimo-spec-activation</td><td>jar</td><td>1.0.2-SNAPSHOT</td><td>
-                    </td></tr>
-                <tr class="a"><td>juddi</td><td>jar</td><td>SNAPSHOT</td><td>
-                    </td></tr>
-                <tr class="b"><td>jaxr-api</td><td>jar</td><td>1.0-SNAPSHOT</td><td>
-                    <a href=""></a>
-                    </td></tr>
-                </tbody></table></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+          
+          <a href="http://www.apache.org/">Apache</a>
+              &gt;
+      
+          <a href="../../">WebServices</a>
+                </div>
+            <div class="xright">      
+  
+
+  
+    
+  
+  
+            &nbsp;| Last Published: 12 Jul 2007
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>Apache Scout</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">Welcome</a>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Get Scout</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="releases.html">Releases</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Documentation</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/scout">Wiki</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="project-info.html">Project Information</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>Dependencies</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+              
+        <li class="expanded">
+              <a href="">Related Projects</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://ws.apache.org/juddi/">Apache jUDDI</a>
+        </li>
+              </ul>
+        </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><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>axis</td><td>axis</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>axis</td><td>axis-jaxrpc</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>axis</td><td>axis-saaj</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-discovery</td><td>commons-discovery</td><td>0.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>geronimo-spec</td><td>geronimo-spec-activation</td><td>1.0.2-rc4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>jdom</td><td>jdom</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr
  class="b"><td>junit</td><td>junit</td><td>3.8.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.derby</td><td>derby</td><td>10.1.2.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.juddi</td><td>juddi</td><td>20070711.023221-25</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ws.scout</td><td>jaxr-api</td><td>20070711.024624-14</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>stax</td><td>stax-api</td><td>1.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xerces</td><td>xercesImpl</td><td>2.8.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xmlbeans</td><td>xbean</td><td>2.2.0</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile
 </h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>commons-logging</td><td>commons-logging</td><td>1.0.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xml-apis</td><td>xml-apis</td><td>1.3.03</td><td>-</td><td>jar</td><td> </td></tr></table></div><div class="section"><h3>runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>axis</td><td>axis-wsdl4j</td><td>1.5.1</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Gr
 aph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.ws.scout:scout:jar">org.apache.ws.scout:scout:jar</a><ul><li><a href="#geronimo-spec:geronimo-spec-activation:jar">geronimo-spec:geronimo-spec-activation:jar</a></li><li><a href="#jdom:jdom:jar">jdom:jdom:jar</a></li><li><a href="#commons-discovery:commons-discovery:jar">commons-discovery:commons-discovery:jar</a><ul><li><a href="#commons-logging:commons-logging:jar">commons-logging:commons-logging:jar</a></li></ul></li><li><a href="#axis:axis:jar">axis:axis:jar</a><ul><li><a href="#axis:axis-wsdl4j:jar">axis:axis-wsdl4j:jar</a></li></ul></li><li><a href="#axis:axis-saaj:jar">axis:axis-saaj:jar</a></li><li><a href="#axis:axis-jaxrpc:jar">axis:axis-jaxrpc:jar</a></li><li><a href="#xmlbeans:xbean:jar">xmlbeans:xbean:jar</a></li><li><a href="#stax:stax-api:jar">stax:stax-api:jar</a></li><li><a href="#junit:junit:jar">junit:junit:jar</a></li><li><a href="#xerces:xercesImpl:jar">xerces:xercesImpl
 :jar</a><ul><li><a href="#xml-apis:xml-apis:jar">xml-apis:xml-apis:jar</a></li></ul></li><li><a href="#org.apache.juddi:juddi:jar">org.apache.juddi:juddi:jar</a></li><li><a href="#org.apache.derby:derby:jar">org.apache.derby:derby:jar</a></li><li><a href="#org.apache.ws.scout:jaxr-api:jar">org.apache.ws.scout:jaxr-api:jar</a></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.ws.scout:scout:jar"><b>Scout Implementation</b></a></p><p>Apache Scout is an implementation of the JSR 93 - JavaTM API for
+		XML Registries 1.0 (JAXR)</p><p><a href="http://ws.apache.org/scout/scout">http://ws.apache.org/scout/scout</a></p><p><a name="geronimo-spec:geronimo-spec-activation:jar"><b>Unnamed - geronimo-spec:geronimo-spec-activation:jar:1.0.2-rc4</b></a></p><p><a name="jdom:jdom:jar"><b>Unnamed - jdom:jdom:jar:1.0</b></a></p><p><a name="commons-discovery:commons-discovery:jar"><b>Discovery</b></a></p><p>Commons Discovery</p><p><a name="commons-logging:commons-logging:jar"><b>Logging</b></a></p><p>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a></p><p><a name="axis:axis:jar"><b>Axis Web Services</b></a></p><p>An implementation of the SOAP (&quot;Simple Object Access Protocol&quot;) submission to W3C.</p><p><a href="http://ws.apache.org/axis">http://ws.apache.org/axis</a></p><p><a name="axis:axis-wsdl4j:jar"><b>Unnamed - axis:axis-wsdl4j:jar:1.5.1</b></a></p><p><a name="axis:axis-saaj:jar"><b>Unnamed - axis:axis-saaj:pom:1.4</b></a></p><p><a name="axis:axis-jaxrpc:jar"><b>Unnamed - axis:axis-jaxrpc:pom:1.4</b></a></p><p><a name="xmlbeans:xbean:jar"><b>XMLBeans main classes</b></a></p><p>The main classes for XMLBeans</p><p><a href="http://xmlbeans.apache.org">http://xmlbeans.apache.org</a></p><p><a name="stax:stax-api:jar"><b>StAX API</b></a></p><p>StAX API is the standard java XML processing API defined by JSR-173</p><p><a href="http://stax.codehaus.org/">http://stax.codehaus.org/<
 /a></p><p><a name="junit:junit:jar"><b>JUnit</b></a></p><p>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><a href="http://junit.org">http://junit.org</a></p><p><a name="xerces:xercesImpl:jar"><b>Xerces2 Java Parser</b></a></p><p>Xerces2 is the next generation of high performance, fully compliant XML parsers in the
+    Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
+    a complete framework for building parser components and configurations that is extremely
+    modular and easy to program.</p><p><a href="http://xerces.apache.org/xerces2-j">http://xerces.apache.org/xerces2-j</a></p><p><a name="xml-apis:xml-apis:jar"><b>Unnamed - xml-apis:xml-apis:jar:1.3.03</b></a></p><p>The Apache Software Foundation provides support for the Apache community of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.</p><p><a href="http://xml.apache.org/commons/#external">http://xml.apache.org/commons/#external</a></p><p><a name="org.apache.juddi:juddi:jar"><b>Unnamed - org.apache.juddi:juddi:pom:20070711.023221-25</b></a></p><p><a name="org.apache.derby:derby:jar"><b>Derby Engine</b></a></p><p></p><p><a href="http://db.apache.org/derby/">http://db.apache.org/derby/</a></p><p><a name="org.apache.ws.scout:jaxr-api:jar"><b>Unnamed - org.apache.ws.scout:jaxr-api:pom:20070711.024624-14</b></a></p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2004-2007
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/scout/site/dependency-convergence.html
URL: http://svn.apache.org/viewvc/webservices/scout/site/dependency-convergence.html?view=auto&rev=555487
==============================================================================
--- webservices/scout/site/dependency-convergence.html (added)
+++ webservices/scout/site/dependency-convergence.html Wed Jul 11 21:44:01 2007
@@ -0,0 +1,225 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>Apache Scout - Reactor Dependency Convergence</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">
+                  <a href="ws.apache.org/scout/" id="bannerLeft">
+    
+                                            <img src="images/project-logo.jpg" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="images/scout.jpg" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+          
+          <a href="http://www.apache.org/">Apache</a>
+              &gt;
+      
+          <a href="../../">WebServices</a>
+                </div>
+            <div class="xright">      
+  
+
+  
+    
+  
+  
+            &nbsp;| Last Published: 12 Jul 2007
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>Apache Scout</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">Welcome</a>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Get Scout</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="releases.html">Releases</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Documentation</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/scout">Wiki</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="project-info.html">Project Information</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="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Dependency Convergence</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+              
+        <li class="expanded">
+              <a href="">Related Projects</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://ws.apache.org/juddi/">Apache jUDDI</a>
+        </li>
+              </ul>
+        </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>Reactor Dependency Convergence</h2><table class="bodyTable"><caption>Legend:</caption><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td>All projects share one version of the dependency.</td></tr><tr class="b"><td><img alt="error" src="images/icon_error_sml.gif" /></td><td>At least one project has a differing version of the dependency.</td></tr></table><table class="bodyTable"><caption>Statistics</caption><tr class="a"><th>Number of sub-projects:</th><td>3</td></tr><tr class="b"><th>Number of dependencies (NOD):</th><td>14</td></tr><tr class="a"><th>Number of unique artifacts (NOA):</th><td>14</td></tr><tr class="b"><th>Number of SNAPSHOT artifacts (NOS):</th><td>0</td></tr><tr class="a"><th>Convergence (NOD/NOA):</th><td><img alt="success" src="images/icon_success_sml.gif" />&#160;<b>100%</b></td></tr><tr class="b"><th>Ready for Release (100% Convergence and no SNAPSHOTS):</th><td><img alt="success" src="images
 /icon_success_sml.gif" />&#160;<b>Success</b></td></tr></table>Dependencies used in sub-projects<div class="section"><h3>axis:axis</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.4</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>axis:axis-jaxrpc</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.4</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-paren
 t</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>axis:axis-saaj</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.4</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>commons-discovery:commons-discovery</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>0.2</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a 
 href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>commons-logging:commons-logging</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.0.4</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>geronimo-spec:geronimo-spec-activation</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.0.2-rc4</td><td><ol type="a">
 <li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>jdom:jdom</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.0</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>junit:junit</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr cl
 ass="b"><td>3.8.1</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>org.apache.derby:derby</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>10.1.2.1</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>org.apache.juddi:juddi</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="ima
 ges/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>SNAPSHOT</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>org.apache.ws.scout:jaxr-api</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>SNAPSHOT</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>stax:stax-api</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>1.0.1</td><td><ol type
 ="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>xerces:xercesImpl</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class="bodyTable"><tr class="b"><td>2.8.0</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div><div class="section"><h3>xmlbeans:xbean</h3><table class="bodyTable"><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td><table class=
 "bodyTable"><tr class="b"><td>2.2.0</td><td><ol type="a"><li><a href="http://ws.apache.org/scout/jaxr-api">org.apache.ws.scout:jaxr-api</a></li><li><a href="http://ws.apache.org/scout/">org.apache.ws.scout:scout-parent</a></li><li><a href="http://ws.apache.org/scout/scout">org.apache.ws.scout:scout</a></li></ol></td></tr></table></td></tr></table></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2004-2007
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: webservices/scout/site/index.html
URL: http://svn.apache.org/viewvc/webservices/scout/site/index.html?view=diff&rev=555487&r1=555486&r2=555487
==============================================================================
--- webservices/scout/site/index.html (original)
+++ webservices/scout/site/index.html Wed Jul 11 21:44:01 2007
@@ -1,17 +1,226 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Scout - Apache Scout</title><style type="text/css" media="all">
-          @import url("./style/maven-base.css");
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>Apache Scout - About</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">
+                  <a href="ws.apache.org/scout/" id="bannerLeft">
+    
+                                            <img src="images/project-logo.jpg" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="images/scout.jpg" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
           
-			    @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://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a href="http://ws.apache.org/scout/" id="projectLogo"><img alt="Apache Scout" src="./images/scout.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs">
-  <div class="xleft">
-                	Last pu6lished: 17 February 2005
-                  | Doc for 1.0-SNAPSHOT</div>
-  <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"><strong><a href="index.html">About Apache Scout</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><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_Scout"></a><h2>Apache Scout</h2>
-                  <p>Apache Scout is an implementation of the JSR 93 (JAXR). </p>
-                  <p><strong>Downloads</strong></p>
-                  <p><a href="http://ws.apache.org/scout/downloads.html">Scout Downloads</a></p>
-                  <p><strong>Related Projects</strong></p>
-                  <p><a href="http://ws.apache.org/juddi">Apache jUDDI  </a></p>
-                  <p>&nbsp;</p>
-                  </div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+          
+          <a href="http://www.apache.org/">Apache</a>
+              &gt;
+      
+          <a href="../../">WebServices</a>
+                </div>
+            <div class="xright">      
+  
+
+  
+    
+  
+  
+            &nbsp;| Last Published: 12 Jul 2007
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>Apache Scout</h5>
+        <ul>
+              
+    <li class="none">
+              <strong>Welcome</strong>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Get Scout</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="releases.html">Releases</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Documentation</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/scout">Wiki</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="project-info.html">Project Information</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="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+              
+        <li class="expanded">
+              <a href="">Related Projects</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://ws.apache.org/juddi/">Apache jUDDI</a>
+        </li>
+              </ul>
+        </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>About Scout Implementation</h2><p>Apache Scout is an implementation of the JSR 93 - JavaTM API for
+		XML Registries 1.0 (JAXR)</p></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2004-2007
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: webservices/scout/site/integration.html
URL: http://svn.apache.org/viewvc/webservices/scout/site/integration.html?view=auto&rev=555487
==============================================================================
--- webservices/scout/site/integration.html (added)
+++ webservices/scout/site/integration.html Wed Jul 11 21:44:01 2007
@@ -0,0 +1,225 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>Apache Scout - 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">
+                  <a href="ws.apache.org/scout/" id="bannerLeft">
+    
+                                            <img src="images/project-logo.jpg" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="images/scout.jpg" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+          
+          <a href="http://www.apache.org/">Apache</a>
+              &gt;
+      
+          <a href="../../">WebServices</a>
+                </div>
+            <div class="xright">      
+  
+
+  
+    
+  
+  
+            &nbsp;| Last Published: 12 Jul 2007
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>Apache Scout</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">Welcome</a>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Get Scout</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="releases.html">Releases</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Documentation</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/scout">Wiki</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="project-info.html">Project Information</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="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+              
+        <li class="expanded">
+              <a href="">Related Projects</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://ws.apache.org/juddi/">Apache jUDDI</a>
+        </li>
+              </ul>
+        </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://maven.apache.org/continuum/">Continuum</a>.</div><div class="section"><h2>Access</h2><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a href="unknown">unknown</a></pre></div></div><div class="section"><h2>Notifiers</h2><table class="bodyTable"><caption>Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.</caption><tr class="a"><th>Type</th><th>Address</th><th>Configuration</th></tr><tr class="b"><td>mail</td><td>-</td><td>address=scout-dev@ws.apache.org</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2004-2007
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: webservices/scout/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/webservices/scout/site/issue-tracking.html?view=diff&rev=555487&r1=555486&r2=555487
==============================================================================
--- webservices/scout/site/issue-tracking.html (original)
+++ webservices/scout/site/issue-tracking.html Wed Jul 11 21:44:01 2007
@@ -1,8 +1,225 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Scout - Issue Tracking</title><style type="text/css" media="all">
-          @import url("./style/maven-base.css");
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>Apache Scout - 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">
+                  <a href="ws.apache.org/scout/" id="bannerLeft">
+    
+                                            <img src="images/project-logo.jpg" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="images/scout.jpg" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
           
-			    @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://ws.apache.org/" id="organizationLogo"><img alt="Apache Web Services" src="http://ws.apache.org/images/project-logo.jpg"></img></a><a href="http://ws.apache.org/scout/" id="projectLogo"><img alt="Apache Scout" src="./images/scout.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 10 November 2004
-                  | Doc for 1.0-SNAPSHOT</div><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 Scout</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"><a href="team-list.html">Project Team</a></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><a href="cvs-usage.html">Source Repository</a></li><li class="none"><strong><a href="issue-tracking.html">Issue Tracking</a></strong></li></ul></li><li class="collapsed"><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="Issue_Tracking"></a><h2>Issue Tracking</h2><p>
-                <a href="http://issues.apache.org/jira/" class="externalLink" title="External Link">http://issues.apache.org/jira/</a>
-      </p></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004, Apache Web Services</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file
+  
+
+  
+    
+  
+  
+            <div class="xleft">
+          
+          <a href="http://www.apache.org/">Apache</a>
+              &gt;
+      
+          <a href="../../">WebServices</a>
+                </div>
+            <div class="xright">      
+  
+
+  
+    
+  
+  
+            &nbsp;| Last Published: 12 Jul 2007
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+                   <h5>Apache Scout</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="index.html">Welcome</a>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Get Scout</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="releases.html">Releases</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+              
+        <li class="expanded">
+              <a href="">Documentation</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/scout">Wiki</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="project-info.html">Project Information</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Issue Tracking</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+              
+        <li class="expanded">
+              <a href="">Related Projects</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="http://ws.apache.org/juddi/">Apache jUDDI</a>
+        </li>
+              </ul>
+        </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/SCOUT">http://issues.apache.org/jira/browse/SCOUT</a></pre></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2004-2007
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>



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