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:52:15 UTC

svn commit: r799536 - in /webservices/juddi/branches/v3_trunk: ./ juddi-core/ site/ site/src/ site/src/site/ site/src/site/resources/ site/src/site/resources/css/ site/src/site/resources/images/ site/src/site/resources/images/logos/ site/src/site/xdoc/...

Author: kstam
Date: Fri Jul 31 07:52:14 2009
New Revision: 799536

URL: http://svn.apache.org/viewvc?rev=799536&view=rev
Log:
JUDDI-189 upgrading juddi website

Added:
    webservices/juddi/branches/v3_trunk/site/
    webservices/juddi/branches/v3_trunk/site/maven-site.vm
    webservices/juddi/branches/v3_trunk/site/pom.xml
    webservices/juddi/branches/v3_trunk/site/src/   (props changed)
      - copied from r798252, webservices/juddi/branches/v3_trunk/src/
    webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-base.css
    webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-theme.css
    webservices/juddi/branches/v3_trunk/site/src/site/resources/css/transparencies.css
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/Apache_JUDDI.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/active_tab.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/apache-portals.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/banner.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bar.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_bottom_gradient.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_top_gradient.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/external.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/footer_bar.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/gear.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v2.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v3.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo1616.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo3232.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logos/
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logos/maven-feather.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd_2.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkgd.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/newwindow.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto_logo.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/powered-by.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/s.gif   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/strong.gif   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/images/tab_bkgd.png   (with props)
    webservices/juddi/branches/v3_trunk/site/src/site/resources/unitpngfix.js
    webservices/juddi/branches/v3_trunk/site/src/site/xdoc/thanks.xml
Removed:
    webservices/juddi/branches/v3_trunk/src/
Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
    webservices/juddi/branches/v3_trunk/pom.xml
    webservices/juddi/branches/v3_trunk/site/src/site/resources/css/print.css
    webservices/juddi/branches/v3_trunk/site/src/site/resources/css/site.css
    webservices/juddi/branches/v3_trunk/site/src/site/site.xml
    webservices/juddi/branches/v3_trunk/site/src/site/xdoc/library.xml
    webservices/juddi/branches/v3_trunk/uddi-client/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=799536&r1=799535&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Fri Jul 31 07:52:14 2009
@@ -287,7 +287,7 @@
 	  <dependency> 
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1</version>
       </dependency>
     </dependencies>
 	<build>

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=799536&r1=799535&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Fri Jul 31 07:52:14 2009
@@ -72,19 +72,22 @@
 			<id>kstam</id>
 			<name>Kurt Stam</name>
 			<email>kstam AT apache.org</email>
-			<organization>ASF</organization>
+			<url>http://www.jboss.org</url>
+			<organization>JBoss/Red Hat</organization>
 		</developer>
 		<developer>
 			<id>jfaath</id>
 			<name>Jeffrey Faath</name>
 			<email>jfaath AT apache.org</email>
-			<organization>ASF</organization>
+			<url>http://www.esigma.com</url>
+			<organization>ESigma</organization>
 		</developer>
 		<developer>
 			<id>tcunningham</id>
 			<name>Tom Cunningham</name>
 			<email>tcunningham AT apache.org</email>
-			<organization>ASF</organization>
+			<url>http://www.jboss.org/jbossesb</url>
+			<organization>JBoss/Red Ha</organization>
 		</developer>
 		<developer>
 			<id>sviens</id>
@@ -94,24 +97,25 @@
 			<organization>ASF</organization>
 		</developer>
 		<developer>
-			<id>acutright</id>
-			<name>Andy Cutright</name>
-			<email>acutright AT apache.org</email>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
 			<id>anil</id>
 			<name>Anil Saldhana</name>
 			<email>anil AT apache.org</email>
-			<organization>ASF</organization>
-		</developer>
-		<developer>
-			<id>dims</id>
-			<name>Davanum Srinivas</name>
-			<email>dims AT yahoo.com</email>
-			<organization>ASF</organization>
+			<url>http://www.jboss.org</url>
+			<organization>JBoss/Red Hat</organization>
 		</developer>
 	</developers>
+	<contributors>
+	    <contributor>
+			<name>Ken Wilson</name>
+			<organization>Dynamic Site Design</organization>
+			<url>http://www.dynamicsitedesign.com</url>
+		</contributor>
+	    <contributor>
+			<name>Jeremi Thebeau</name>
+			<organization>Xceptance Software Technologies</organization>
+			<url>http://www.xceptance.com</url>
+		</contributor>
+	</contributors>
 	<licenses>
 		<license>
 			<name>The Apache Software License, Version 2.0</name>

Added: webservices/juddi/branches/v3_trunk/site/maven-site.vm
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/maven-site.vm?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/maven-site.vm (added)
+++ webservices/juddi/branches/v3_trunk/site/maven-site.vm Fri Jul 31 07:52:14 2009
@@ -0,0 +1,487 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+#macro ( link $href $name )
+  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
+    <a href="$href" class="externalLink">$name</a>
+  #else
+    <a href="$href">$name</a>
+  #end
+#end
+
+#macro ( banner $banner $id )
+  #if ( $banner )
+    #if( $banner.href )
+      <a href="$banner.href" id="$id" #if( $banner.alt ) title="$banner.alt" #end >
+    #else
+        <div id="$id">
+    #end
+
+    #if( $banner.src )
+        #set ( $src = $banner.src )
+        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
+            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
+            #set ( $src = $src.replaceAll( "\\", "/" ) )
+        #end
+        #if ( $banner.alt )
+            #set ( $alt = $banner.alt )
+        #else
+            #set ( $alt = $banner.name )
+        #end
+        <img src="$src" alt="$alt" />
+    #else
+        $banner.name
+    #end
+
+    #if( $banner.href )
+        </a>
+    #else
+        </div>
+    #end
+  #end
+#end
+
+#macro ( links $links )
+  #set ( $counter = 0 )
+  #foreach( $item in $links )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+    #link( $currentItemHref $item.name )
+    #if ( $links.size() > $counter )
+      |
+    #end
+  #end
+#end
+
+#macro ( breadcrumbs $breadcrumbs )
+  #set ( $counter = 0 )
+  #foreach( $item in $breadcrumbs )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
+      $item.name
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+    #if ( $breadcrumbs.size() > $counter )
+      &gt;
+    #end
+  #end
+#end
+
+#macro ( displayTree $display $item )
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #foreach( $subitem in $item.items )
+      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
+      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
+      #if ( $alignedFileName == $subitemHref )
+        #set ( $display = true )
+      #end
+
+      #displayTree( $display $subitem )
+    #end
+  #end
+#end
+
+#macro ( menuItem $item )
+  #set ( $collapse = "none" )
+  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $item.collapse == false )
+      #set ( $collapse = "expanded" )
+    #else
+      ## By default collapsed
+      #set ( $collapse = "collapsed" )
+    #end
+
+    #set ( $display = false )
+    #displayTree( $display $item )
+
+    #if ( $alignedFileName == $currentItemHref || $display )
+      #set ( $collapse = "expanded" )
+    #end
+  #end
+  <li class="$collapse">
+    #if ( $item.img )
+      #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) )
+        #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) )
+        #set ( $src = $src.replaceAll( "\\", "/" ) )
+        <img src="$src"/>
+      #else
+        <img src="$item.img" align="absbottom" style="border-width: 0"/>
+      #end
+    #end
+    #if ( $alignedFileName == $currentItemHref )
+      <strong>$item.name</strong>
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $collapse == "expanded" )
+      <ul>
+        #foreach( $subitem in $item.items )
+          #menuItem( $subitem )
+        #end
+      </ul>
+    #end
+  #end
+  </li>
+#end
+
+#macro ( mainMenu $menus )
+  #foreach( $menu in $menus )
+    #if ( $menu.name )
+    <h5>$menu.name</h5>
+    #end
+    #if ( $menu.items && $menu.items.size() > 0 )
+    <ul>
+      #foreach( $item in $menu.items )
+        #menuItem( $item )
+      #end
+    </ul>
+    #end
+  #end
+#end
+
+#macro ( copyright )
+  #if ( $project )
+    #if ( ${project.organization} && ${project.organization.name} )
+      #set ( $period = "" )
+    #else
+      #set ( $period = "." )
+   #end
+
+   #set ( $currentYear = ${currentDate.year} + 1900 )
+
+    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
+      ${project.inceptionYear}-${currentYear}${period}
+    #else
+      ${currentYear}${period}
+    #end
+
+    #if ( ${project.organization} )
+      #if ( ${project.organization.name} && ${project.organization.url} )
+          <a href="$project.organization.url">${project.organization.name}</a>.
+      #elseif ( ${project.organization.name} )
+        ${project.organization.name}.
+      #end
+    #end
+  #end
+#end
+
+#macro ( publishDate $position $publishDate $version )
+  #if ( $publishDate && $publishDate.format )
+    #set ( $format = $publishDate.format )
+  #else
+    #set ( $format = "yyyy-MM-dd" )
+  #end
+
+  $dateFormat.applyPattern( $format )
+
+  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+
+  #if ( $publishDate && $publishDate.position )
+    #set ( $datePosition = $publishDate.position )
+  #else
+    #set ( $datePosition = "left" )
+  #end
+
+  #if ( $version )
+    #if ( $version.position )
+      #set ( $versionPosition = $version.position )
+    #else
+      #set ( $versionPosition = "left" )
+    #end
+  #else
+    #set ( $version = "" )
+    #set ( $versionPosition = "left" )
+  #end
+
+  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
+  #set ( $links = $decoration.body.links )
+
+  #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
+    #set ( $prefix = "&nbsp;|" )
+  #else
+    #set ( $prefix = "" )
+  #end
+
+  #if ( $datePosition.equalsIgnoreCase( $position ) )
+    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+      #if ( $versionPosition.equalsIgnoreCase( $position ) )
+        &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+      #end
+    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #end
+      </div>
+    #elseif ( $datePosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #end
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
+    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+      </div>
+    #elseif ( $versionPosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $position.equalsIgnoreCase( "left" ) )
+    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+      <div class="xleft">
+        #breadcrumbs( $breadcrumbs )
+      </div>
+    #end
+  #end
+#end
+
+#macro ( poweredByLogo $poweredBy )
+    #if( $poweredBy )
+        #foreach ($item in $poweredBy)
+            #if( $item.href )
+                #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
+                #set ( $href = $href.replaceAll( "\\", "/" ) )
+            #else
+                #set ( $href="http://maven.apache.org/" )
+            #end
+
+            #if( $item.name )
+                #set ( $name = $item.name )
+            #else
+                #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
+                #set ( $name = "${name} Maven"  )
+            #end
+
+            #if( $item.img )
+                #set ( $img = $item.img )
+            #else
+                #set ( $img = "images/logos/maven-feather.png" )
+            #end
+
+            <a href="$href" title="$name" class="poweredBy">
+              #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
+              #set ( $img = $img.replaceAll( "\\", "/" ) )
+              <img  class="poweredBy"
+                    alt="$name"
+                    src="$img"
+                    width="90"
+                    height="30"
+              />
+            </a>
+        #end
+        #if( $poweredBy.isEmpty() )
+          <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+            <img class="poweredBy"
+                 alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven"
+                 src="$relativePath/images/logos/maven-feather.png"
+                 width="90"
+                 height="30"
+                 border="1" />
+          </a>
+        #end
+    #else
+        <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+          <img class="poweredBy"
+               alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven"
+               src="$relativePath/images/logos/maven-feather.png"
+               width="90"
+               height="30"
+               border="1"
+               />
+        </a>
+    #end
+#end
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
+    <title>$title</title>
+    <style type="text/css" media="all">
+      @import url("$relativePath/css/juddi-base.css");
+      @import url("$relativePath/css/juddi-theme.css");
+      @import url("$relativePath/css/site.css");
+      @import url("./css/transparencies.css");
+    </style>
+    <link rel="stylesheet" href="$relativePath/css/.css" type="text/css" media="screen" />
+    <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" />
+    #foreach( $author in $authors )
+      <meta name="author" content="$author" />
+    #end
+#if ( $dateCreation )
+    <meta name="Date-Creation-yyyymmdd" content="$dateCreation" />
+#end
+#if ( $dateRevision )
+    <meta name="Date-Revision-yyyymmdd" content="$dateRevision" />
+#end
+    #if ( $decoration.body.head )
+      #foreach( $item in $decoration.body.head.getChildren() )
+        ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString()
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString()
+        #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
+        #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) )
+        #if ( $item.name == "script" )
+          $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" )
+        #else
+          $StringUtils.replace( $item.toString(), $documentHeader, "" )
+        #end
+      #end
+    #end
+   
+     <!--[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">
+      #banner( $decoration.bannerLeft "bannerLeft" )
+      #banner( $decoration.bannerRight "bannerRight" )
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      #publishDate( "left" $decoration.publishDate $decoration.version )
+      <div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+       #publishDate( "navigation-top" $decoration.publishDate $decoration.version )
+       #mainMenu( $decoration.body.menus )
+       #poweredByLogo( $decoration.poweredBy )
+       #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
+      </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        $bodyContent
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">Copyright &#169;#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    </div> <!-- end wrapper -->
+    </div> <!-- end JUDDI -->
+    </div> <!-- end shell -->
+    
+  </body>
+</html>

Added: webservices/juddi/branches/v3_trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/pom.xml?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/pom.xml (added)
+++ webservices/juddi/branches/v3_trunk/site/pom.xml Fri Jul 31 07:52:14 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+	<!--
+		* Copyright 2001-2009 The Apache Software Foundation. * * Licensed
+		under the Apache License, Version 2.0 (the "License"); * you may not
+		use this file except in compliance with the License. * You may obtain
+		a copy of the License at * *
+		http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by
+		applicable law or agreed to in writing, software * distributed under
+		the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES
+		OR CONDITIONS OF ANY KIND, either express or implied. * See the
+		License for the specific language governing permissions and *
+		limitations under the License. * */
+	-->
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<packaging>pom</packaging>
+	<groupId>org.apache.juddi</groupId>
+	<artifactId>juddi-site</artifactId>
+	<version>3.0.0.SNAPSHOT</version>
+	<name>jUDDI_v3 Site</name>
+	<parent>
+      <groupId>org.apache.juddi</groupId>
+      <artifactId>juddi-parent</artifactId>
+      <version>3.0.0.SNAPSHOT</version>
+  </parent>
+	<build>
+		<pluginManagement>
+	      <plugins>
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-site-plugin</artifactId>
+	          <version>2.0.1</version>
+	        </plugin>
+	      </plugins>
+	    </pluginManagement>
+		<plugins>
+			<plugin>
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-site-plugin</artifactId>
+		        <version>2.0.1</version>
+		        <configuration>
+          		   <templateFile>maven-site.vm</templateFile>
+        		</configuration>
+		    </plugin>
+		</plugins>
+	</build>
+</project>

Propchange: webservices/juddi/branches/v3_trunk/site/src/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-base.css
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-base.css?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-base.css (added)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-base.css Fri Jul 31 07:52:14 2009
@@ -0,0 +1,126 @@
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+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;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 190px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 15px;
+  margin-left: 215px;
+  margin-top:-5px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+
+#navcolumn h5 {
+  margin: 0px 0px 8px 0px;
+  padding: 0px;
+  font-size: normal;
+  color:#ffcc00
+}
+#navcolumn ul {
+  margin: 2px 0px;
+  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: 19px;
+  list-style-position: outside;
+  line-height: 1.3em;
+  font-size: smaller;
+}
+#navcolumn li strong {
+  	padding-left: 8px;
+  	color:#F90;
+	background: url(../images/strong.gif) 0px 3px no-repeat;
+	font-weight:normal;
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#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: 0px 4px 4px 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/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-theme.css
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-theme.css?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-theme.css (added)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/css/juddi-theme.css Fri Jul 31 07:52:14 2009
@@ -0,0 +1,113 @@
+
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#ededed;
+}
+a:visited  {
+  color:#dedede;
+}
+a:active, a:hover {
+  color:#fff;
+  text-decoration:underline
+}
+#legend li.externalLink {
+  background: url(../images/external.gif) 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;
+}
+
+h3 {
+  padding: 4px 4px 4px 6px;
+  color: darkorange;
+  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;
+	
+    position: static;
+}
+#leftColumn {
+  margin: 10px 0 0 10px;
+  border: 1px solid #999;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+
+
+
+.source {
+  border: 1px solid #999;
+  background-color:#ededed;
+  color:#888888;
+}
+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);
+}
+

Modified: webservices/juddi/branches/v3_trunk/site/src/site/resources/css/print.css
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/css/print.css?rev=799536&r1=798252&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/css/print.css (original)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/css/print.css Fri Jul 31 07:52:14 2009
@@ -1,16 +1,7 @@
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks	{
-	display: none;
-	}
-body.docs div.docs	{
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
 	margin: 0 !important;
 	border: none !important
-	}
-
-/* just to be sure */
-#navcolumn {
- width: 0px;
-}
-
-#leftcol {
- width: 0px;
 }

Modified: webservices/juddi/branches/v3_trunk/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/css/site.css?rev=799536&r1=798252&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/css/site.css (original)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/css/site.css Fri Jul 31 07:52:14 2009
@@ -1,81 +1,70 @@
-div#banner {
- border-top: 1px solid #fff;
- border-bottom: 1px solid #aaa;
-}
-
-#banner, #banner td {
- background: #fff;
- color: #036;
-}
-
-#tabs {
-  text-align: right;
-}
-
-.selectedTab {
-  color: #036;	
-}
-
- a.unselectedTab {
-  color: #888888;	
-}
-
-#source {
- background-color: #fff;
- color: #000;
- border-right: 1px solid #888;
- border-left: 1px solid #888;
- border-top: 1px solid #888;
- border-bottom: 1px solid #888;
- margin-right: 7px;
- margin-left: 7px;
- margin-top: 1em;
-}
-
-#source pre {
- margin-right: 7px;
- margin-left: 7px;
-}
-
-/* make the whole column grey */
-#navcolumn {
- width: 150px;
- }
-
-#leftcol {
- width: 150px;
-}
-
-/*
- * The Menu section.
- */
-.menuColumn {
-}
-
-.menu {
-  padding-bottom: .2em;
-  font-size: x-small;
-  text-decoration: none;
-}
-.menuLabel { font-weight: bold; }
-.menuItem {
-  padding-left: 12px;
-  text-decoration: none;
-}
-
-/* breadcrumbs */
-#breadcrumbs
-{
-	font-weight: bold;
-}
-.breadcrumbTrail
-{
-	padding-left: 5px;
-}
-.breadcrumb
-{
-	font-weight: bold;
-}
-.crumbSeparator
-{
-}
+div#banner {
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #aaa;
+ display:none;
+}
+
+#banner, #banner td {
+/* background: #fff; */
+ color: #036;
+}
+
+#tabs {
+  text-align: right;
+}
+
+.selectedTab {
+  color: #036;	
+}
+
+ a.unselectedTab {
+  color: #888888;	
+}
+
+#source {
+ background-color: #fff;
+ color: #000;
+ border-right: 1px solid #888;
+ border-left: 1px solid #888;
+ border-top: 1px solid #888;
+ border-bottom: 1px solid #888;
+ margin-right: 7px;
+ margin-left: 7px;
+ margin-top: 1em;
+}
+
+#source pre {
+ margin-right: 7px;
+ margin-left: 7px;
+}
+
+
+.menu {
+  padding-bottom: .2em;
+  font-size: x-small;
+  text-decoration: none;
+}
+.menuLabel { font-weight: bold; }
+.menuItem {
+  padding-left: 12px;
+  text-decoration: none;
+}
+
+/* breadcrumbs */
+#breadcrumbs
+{
+	font-weight: bold;
+}
+.breadcrumbTrail
+{
+	padding-left: 5px;
+}
+.breadcrumb
+{
+	font-weight: bold;
+}
+.crumbSeparator
+{
+}
+
+

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/css/transparencies.css
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/css/transparencies.css?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/css/transparencies.css (added)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/css/transparencies.css Fri Jul 31 07:52:14 2009
@@ -0,0 +1,189 @@
+@charset "UTF-8";
+/* CSS Document */
+
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+/* CSS Document */
+
+/* SET BASE FONT ATTRUBUTES */
+html, body, div, p, table, td, th {
+font-family: Arial, Helvetica, sans-serif;
+line-height: 1.2em;
+font-size: 1em;
+color: #ffffcc;
+}
+/* SORT OUT HEADER FORMATTING AND SIZES */
+h1, h2, h3, h4, h5 {font-weight: normal;}
+
+h1 {font-size: 1.5em;}
+h2 {font-size: 1.5em;}
+h3 {font-size: 1.5em;}
+h4 {font-size: 1.2em;}
+h5 {font-size: 1.1em;}
+h6 {font-size: 1em;}
+
+#navcolumn h5 {
+  margin-left:-10px;
+  padding: 4px  10px;
+  font-size: 1.2em; 
+  color:#ffcc00
+}
+
+
+
+#bodyColumn a {text-decoration:underline;color:darkorange;}
+#bodyColumn a:hover {text-decoration:underline;color:orange;}
+
+#navcolumn {
+  padding: 6px 0px 0px 10px;
+	background:url(../images/nav_bkd.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd.png', sizingMethod='scale');
+}
+#navcolumn li.expanded {
+  background: url(../images/gear.png) 0 -1px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gear.png', sizingMethod='image');
+}
+#navcolumn li.collapsed {
+  background: url(../images/gear.png) 0 -1px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gear.png', sizingMethod='image');
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #ffcc00;
+	background:url(../images/nav_bkgd.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkgd.png', sizingMethod='crop');
+    position: static;
+  
+}
+
+table.bodyTable {
+	border-collapse:collapse;
+  border-top:1px solid #ababab;
+  border-left:1px solid #ababab;
+	height:auto;
+	/* table-layout:fixed; */
+	width:100%;
+}
+table.bodyTable th {
+  color: white;
+	background:url(../images/nav_bkgd.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkgd.png', sizingMethod='crop');
+  text-align: left;
+  font-weight: bold;
+}
+table.bodyTable th, table.bodyTable td {
+	padding:3px;
+  vertical-align: top;
+  border-right:1px solid #ababab;
+  border-bottom:1px solid #ababab;
+  
+}
+table.bodyTable tr.a {
+	background:url(../images/nav_bkd.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd.png', sizingMethod='crop');
+}
+
+table.bodyTable tr.b {
+	filter: alpha(opacity = 50);
+	opacity: 0.5;
+	-moz-opacity: 0.5;
+	
+	background:url(../images/nav_bkd_2.png) 100% 100% repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/nav_bkd_2.png', sizingMethod='crop');
+}
+
+
+/* general layout */
+html ,body {
+    height: 100%;
+ 	padding: 0px;
+ 	margin: 0px;
+}
+#shell{
+    height: 100%;
+    font-size: 76%;
+	background:url(../images/bkgd_bottom_gradient.png) 100% 100% repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkgd_bottom_gradient.png', sizingMethod='scale');
+	background-position:bottom;
+	background-attachment:fixed;
+}
+#wrapper {
+	background: url(../images/bkgd_top_gradient.png) 0px 0px repeat-x;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkgd_top_gradient.png', sizingMethod='scale');
+}
+
+/** 'JUDDI' block **/
+
+#JUDDI {
+	background: url('../images/bar.png') 0 0 no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bar.png', sizingMethod='image');
+}
+/* EI 6 ignores the following rule */
+html>body #JUDDI{
+ 	margin-left: auto;
+    margin-right: auto;
+	height:100%;
+
+  	background: url('../images/bar.png') 0px 0px repeat-x;
+}
+
+/** 'header' block **/
+
+#header {
+  /* background: url('images/pluto_logo.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo_v2.png') 0px 0px no-repeat; */
+  /* background: url('images/juddi_logo_v3.png') 0px 0px no-repeat; */
+	background: url('../images/juddi_logo_v3.png') 0px 0px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/juddi_logo_v3.png', sizingMethod='image');
+ 	 width: auto;
+  	height: 122px;
+  	margin: 0px;
+  	vertical-align: top;
+}
+
+#header h1 {
+  display: none;
+  margin: 5px 10px 5px 10px;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: 200%;
+}
+
+#header p {
+  display: none;
+  margin: 0px 10px 0px 10px;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: smaller;
+}
+
+
+/** 'footer' block **/
+
+#footer {
+	background: url('../images/footer_bar.png') 0px 0px no-repeat;
+	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bar.png', sizingMethod='image');
+  clear: both;
+  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
+  font-size: smaller;
+  color: #ccc;
+  text-align: left;
+  margin: 10px 0px;
+  padding: 30px 20px 4px 20px;
+}
+html>body #footer {background: url('../images/footer_bar.png') 0px 0px repeat-x;}
\ No newline at end of file

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/Apache_JUDDI.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/Apache_JUDDI.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/Apache_JUDDI.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/active_tab.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/active_tab.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/active_tab.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/apache-portals.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/apache-portals.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/apache-portals.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/banner.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/banner.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/banner.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bar.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bar.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_bottom_gradient.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_bottom_gradient.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_bottom_gradient.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_top_gradient.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_top_gradient.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/bkgd_top_gradient.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/external.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/external.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/footer_bar.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/footer_bar.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/footer_bar.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/gear.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/gear.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/gear.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v2.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v2.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v3.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v3.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/juddi_logo_v3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo1616.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo1616.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo1616.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo3232.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo3232.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logo3232.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logos/maven-feather.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd_2.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd_2.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkd_2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkgd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkgd.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/nav_bkgd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/newwindow.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/newwindow.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto_logo.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto_logo.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/pluto_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/powered-by.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/powered-by.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/powered-by.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/s.gif
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/s.gif?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/s.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/strong.gif
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/strong.gif?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/strong.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/tab_bkgd.png
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/images/tab_bkgd.png?rev=799536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/juddi/branches/v3_trunk/site/src/site/resources/images/tab_bkgd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/juddi/branches/v3_trunk/site/src/site/resources/unitpngfix.js
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/resources/unitpngfix.js?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/resources/unitpngfix.js (added)
+++ webservices/juddi/branches/v3_trunk/site/src/site/resources/unitpngfix.js Fri Jul 31 07:52:14 2009
@@ -0,0 +1,35 @@
+var clear="images/s.gif" //path to clear.gif
+
+pngfix=function(){
+	var els=document.getElementsByTagName('*');
+	var ip=/\.png/i;
+	var i=els.length;
+	while(i-- >0){
+		var el=els[i];
+		var es=el.style;
+		if(el.src&&el.src.match(ip)&&!es.filter){
+			es.height=el.height;
+			es.width=el.width;
+			es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";
+			el.src=clear;
+		}
+		else{
+			var elb=el.currentStyle.backgroundImage;
+			if(elb.match(ip)){
+				var path=elb.split('"');
+				var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';
+				es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";
+				es.height=el.clientHeight+'px';
+				es.backgroundImage='none';
+				var elkids=el.getElementsByTagName('*');
+				if (elkids){
+					var j=elkids.length;
+					if(el.currentStyle.position!="absolute")es.position='static';
+					while (j-- >0)
+					if(!elkids[j].style.position)elkids[j].style.position="relative";
+				}
+			}
+		}
+	}
+}
+window.attachEvent('onload',pngfix);
\ No newline at end of file

Modified: webservices/juddi/branches/v3_trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/site.xml?rev=799536&r1=798252&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/site.xml (original)
+++ webservices/juddi/branches/v3_trunk/site/src/site/site.xml Fri Jul 31 07:52:14 2009
@@ -53,7 +53,7 @@
                 <item name="jUDDI v3 docs" href="http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/docs/"/>
                 <item name="jUDDI v2 User guide" href="usersguide.html"/>
                 <item name="Wiki" href="http://wiki.apache.org/ws/jUDDI"/>
-                <item name="Reference Library" href="library.html" />
+                <item name="UDDI Library" href="library.html" />
                 <item name="Javadocs v2" href="apidocs/index.html"/>
                 <item name="Javadocs v3" href="apidocs3/index.html"/>
                 <item name="XRef v3" href="xref/index.html"/>
@@ -61,6 +61,7 @@
             <item name="Project Information">
                 <item name="Project Information" href="project-info.html"/>
                 <item name="Mailing Lists" href="mail-lists.html"/>
+                <item name="jUDDI Blog" href="http://apachejuddi.blogspot.com/" />
                 <item name="Issue Tracking" href="issue-tracking.html"/>
                 <item name="Dependencies" href="dependencies.html"/>
                 <item name="Dependency Convergence" href="dependency-convergence.html"/>
@@ -68,12 +69,12 @@
                 <item name="Project Summary" href="project-summary.html"/>
             </item>
             <item name="Related Projects">
-    			<item name="Apache Axis" href="http://ws.apache.org/axis/" description="Apache Axis"/>
     			<item name="Apache Scout" href="http://ws.apache.org/scout/" description="Apache Scout"/>
   			</item>
   			<item name="Misc">
     			<item name="Who We Are" href="who.html" description="Who We Are"/>
     			<item name="Committer Notes" href="committers.html" description="Committer Notes"/>
+    			<item name="Sponsors" href="thanks.html" description="Thank you"/>
     			<item name="Legal" href="legal.html" description="Legal Stuff"/>
     			<item name="License" href="license.html" description="Apache 2.0 License"/>
   			</item>

Modified: webservices/juddi/branches/v3_trunk/site/src/site/xdoc/library.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/xdoc/library.xml?rev=799536&r1=798252&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/xdoc/library.xml (original)
+++ webservices/juddi/branches/v3_trunk/site/src/site/xdoc/library.xml Fri Jul 31 07:52:14 2009
@@ -17,7 +17,7 @@
 
     <section name="UDDI Specifications">        
       <p>
-      <strong><a href="http://www.uddi.org/">UDDI.org</a></strong><br/>
+      <strong><a href="http://uddi.xml.org/">UDDI.org</a></strong><br/>
       <strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/contribs.htm#uddiv1">UDDI Version 1.0 Specification</a></strong><br/>
       <strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv2">UDDI Version 2.0 Specification</a></strong><br/>
       <strong><a href="http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv3">UDDI Version 3.0 Specification</a></strong>
@@ -32,30 +32,16 @@
       
     <section name="Articles, Tutorials and Best Practices">            
       <p><strong><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-version/">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 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 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 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 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 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 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/>John Colgrave and Karsten Januszewski, UDDI.org<br/>November 2003</p>            
-      <p><strong><a 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 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 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 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/>The why and what of the new approach<br/>Qusay H. Mahmoud, Sun Microsystems<br/>June 2002</p>      
-      <p><strong><a 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 href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod1/">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 href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod2.html">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 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 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 href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl/">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 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 href="http://www-106.ibm.com/developerworks/webservices/library/ws-wsdl3/">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 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 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 href="http://www-106.ibm.com/developerworks/webservices/library/ws-udmod2/">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 href="http://www.ibm.com/developerworks/webservices/library/ws-wsdl/">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 href="http://www.ibm.com/developerworks/webservices/library/ws-wsdl2/">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/">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 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/>UDDI.org<br/>July 2001</p>
       <p><strong><a href="http://www.developer.com/services/article.php/1367781">The Role of Taxonomies in UDDI: tModels Demystified</a></strong><br/>Ravi Trivedi, Developer.com</p>
       <p><strong><a href="http://www.developer.com/services/article.php/3374631">Versioning of Web Services: An UDDI Subscription-Based Approach</a></strong><br/>Aravilli Srinivasa Rao, Developer.com</p>
-      <p><strong><a 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>
     </section>
 
     <section name="Related Specifications">        

Added: webservices/juddi/branches/v3_trunk/site/src/site/xdoc/thanks.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/site/src/site/xdoc/thanks.xml?rev=799536&view=auto
==============================================================================
--- webservices/juddi/branches/v3_trunk/site/src/site/xdoc/thanks.xml (added)
+++ webservices/juddi/branches/v3_trunk/site/src/site/xdoc/thanks.xml Fri Jul 31 07:52:14 2009
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Donated Software Licenses</title>
+  </properties>
+  <body>
+    <section name="Donated Software Licenses">
+	    <p>The jUDDI Project uses a few commercial products in the development 
+	    process. We are grateful for the community licenses which were provided 
+	    to the project at no costs. 
+	    </p>
+    </section>
+
+	<section name="JIRA">
+	    <p>
+	    Bug and issue tracker <a href="http://www.atlassian.com/software/jira/">
+	    Jira by Atlassion</a>.
+	    </p>
+    </section>
+
+    <section name="JProfiler">        
+      <p>
+         Java profiler <a href="http://www.ej-technologies.com/products/jprofiler/overview.html">
+         JProfiler by ej-technologies</a>.
+      </p>
+    </section>
+      
+    <section name="XLT">            
+         Xceptance LoadTest (XLT) for both regression as well as load tests by <a href="http://www.gqpartners.com/">Global Quality Partners, LLC</a> 
+         and <a href="http://www.xceptance.com/">Xceptance 
+         Software Technologies, Inc.</a> Load and performance tests were created and 
+         executed by our sponsors using Xceptance LoadTest (XLT) from Xceptance 
+         Software Technologies, Inc., of which Global Quality Partners, LLC is 
+         the exclusive North American distributor. To enable the Apache jUDDI 
+         project to continue and extend these tests, Xceptance has provided 
+         an unlimited XLT license and donated the source code of the test suite 
+         to the Apache jUDDI project. XLT is built and scripted in pure Java, 
+         providing a highly scalable and easily adaptable technology that can be 
+         used across development, quality assurance, and consulting teams.
+    </section>
+      
+  </body>
+</document>
\ No newline at end of file

Modified: webservices/juddi/branches/v3_trunk/uddi-client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-client/pom.xml?rev=799536&r1=799535&r2=799536&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-client/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-client/pom.xml Fri Jul 31 07:52:14 2009
@@ -91,6 +91,12 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
+			<artifactId>juddi-core</artifactId>
+			<version>3.0.0.SNAPSHOT</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-tomcat</artifactId>
 			<version>3.0.0.SNAPSHOT</version>
 			<type>zip</type>



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