You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/07/31 09:59:16 UTC

svn commit: r799537 [2/4] - /webservices/juddi/site/

Modified: webservices/juddi/site/library.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/library.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/library.html (original)
+++ webservices/juddi/site/library.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Reference Library</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,18 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-            
-            
-      
-            
-      
+                    
+                  
+                  
+                        
+                  
+                  
+                  
               
             <li class="expanded">
                     <a href="">Documentation</a>
@@ -139,7 +226,7 @@
           </li>
                   
     <li class="none">
-              <strong>Reference Library</strong>
+              <strong>UDDI Library</strong>
         </li>
                   
     <li class="none">
@@ -149,24 +236,21 @@
     <li class="none">
                     <a href="apidocs3/index.html">Javadocs v3</a>
           </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</a>
+          </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -181,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -203,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -245,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -255,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -278,124 +361,76 @@
 	    </p>
 </div>
 <div class="section"><h2><a name="UDDI_Specifications"></a>UDDI Specifications</h2>
-<p><strong><a class="externalLink" href="http://www.uddi.org/">UDDI.org</a></strong><br />
-<strong><a class="externalLink" href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv1">UDDI Version 1.0 Specification</a></strong><br />
-<strong><a class="externalLink" href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2">UDDI Version 2.0 Specification</a></strong><br />
-<strong><a class="externalLink" href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv3">UDDI Version 3.0 Specification</a></strong></p>
+<p><strong><a href="http://uddi.xml.org/" class="externalLink">UDDI.org</a></strong><br />
+<strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv1" class="externalLink">UDDI Version 1.0 Specification</a></strong><br />
+<strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2" class="externalLink">UDDI Version 2.0 Specification</a></strong><br />
+<strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv3" class="externalLink">UDDI Version 3.0 Specification</a></strong></p>
 </div>
 <div class="section"><h2><a name="UDDI_Taxonomies"></a>UDDI Taxonomies</h2>
-<p><strong><a class="externalLink" href="http://www.census.gov/epcd/www/naics.html">North American Industry Classification System (NAICS)</a></strong><br />
+<p><strong><a href="http://www.census.gov/epcd/www/naics.html" class="externalLink">North American Industry Classification System (NAICS)</a></strong><br />
 U.S. Census Bureau</p>
-<p><strong><a class="externalLink" href="http://www.unspsc.org/Defaults.asp">United Nations Standard Products and Services Code System (UNSPSC) Version 3.1</a></strong><br />
+<p><strong><a href="http://www.unspsc.org/Defaults.asp" class="externalLink">United Nations Standard Products and Services Code System (UNSPSC) Version 3.1</a></strong><br />
 U.S. Census Bureau</p>
 </div>
 <div class="section"><h2><a name="Articles_Tutorials_and_Best_Practices"></a>Articles, Tutorials and Best Practices</h2>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-version/">Best practices for Web services versioning</a></strong><br />
+<p><strong><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-version/" class="externalLink">Best practices for Web services versioning</a></strong><br />
 Keep your Web services current with WSDL and UDDI<br />
 Kyle Brown and Michael Ellis, IBM developerWorks<br />
 January 2004</p>
-<p><strong><a class="externalLink" href="http://www.sys-con.com/webservices/article.cfm?id=663">Registering a Web Service in UDDI using the new WSDL mapping model</a></strong><br />
-Anne Thomas Manes, WebServices Journal<br />
-October 2003</p>
-<p><strong><a class="externalLink" href="http://www.sys-con.com/webservices/article.cfm?id=664">Bringing Order to Enterprise Service Proliferation</a></strong><br />
-The foundation of a flexible infrastructure<br />
-Toufic Boubez, WebServices Journal<br />
-October 2003</p>
-<p><strong><a class="externalLink" href="http://www.line56.com/articles/default.asp?ArticleID=4927">A Second Look at UDDI</a></strong><br />
-The stepchild of Web services could be a cornerstone of service-oriented architectures beginning to take shape<br />
-Jim Ericson, Line56.com<br />
-August 2003</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/edu/ws-dw-ws-dwsuddi-i.html">Discovering Web Services: UDDI (a Tutorial)</a></strong><br />
-Rick Hightower, IBM developerWorks<br />
-February 2003</p>
-<p><strong><a class="externalLink" href="http://www.gotdotnet.com/team/karstenj/docs/rss_in_uddi.aspx">Registering and Discovering RSS Feeds in UDDI</a></strong><br />
-Keep your Web services current with WSDL and UDDI<br />
-Karsten Januszewski, GotDotNet.com<br />
-July 2002</p>
-<p><strong><a class="externalLink" href="http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm">Using WSDL in a UDDI Registry</a></strong><br />
+<p><strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm" class="externalLink">Using WSDL in a UDDI Registry</a></strong><br />
 John Colgrave and Karsten Januszewski, UDDI.org<br />
 November 2003</p>
-<p><strong><a class="externalLink" href="http://msdn.microsoft.com/library/en-us/dnuddi/html/runtimeuddi1.asp">Using UDDI at Runtime Part I</a></strong><br />
-Building the Web Services Infrastructure to Support Client Applications<br />
-Karsten Januszewski, Microsoft<br />
-December 2001</p>
-<p><strong><a class="externalLink" href="http://msdn.microsoft.com/library/en-us/dnuddi/html/runtimeuddi2.asp">Using UDDI at Runtime Part II</a></strong><br />
-Dynamically Binding to Multiple Web Service Implementations<br />
-Karsten Januszewski, Microsoft<br />
-May 2002</p>
-<p><strong><a class="externalLink" href="http://www.onjava.com/pub/a/onjava/2002/02/27/uddi.html">Understanding UDDI and JAXR</a></strong><br />
-The why and what of the new approach<br />
-Satya Komatineni, O'Reilly ONJava.com<br />
-February 2002</p>
-<p><strong><a class="externalLink" href="http://java.sun.com/developer/technicalArticles/WebServices/jaxrws/">Registration and Discovery of Web Services Using JAXR with XML Registries such as UDDI and ebXML</a></strong><br />
+<p><strong><a href="http://java.sun.com/developer/technicalArticles/WebServices/jaxrws/" class="externalLink">Registration and Discovery of Web Services Using JAXR with XML Registries such as UDDI and ebXML</a></strong><br />
 The why and what of the new approach<br />
 Qusay H. Mahmoud, Sun Microsystems<br />
 June 2002</p>
-<p><strong><a class="externalLink" href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXR.html">Java API for XML Registries (a Tutorial)</a></strong><br />
-The why and what of the new approach<br />
-Kim Haase, Sun Microsystems</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod1/">A New Approach to UDDI and WSDL Part 1</a></strong><br />
+<p><strong><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod1/" class="externalLink">A New Approach to UDDI and WSDL Part 1</a></strong><br />
 The why and what of the new approach<br />
 John Colgrave, IBM developerWorks<br />
 August 2003</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod2.html">A New Approach to UDDI and WSDL Part 2</a></strong><br />
+<p><strong><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod2/" class="externalLink">A New Approach to UDDI and WSDL Part 2</a></strong><br />
 Usage scenarios in publishing and finding WSDL service descriptions<br />
 John Colgrave, IBM developerWorks<br />
 September 2003</p>
-<p><strong><a class="externalLink" href="http://www.onjava.com/pub/a/onjava/2002/02/27/uddi.html">Understanding UDDI and JAXR</a></strong><br />
-Satya Komatineni, O'Reilly OnJava.com<br />
-February 2002</p>
-<p><strong><a class="externalLink" href="http://www.sys-con.com/webservices/article.cfm?id=87">Understanding UDDI tModels and Taxonomies</a></strong><br />
-The key integration point for products supporting Web services<br />
-Andy Grove, Web Services Journal (Volume 1, Issue 2)<br />
-January 2001</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl/">Understanding WSDL in a UDDI Registry Part 1</a></strong><br />
+<p><strong><a href="http://www.ibm.com/developerworks/webservices/library/ws-wsdl/" class="externalLink">Understanding WSDL in a UDDI Registry Part 1</a></strong><br />
 How to publish and find WSDL service descriptions<br />
 Peter Brittenham, Francisco Cubera, Dave Ehnebuske, Steve Graham, IBM developerWorks<br />
 September 2001 (updated September 2002)</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl2/">Understanding WSDL in a UDDI Registry Part 2</a></strong><br />
-Usage scenarios in publishing and finding WSDL service descriptions<br />
-Peter Brittenham, IBM developerWorks<br />
-September 2001</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl3/">Understanding WSDL in a UDDI Registry Part 3</a></strong><br />
+<p><strong><a href="http://www.ibm.com/developerworks/webservices/library/ws-wsdl2/" class="externalLink">Understanding WSDL in a UDDI Registry Part 2</a></strong><br />
+How to publish and find WSDL service descriptions<br />
+Peter Brittenham, Francisco Cubera, Dave Ehnebuske, Steve Graham, IBM developerWorks<br />
+September 2001 (updated September 2002)</p>
+<p><strong><a href="http://www.ibm.com/developerworks/webservices/library/ws-wsdl3/" class="externalLink">Understanding WSDL in a UDDI Registry Part 3</a></strong><br />
 How to publish and find WSDL service descriptions<br />
 Peter Brittenham, IBM developerWorks<br />
 November 2001</p>
-<p><strong><a class="externalLink" href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl3/">UDDI - A Foundation for Web Services</a></strong><br />
-Thomas A. Bellwood, IBM developerWorks<br />
-November 2001</p>
-<p><strong><a class="externalLink" href="http://www.stencilgroup.com/ideas_scope_200104uddi.html">Why UDDI Will Succeed, Quietly: Two Factors Push Web Services Forward</a></strong><br />
-Brent Sleeper, The Stencil Group<br />
-April 2001</p>
-<p><strong><a class="externalLink" href="http://www.uddi.org/pubs/TN-taxonomy-provider-V1.00-Final-20010717.pdf">Providing a Taxonomy for Use in UDDI Version 2</a></strong><br />
+<p><strong><a href="http://www.uddi.org/pubs/TN-taxonomy-provider-V1.00-Final-20010717.pdf" class="externalLink">Providing a Taxonomy for Use in UDDI Version 2</a></strong><br />
 UDDI.org<br />
 July 2001</p>
-<p><strong><a class="externalLink" href="http://www.developer.com/services/article.php/1367781">The Role of Taxonomies in UDDI: tModels Demystified</a></strong><br />
+<p><strong><a href="http://www.developer.com/services/article.php/1367781" class="externalLink">The Role of Taxonomies in UDDI: tModels Demystified</a></strong><br />
 Ravi Trivedi, Developer.com</p>
-<p><strong><a class="externalLink" href="http://www.developer.com/services/article.php/3374631">Versioning of Web Services: An UDDI Subscription-Based Approach</a></strong><br />
+<p><strong><a href="http://www.developer.com/services/article.php/3374631" class="externalLink">Versioning of Web Services: An UDDI Subscription-Based Approach</a></strong><br />
 Aravilli Srinivasa Rao, Developer.com</p>
-<p><strong><a class="externalLink" href="http://www.gotdotnet.com/team/karstenj/docs/rss_in_uddi.aspx">Registering and Discovering RSS Feeds in UDDI</a></strong><br />
-Karsten Januszewski, GotDotNet.com</p>
 </div>
 <div class="section"><h2><a name="Related_Specifications"></a>Related Specifications</h2>
-<p><strong><a class="externalLink" href="http://www.w3.org/TR/SOAP/">SOAP W3C Specification</a></strong></p>
-<p><strong><a class="externalLink" href="http://www.w3c.org/TR/wsdl.html">Web Services Description Language (WSDL) 1.1</a></strong></p>
-<p><strong><a class="externalLink" href="http://java.sun.com/xml/jaxr/">Java API for XML Registries (JAXR)</a></strong></p>
+<p><strong><a href="http://www.w3.org/TR/SOAP/" class="externalLink">SOAP W3C Specification</a></strong></p>
+<p><strong><a href="http://www.w3c.org/TR/wsdl.html" class="externalLink">Web Services Description Language (WSDL) 1.1</a></strong></p>
+<p><strong><a href="http://java.sun.com/xml/jaxr/" class="externalLink">Java API for XML Registries (JAXR)</a></strong></p>
 </div>
 <div class="section"><h2><a name="Other_Resources"></a>Other Resources</h2>
-<p><strong><a class="externalLink" href="http://java.sun.com/docs/books/jls/index.html">The Java Language Specification</a></strong><br />
+<p><strong><a href="http://java.sun.com/docs/books/jls/index.html" class="externalLink">The Java Language Specification</a></strong><br />
 
         Written by the creators of the Java Programming Language, this online
         book is considered by many to be the bible for programming in Java. A must
         read.
       </p>
-<p><strong><a class="externalLink" href="http://java.sun.com/products/jdk/javadoc/index.html">Javadoc</a></strong><br />
+<p><strong><a href="http://java.sun.com/products/jdk/javadoc/index.html" class="externalLink">Javadoc</a></strong><br />
 
         Javadoc is the automatic software documentation generator used by Java
         since it was first released. All code written for this project must be
         documented using Javadoc conventions.
       </p>
-<p><strong><a class="externalLink" href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">The Java Code Conventions</a></strong><br />
+<p><strong><a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html" class="externalLink">The Java Code Conventions</a></strong><br />
 
         This Sun document specifies the de-facto standard way of formatting
         Java code. All code written for this project must follow these conventions.
@@ -408,15 +443,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -424,5 +460,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/license.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/license.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/license.html (original)
+++ webservices/juddi/site/license.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Project License</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-            
+                    
+                  
+                  
+                  
+                        
               
             <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -493,15 +570,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -509,5 +587,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/list-guidelines.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/list-guidelines.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/list-guidelines.html (original)
+++ webservices/juddi/site/list-guidelines.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Mailing Lists Guidelines</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,18 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -139,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -149,24 +236,21 @@
     <li class="none">
                     <a href="apidocs3/index.html">Javadocs v3</a>
           </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</a>
+          </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -181,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -203,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -245,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -255,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -317,15 +400,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -333,5 +417,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/mail-lists.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/mail-lists.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/mail-lists.html (original)
+++ webservices/juddi/site/mail-lists.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Project Mailing Lists</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,20 +201,13 @@
           </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -141,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -159,20 +244,13 @@
         </li>
               
           
-              
-      
-            
-            
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                        
+                  
+                  
+                  
+                  
+                  
               
             <li class="expanded">
                     <a href="">Project Information</a>
@@ -187,15 +265,15 @@
         </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -209,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -251,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -261,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -284,22 +361,22 @@
 <th>Archive</th>
 </tr>
 <tr class="b"><td>jUDDI User List</td>
-<td><a class="externalLink" href="mailto:juddi-user-subscribe@ws.apache.org">Subscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-user-unsubscribe@ws.apache.org">Unsubscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-user@ws.apache.org">Post</a></td>
-<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/ws-juddi-user/">mail-archives.apache.org</a></td>
+<td><a href="mailto:juddi-user-subscribe@ws.apache.org" class="externalLink">Subscribe</a></td>
+<td><a href="mailto:juddi-user-unsubscribe@ws.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a href="mailto:juddi-user@ws.apache.org" class="externalLink">Post</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/ws-juddi-user/" class="externalLink">mail-archives.apache.org</a></td>
 </tr>
 <tr class="a"><td>jUDDI Developer List</td>
-<td><a class="externalLink" href="mailto:juddi-dev-subscribe@ws.apache.org">Subscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-dev-unsubscribe@ws.apache.org">Unsubscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-dev@ws.apache.org">Post</a></td>
-<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/">mail-archives.apache.org</a></td>
+<td><a href="mailto:juddi-dev-subscribe@ws.apache.org" class="externalLink">Subscribe</a></td>
+<td><a href="mailto:juddi-dev-unsubscribe@ws.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a href="mailto:juddi-dev@ws.apache.org" class="externalLink">Post</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/" class="externalLink">mail-archives.apache.org</a></td>
 </tr>
 <tr class="b"><td>jUDDI SVN List</td>
-<td><a class="externalLink" href="mailto:juddi-cvs-subscribe@ws.apache.org">Subscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-cvs-unsubscribe@ws.apache.org">Unsubscribe</a></td>
-<td><a class="externalLink" href="mailto:juddi-cvs@ws.apache.org">Post</a></td>
-<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/">mail-archives.apache.org</a></td>
+<td><a href="mailto:juddi-cvs-subscribe@ws.apache.org" class="externalLink">Subscribe</a></td>
+<td><a href="mailto:juddi-cvs-unsubscribe@ws.apache.org" class="externalLink">Unsubscribe</a></td>
+<td><a href="mailto:juddi-cvs@ws.apache.org" class="externalLink">Post</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/" class="externalLink">mail-archives.apache.org</a></td>
 </tr>
 </table>
 </div>
@@ -310,15 +387,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -326,5 +404,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Modified: webservices/juddi/site/participate.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/participate.html?rev=799537&r1=799536&r2=799537&view=diff
==============================================================================
--- webservices/juddi/site/participate.html (original)
+++ webservices/juddi/site/participate.html Fri Jul 31 07:59:15 2009
@@ -15,24 +15,117 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Apache jUDDI - Participation</title>
     <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
       @import url("./css/site.css");
+      @import url("./css/transparencies.css");
     </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          </head>
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
   <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
     <div id="banner">
-                  <a href="ws.apache.org/juddi/" id="bannerLeft">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
     
-                                            <img src="images/project-logo.gif" alt="" />
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
     
             </a>
-                          <span id="bannerRight">
+                          <div id="bannerRight">
     
-                                            <img src="images/juddi.gif" alt="" />
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
     
-            </span>
+            </div>
             <div class="clear">
         <hr/>
       </div>
@@ -43,25 +136,26 @@
 
   
     
-  
+    
   
     
             <div class="xleft">
-          
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
                 <a href="http://www.apache.org/" class="externalLink">Apache</a>
                 &gt;
       
-                <a href="../">WebServices</a>
-                  </div>
+                <a href="../../">WebServices</a>
+                          </div>
             <div class="xright">      
   
 
   
     
-  
+    
   
     
-             Last Published: 05 Jun 2009
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
             </div>
       <div class="clear">
         <hr/>
@@ -74,7 +168,7 @@
 
   
     
-  
+    
   
     
                    <h5>Apache jUDDI</h5>
@@ -85,10 +179,8 @@
           </li>
               
           
-              
-      
-            
-      
+                    
+                  
               
         <li class="expanded">
                     <a href="">Get jUDDI</a>
@@ -109,18 +201,13 @@
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Documentation</a>
@@ -139,7 +226,7 @@
           </li>
                   
     <li class="none">
-                    <a href="library.html">Reference Library</a>
+                    <a href="library.html">UDDI Library</a>
           </li>
                   
     <li class="none">
@@ -149,24 +236,21 @@
     <li class="none">
                     <a href="apidocs3/index.html">Javadocs v3</a>
           </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</a>
+          </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Project Information</a>
@@ -181,15 +265,15 @@
           </li>
                   
     <li class="none">
-                    <a href="issue-tracking.html">Issue Tracking</a>
+                    <a href="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</a>
           </li>
                   
     <li class="none">
-                    <a href="dependencies.html">Dependencies</a>
+                    <a href="issue-tracking.html">Issue Tracking</a>
           </li>
                   
     <li class="none">
-                    <a href="dependency-convergence.html">Dependency Convergence</a>
+                    <a href="dependencies.html">Dependencies</a>
           </li>
                   
     <li class="none">
@@ -203,34 +287,24 @@
         </li>
               
           
-              
-      
-            
-      
+                    
               
         <li class="expanded">
                     <a href="">Related Projects</a>
                   <ul>
                   
     <li class="none">
-                    <a href="../axis/">Apache Axis</a>
-          </li>
-                  
-    <li class="none">
-                    <a href="../scout/">Apache Scout</a>
+                    <a href="../../scout/">Apache Scout</a>
           </li>
               </ul>
         </li>
               
           
-              
-      
-            
-      
-            
-      
-            
-      
+                    
+                  
+                  
+                  
+                  
               
         <li class="expanded">
                     <a href="">Misc</a>
@@ -245,6 +319,10 @@
           </li>
                   
     <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
                     <a href="legal.html">Legal</a>
           </li>
                   
@@ -255,14 +333,19 @@
         </li>
           </ul>
                                            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
           </a>
                        
   
 
   
     
-  
+    
   
     
         </div>
@@ -285,7 +368,7 @@
           to evolve.
           <ul><li><a href="mail-lists.html">Join Mailing Lists</a></li>
 <li><a href="releases.html">Download Binary Builds</a></li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10401">Report Bugs &amp; Request New Features</a></li>
+<li><a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10401" class="externalLink">Report Bugs &amp; Request New Features</a></li>
 </ul>
 </p>
 </div>
@@ -307,7 +390,7 @@
 <div class="section"><h2><a name="Getting_Support_on_the_Lists"></a>Getting Support on the Lists</h2>
 <p>We do all development and bug fixing on the latest available code base.
           If you've encountered what you think is a bug, please first check the
-          <a class="externalLink" href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10401">issues database</a> for known issues. If you
+          <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10401" class="externalLink">issues database</a> for known issues. If you
           can't find your bug, make sure you're using the latest code base. We are
           not able to fix bugs on earlier code bases.
         </p>
@@ -316,12 +399,12 @@
             like find_business, you'll likely be asked to post a log of the SOAP
             message exchanges between your client and the jUDDI server. You can
             use the axis tool
-            <a class="externalLink" href="http://ws.apache.org/axis/java/developers-guide.html">TCPMon</a>
+            <a href="http://ws.apache.org/axis/java/developers-guide.html" class="externalLink">TCPMon</a>
             to capture these messages.
         </p>
 <p>Remember, Apache helps those that help themselves. Please take a look
           at Eric S. Raymond's and Rick Moen's explanation of
-          <a class="externalLink" href="http://www.catb.org/~esr/faqs/smart-questions.html">&quot;How to Ask Questions The Smart Way</a>.
+          <a href="http://www.catb.org/~esr/faqs/smart-questions.html" class="externalLink">&quot;How to Ask Questions The Smart Way</a>.
           </p>
 </div>
 <div class="section"><h2><a name="jUDDI_Wiki"></a>jUDDI Wiki</h2>
@@ -329,7 +412,7 @@
           meeting place for the jUDDI community. This is a resource available
           to everyone, and you are encouraged to contribute. This is a good resource
           for 'HowTos' for common configuration issues.
-          <ul><li><a class="externalLink" href="http://wiki.apache.org/ws/jUDDI">http://wiki.apache.org/ws/jUDDI</a></li>
+          <ul><li><a href="http://wiki.apache.org/ws/jUDDI" class="externalLink">http://wiki.apache.org/ws/jUDDI</a></li>
 </ul>
 </p>
 </div>
@@ -340,15 +423,16 @@
       <hr/>
     </div>
     <div id="footer">
-      <div class="xright">&#169;  
-          2004-2009
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
     
-          
+      All Rights Reserved.    
   
 
   
     
-  
+    
   
     
   </div>
@@ -356,5 +440,9 @@
         <hr/>
       </div>
     </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
   </body>
 </html>

Added: webservices/juddi/site/plugin-management.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/plugin-management.html?rev=799537&view=auto
==============================================================================
--- webservices/juddi/site/plugin-management.html (added)
+++ webservices/juddi/site/plugin-management.html Fri Jul 31 07:59:15 2009
@@ -0,0 +1,467 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache jUDDI - Project Plugin Management</title>
+    <style type="text/css" media="all">
+      @import url("./css/juddi-base.css");
+      @import url("./css/juddi-theme.css");
+      @import url("./css/site.css");
+      @import url("./css/transparencies.css");
+    </style>
+    <link rel="stylesheet" href="./css/.css" type="text/css" media="screen" />
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+           
+     <!--[if lt IE 7]>
+        <script type="text/javascript" src="unitpngfix.js" defer="defer"  ></script>
+    <![endif]--> 
+  <script type="text/javascript" >
+	 	// writeCookie("myCookie", "my name", 24);
+		// Stores the string "my name" in the cookie "myCookie" which expires after 24 hours.
+		// The hours parameter is optional; if hours is left out, the cookie value expires at the end of the visitor's browser session.
+		function writeCookie(name, value, hours)
+		{
+		  var expire = "";
+		  if(hours != null)
+		  {
+			expire = new Date((new Date()).getTime() + hours * 3600000);
+			expire = "; expires=" + expire.toGMTString();
+		  }
+		  document.cookie = name + "=" + escape(value) + expire + "; path=/";
+		}
+		function readCookie(name)
+		{
+		  var cookieValue = "";
+		  var search = name + "=";
+		  if(document.cookie.length > 0)
+		  { 
+			offset = document.cookie.indexOf(search);
+			if (offset != -1)
+			{ 
+			  offset += search.length;
+			  end = document.cookie.indexOf(";", offset);
+			  if (end == -1) end = document.cookie.length;
+			  cookieValue = unescape(document.cookie.substring(offset, end))
+			}
+		  }
+		  return cookieValue;
+		}
+		function getTheme () {
+			var myTheme = readCookie("Theme");
+			
+			if (myTheme != null && myTheme != ''){
+				//  alert(myTheme);
+				document.body.style.backgroundColor= myTheme
+			}
+			else {
+				document.body.style.backgroundColor='midnightblue';
+			}
+			
+		} 
+		function changeTheme (color) {
+			if (color != "#") {
+				document.body.style.backgroundColor=color;
+				writeCookie("Theme", color, 24);
+			}	
+		}
+	</script>
+    
+  </head>
+  <body class="composite">
+    <script type="text/javascript">getTheme();</script>
+    <div id="shell">
+    <div id="JUDDI">
+    <div id="wrapper">
+  
+    <!-- Header block: the Apache JUDDI banner image and description -->
+    <div id="header">
+        <table cellpadding="0" cellspacing="0" border="0" width="100%">
+            <tr>
+                <td>
+                    <h1>Apache JUDDI</h1>
+            		<p>An Apache Concole Project</p>
+                </td>
+                <td>
+                    <div id="logout" style="float:right;">
+                        <SELECT onchange="changeTheme(this.options[this.selectedIndex].value);" style="border:1px solid #ffffff;font-size:11px;">
+                         <OPTION value="#">-- Select Theme --</OPTION>
+
+                         <OPTION value="midnightblue">Deep Atlantic</OPTION>
+                         <OPTION value="#5d3207">Dark Chocolate</OPTION>
+                         <OPTION value="maroon">Crimson Tide</OPTION>
+                         <OPTION value="darkgreen">Forest Green</OPTION>
+                         <OPTION value="indigo">Purple Haze</OPTION>
+                         <OPTION value="#990066">HOT Pink</OPTION>
+
+                         <OPTION value="dimgrey">Neutral Grey</OPTION>
+                        </SELECT>
+                    </div>
+                </td>
+            </tr>
+        </table>
+    </div>
+
+
+    </div>
+    
+    <div id="banner">
+                  <a href="ws.apache.org/juddi/" id="bannerLeft"  >
+    
+                                            <img src="images/project-logo.gif" alt="Apache jUDDI" />
+    
+            </a>
+                          <div id="bannerRight">
+    
+                                            <img src="images/juddi.gif" alt="Apache jUDDI" />
+    
+            </div>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+    
+  
+    
+            <div class="xleft">
+        <span id="projectVersion">Version: 3.0.0.SNAPSHOT</span>
+                  |   
+                <a href="http://www.apache.org/" class="externalLink">Apache</a>
+                &gt;
+      
+                <a href="../../">WebServices</a>
+                          </div>
+            <div class="xright">      
+  
+
+  
+    
+    
+  
+    
+             <span id="publishDate">Last Published: 31 Jul 2009</span>
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+    
+  
+    
+                   <h5>Apache jUDDI</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Welcome</a>
+          </li>
+              
+          
+                    
+                  
+              
+        <li class="expanded">
+                    <a href="">Get jUDDI</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="none">
+                    <a href="participate.html">Participation</a>
+          </li>
+              
+          
+                    
+                  
+                  
+                  
+                  
+                  
+                  
+              
+        <li class="expanded">
+                    <a href="">Documentation</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/docs/" class="externalLink">jUDDI v3 docs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="usersguide.html">jUDDI v2 User guide</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="http://wiki.apache.org/ws/jUDDI" class="externalLink">Wiki</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="library.html">UDDI Library</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">Javadocs v2</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs3/index.html">Javadocs v3</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">XRef v3</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="http://apachejuddi.blogspot.com/" class="externalLink">jUDDI Blog</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="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="../../scout/">Apache Scout</a>
+          </li>
+              </ul>
+        </li>
+              
+          
+                    
+                  
+                  
+                  
+                  
+              
+        <li class="expanded">
+                    <a href="">Misc</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="who.html">Who We Are</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="committers.html">Committer Notes</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="thanks.html">Sponsors</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="legal.html">Legal</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">License</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img class="poweredBy"
+                 alt="Built by Maven"
+                 src="./images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
+          </a>
+                       
+  
+
+  
+    
+    
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Plugin Management</h2>
+<table class="bodyTable"><tr class="a"><th>GroupId</th>
+<th>ArtifactId</th>
+<th>Version</th>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-antrun-plugin" class="externalLink">maven-antrun-plugin</a></td>
+<td>1.3</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-assembly-plugin" class="externalLink">maven-assembly-plugin</a></td>
+<td>2.2-beta-2</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-clean-plugin" class="externalLink">maven-clean-plugin</a></td>
+<td>2.2</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-compiler-plugin" class="externalLink">maven-compiler-plugin</a></td>
+<td>2.0.2</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-dependency-plugin" class="externalLink">maven-dependency-plugin</a></td>
+<td>2.0</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-deploy-plugin" class="externalLink">maven-deploy-plugin</a></td>
+<td>2.4</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-ear-plugin" class="externalLink">maven-ear-plugin</a></td>
+<td>2.3.1</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-ejb-plugin" class="externalLink">maven-ejb-plugin</a></td>
+<td>2.1</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-install-plugin" class="externalLink">maven-install-plugin</a></td>
+<td>2.2</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-jar-plugin" class="externalLink">maven-jar-plugin</a></td>
+<td>2.2</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-javadoc-plugin" class="externalLink">maven-javadoc-plugin</a></td>
+<td>2.5</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
+<td>2.4.3</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-rar-plugin" class="externalLink">maven-rar-plugin</a></td>
+<td>2.2</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-release-plugin/" class="externalLink">maven-release-plugin</a></td>
+<td>2.0-beta-8</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-resources-plugin" class="externalLink">maven-resources-plugin</a></td>
+<td>2.3</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-site-plugin" class="externalLink">maven-site-plugin</a></td>
+<td>2.0.1</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-source-plugin" class="externalLink">maven-source-plugin</a></td>
+<td>2.0.4</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/surefire/maven-surefire-plugin" class="externalLink">maven-surefire-plugin</a></td>
+<td>2.4.3</td>
+</tr>
+<tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-war-plugin" class="externalLink">maven-war-plugin</a></td>
+<td>2.1-alpha-2</td>
+</tr>
+</table>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;         
+   
+          2004-2009.
+    
+      All Rights Reserved.    
+  
+
+  
+    
+    
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
+  </body>
+</html>



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