You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by el...@apache.org on 2009/07/05 13:42:32 UTC

svn commit: r791229 - in /incubator/wink/trunk: src/site/ src/site/apt/ wink-client/src/site/ wink-client/src/site/apt/ wink-common/src/site/ wink-component-test-support/src/site/ wink-examples/apps/Bookmarks/src/site/ wink-examples/apps/HelloWorld/src...

Author: elib
Date: Sun Jul  5 11:42:31 2009
New Revision: 791229

URL: http://svn.apache.org/viewvc?rev=791229&view=rev
Log:
Replaced the "Symphony" references in the maven site with "Wink" issue [WINK-27]

Modified:
    incubator/wink/trunk/src/site/apt/additional-features.apt
    incubator/wink/trunk/src/site/apt/client.apt
    incubator/wink/trunk/src/site/apt/documentation.apt
    incubator/wink/trunk/src/site/apt/downloads.apt
    incubator/wink/trunk/src/site/apt/examples.apt
    incubator/wink/trunk/src/site/apt/how-to-build.apt
    incubator/wink/trunk/src/site/apt/index.apt
    incubator/wink/trunk/src/site/apt/license.apt
    incubator/wink/trunk/src/site/site.xml
    incubator/wink/trunk/wink-client/src/site/apt/index.apt
    incubator/wink/trunk/wink-client/src/site/site.xml
    incubator/wink/trunk/wink-common/src/site/site.xml
    incubator/wink/trunk/wink-component-test-support/src/site/site.xml
    incubator/wink/trunk/wink-examples/apps/Bookmarks/src/site/site.xml
    incubator/wink/trunk/wink-examples/apps/HelloWorld/src/site/site.xml
    incubator/wink/trunk/wink-examples/apps/QADefect/src/site/site.xml
    incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/src/site/site.xml
    incubator/wink/trunk/wink-examples/apps/SimpleDefects/src/site/site.xml
    incubator/wink/trunk/wink-examples/client/GoogleDocs-client/src/site/site.xml
    incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/apt/index.apt
    incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/site.xml
    incubator/wink/trunk/wink-examples/client/src/site/site.xml
    incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/src/site/site.xml
    incubator/wink/trunk/wink-examples/core/Jaxb/src/site/site.xml
    incubator/wink/trunk/wink-examples/core/Preconditions/src/site/site.xml
    incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/site.xml
    incubator/wink/trunk/wink-examples/ext/History/src/site/site.xml
    incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/site/site.xml
    incubator/wink/trunk/wink-examples/ext/Spring/src/site/site.xml
    incubator/wink/trunk/wink-examples/ext/WebDAV/src/site/site.xml
    incubator/wink/trunk/wink-examples/src/site/apt/index.apt
    incubator/wink/trunk/wink-examples/src/site/site.xml
    incubator/wink/trunk/wink-server/src/site/apt/index.apt
    incubator/wink/trunk/wink-server/src/site/site.xml
    incubator/wink/trunk/wink-webdav/src/site/site.xml

Modified: incubator/wink/trunk/src/site/apt/additional-features.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/additional-features.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/additional-features.apt (original)
+++ incubator/wink/trunk/src/site/apt/additional-features.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony 2.0 Additional Features
+ Wink 0.1 Additional Features
  -----
  -----
  May 2009
@@ -25,9 +25,9 @@
  
 Features Highlight
  
-* Symphony 2.0 Server additional features
+* Wink 0.1 Server additional features
 
-  On top of the JAX-RS specification, Symphony provides additional features that facilitate the development of RESTful Web services.
+  On top of the JAX-RS specification, Wink provides additional features that facilitate the development of RESTful Web services.
   This section contains a summary of the main additional features.
   For more detailed information regarding additional features, refer to {{{docs/Symphony_SDK_2.0_Features_List.pdf}Symphony SDK 2.0 Features List}} document
   
@@ -41,7 +41,7 @@
   
   * {{{APP Service Document}APP Service Document}}
   
-  * {{{Symphony Spring Integration}Symphony Spring Integration}}
+  * {{{Wink Spring Integration}Wink Spring Integration}}
   
   * {{{WebDAV}WebDAV}}
   
@@ -54,7 +54,7 @@
   
 ** {Link Builders}
 
-	Symphony 2.0 provides a mechanism that automatically generates all resource alternate links ("edit", "alternate" etc.) - one link per every supported media type. 
+	Wink 0.1 provides a mechanism that automatically generates all resource alternate links ("edit", "alternate" etc.) - one link per every supported media type. 
 	This mechanism is useful, for example, for a application that exposes collection resource as Atom Feed, referencing all its alternate representations.
 	
 	In this example, resource "alternate" and "self" links will be generated automatically:
@@ -73,28 +73,28 @@
 
 ** {Assets}
 
-    Symphony 2.0 introduces a new concept called Asset. Assets are POJO entities that can be returned by a resource method and can be injected to a resource method as an entity parameter.
+    Wink 0.1 introduces a new concept called Asset. Assets are POJO entities that can be returned by a resource method and can be injected to a resource method as an entity parameter.
     The purpose of the Asset concept is to simplify the resource development process.  
 
 ** {Providers}
    
-    In addition to JAX-RS standard providers (JAX-RS specification, section 4.2), Symphony 2.0 offers a set of complementary providers. 
+    In addition to JAX-RS standard providers (JAX-RS specification, section 4.2), Wink 0.1 offers a set of complementary providers. 
     The purpose of these providers is to supply mapping services between various representations (for example Atom, APP, OpenSearch, CSV, JSON and HTML) 
     and their associated data models (see "Data Models" section).
     
 ** {Data Models}
 
-	Symphony 2.0 provides an out-of-the box implementation of the following data models: <JAXB>, <JSON>, <Syndication>, <Atom Publishing Protocol>, <CSV>, <OpenSearch>
+	Wink 0.1 provides an out-of-the box implementation of the following data models: <JAXB>, <JSON>, <Syndication>, <Atom Publishing Protocol>, <CSV>, <OpenSearch>
 
-	NOTICE: Along with these data models, Symphony delivers providers for data models serialization/de-serialization (see "Providers" section). 
+	NOTICE: Along with these data models, Wink delivers providers for data models serialization/de-serialization (see "Providers" section). 
 
 ** {APP Service Document}
 
-	Symphony 2.0 supports automatic and manual generation of APP Service Documents.
+	Wink supports automatic and manual generation of APP Service Documents.
 
-** {Symphony Spring Integration}
+** {Wink Spring Integration}
 	
-	Symphony 2.0 has an integration with Spring Framework, delivering the following features: 
+	Wink has an integration with Spring Framework, delivering the following features: 
 	
 	*** An ability to register resources and providers from the Spring context.
 	
@@ -102,22 +102,22 @@
 	
 	*** Resources and providers can use Spring features like IoC, post-processors and so on.
 	
-	*** Symphony customization via the Spring context. 
+	*** Wink customization via the Spring context. 
 	  
 
 ** {WebDAV}
 
-	Symphony 2.0 provides an extension module for supporting the WebDAV protocol. 
+	Wink provides an extension module for supporting the WebDAV protocol. 
 	The extension contains the complete WebDAV XML model and a WebDAV response builder for easing the process of creating a WebDAV multistatus response.
 
 ** {User Handlers}
 
-	Symphony 2.0 utilizes three Handler Chains for the complete processing of a request: Request chain, Response chain and Error chain.
+	Wink utilizes three Handler Chains for the complete processing of a request: Request chain, Response chain and Error chain.
 	User Handlers can be embedded into each chain, to customize a chains behavior and to add unique functionality to it.
 
 ** {Resource Continued Search Mode}
 
-	Symphony 2.0 runtime provides a "Continued Search" mode when searching for a resource method. 
+	Wink runtime provides a "Continued Search" mode when searching for a resource method. 
 	According to JAX-RS specification only the first matching root resource and only the first matching sub-resource locator are selected 
 	during the process of matching requests to resource methods. 
 	This makes it impossible to implement certain use-cases, e.g having two resources anchored to the same URI, 
@@ -127,7 +127,7 @@
 
 	The JAX-RS specification defines the default lifecycle behavior for resources and providers, 
 	and the option for controlling the lifecycle through the javax.ws.rs.core.Application class. 
-	Symphony provides the @Scope annotation to specify the lifecycle of a provider or resource.
+	Wink provides the @Scope annotation to specify the lifecycle of a provider or resource.
 
 
 

Modified: incubator/wink/trunk/src/site/apt/client.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/client.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/client.apt (original)
+++ incubator/wink/trunk/src/site/apt/client.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony Client
+ Wink Client
  -----
  -----
  June 2008
@@ -23,9 +23,9 @@
 ~~ under the License.
 ~~
 
-Symphony Client
+Wink Client
  
-  The Symphony Client is a Java based library that provides functionality for communicating with Rest based web services. 
+  The Wink Client is a Java based library that provides functionality for communicating with Rest based web services. 
   The library is built on top of the JDK HttpURLConnection and adds essential features that facilitate the development of client applications.
   
   * Supports the IETF Atom Syndication Format and Atom Publishing Protocol standards (RFC's 4287 and 5023).
@@ -46,11 +46,11 @@
 
 * API
 
-  The Client API documentation is located in the{{{symphony-client/apidocs/index.html}here}} folder.
+  The Client API documentation is located in the{{{wink-client/apidocs/index.html}here}} folder.
   
 * Consuming a Service
 
-  This section provides example applications that demonstrate how the Symphony Client is used to interact with Rest web services.
+  This section provides example applications that demonstrate how the Wink Client is used to interact with Rest web services.
   
   * {{{Hello_World_Example}Hello World Example}}
   
@@ -186,13 +186,13 @@
 +-----------------------------------------
 
   * <<Note>>: Prior to publishing a new blog entry, the client has to be authenticated against a Google "ClientLogin" service. 
-    An example of how to perform this with a Symphony REST Client can be found in the {{Handlers}} section.
+    An example of how to perform this with a Wink REST Client can be found in the {{Handlers}} section.
 	
   []
 
 ** {Introspection of an Atom Service Document}
  
-  These example applications provides a complete code reference of how the service is "discovered" using the Symphony Rest Client. 
+  These example applications provides a complete code reference of how the service is "discovered" using the Wink Rest Client. 
   Discovery refers to retrieving the service workspaces and their collections, and printing all of
   the collection URL's and the their accepted representations.
 
@@ -340,7 +340,7 @@
 
 * {Handlers}
 
-  The Symphony Client provides the ability to easily plug-in cross application functionality by using <Handlers>. 
+  The Wink Client provides the ability to easily plug-in cross application functionality by using <Handlers>. 
   A handler class implements the <<<Handler>>> interface by implementing the <<<handle()>>> method.
   All registered handlers on a client are invoked for every request made by the client, and in the order that they were registered. 
   Handlers provide the opportunity to manipulate the outgoing request headers and body before they are actually sent, 

Modified: incubator/wink/trunk/src/site/apt/documentation.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/documentation.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/documentation.apt (original)
+++ incubator/wink/trunk/src/site/apt/documentation.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony 2.0 Documentation
+ Wink 0.1 Documentation
  -----
  -----
  June 2008
@@ -23,15 +23,15 @@
 ~~ under the License.
 ~~
 
-Symphony 2.0 Documentation
+Wink 0.1 Documentation
 
   * {{{docs/Symphony_SDK_2.0_Features_List.pdf}Symphony 2.0 Features List}}
   
-    "Symphony 2.0 Features List" document provides detailed information about Symphony 2.0 and describes the\
-    additional features that the Symphony 2.0 runtime provides in addition to the JAX-RS Java API for REST Web Service 
+    "Symphony 2.0 Features List" document provides detailed information about Wink 0.1 and describes the\
+    additional features that the Wink runtime provides in addition to the JAX-RS Java API for REST Web Service 
 	specification.
 	<<<NOTICE>>>: This document will be replaced by "Symphony 2.0 Developer Guide" that is currently under construction.
         
-  * {{{apidocs/index.html}Symphony 2.0 JavaDocs}}
+  * {{{apidocs/index.html}Wink 0.1 JavaDocs}}
   
-    This is the Symphony 2.0 public API documentation.
+    This is the Wink 0.1 public API documentation.

Modified: incubator/wink/trunk/src/site/apt/downloads.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/downloads.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/downloads.apt (original)
+++ incubator/wink/trunk/src/site/apt/downloads.apt Sun Jul  5 11:42:31 2009
@@ -25,14 +25,14 @@
 
 How to Download
 
-	All of the Symphony 2.0 versions are located under the Maven repository located at  
+	All of the Wink 0.1 versions are located under the Maven repository located at  
 	{{@RESPOSITORY_LOCATION@}}
 		
 * Version 2.0
 
-** Symphony 2.0 Distribution
+** Wink 0.1 Distribution
 
-  The Distribution zip includes all of the Symphony 2.0 and client jars, dependencies jars, javadocs and sources
+  The Distribution zip includes all of the Wink 0.1 and client jars, dependencies jars, javadocs and sources
   
 *-----------+----------------------------------------------+
 || Version || Artifact  || Description

Modified: incubator/wink/trunk/src/site/apt/examples.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/examples.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/examples.apt (original)
+++ incubator/wink/trunk/src/site/apt/examples.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony 2.0 Examples
+ Wink 0.1 Examples
  -----
  -----
  May 2009
@@ -23,16 +23,16 @@
 ~~ under the License.
 ~~
 
-Symphony 2.0 Examples
+Wink 0.1 Examples
 
-  Symphony 2.0 is distributed with several examples that demonstrate the framework additional features along with JAX-RS core features.
+  Wink is distributed with several examples that demonstrate the framework additional features along with JAX-RS core features.
   Example are grouped by categories - "core" , "client" , "extension" and "applications" where each category in separate module. 
-  More detailed information pertaining each example can be found under the <<<examples>>> directory in the the Symphony 2.0 distribution zip.
+  More detailed information pertaining each example can be found under the <<<examples>>> directory in the the Wink 0.1 distribution zip.
   
   
 * Example Descriptions
 
-** Symphony 2.0 additional features examples 
+** Wink 0.1 additional features examples 
 
 	<<Asset>> - This is a simple example of an application that uses the Asset concept.
 	
@@ -48,9 +48,9 @@
 	
 	<<RuntimeRegistration>> - This example demonstrates how to dynamically register resources at runtime.
 	
-	<<Spring>> - This example demonstrates how Symphony 2.0 can be configured via Spring Framework.
+	<<Spring>> - This example demonstrates how Wink can be configured via Spring Framework.
 	
-	<<WebDAV>> - This example demonstrates how to use the Symphony 2.0 WebDAV extension.
+	<<WebDAV>> - This example demonstrates how to use the Wink WebDAV extension.
 	
 	<<Scope>> - This example shows the usage of @Scope annotation. The Scope annotation provides a user an ability to override the JAX-RS 
   default definitions of scope
@@ -60,13 +60,13 @@
 
 	<<HelloWorld>> - This example demonstrates the most basic implementation of RESTful Web services
 	
-	<<Bookmarks>> - This example is a simple RESTful Web service implementation, that shows basic usage for some Symphony extension features, like SyndFeed and LinkBuilders    
+	<<Bookmarks>> - This example is a simple RESTful Web service implementation, that shows basic usage for some Wink extension features, like SyndFeed and LinkBuilders    
 	
 	<<QADefect>> - Advanced implementation of a QA defect web service showing a custom implementation of resources and assets.
 	Atom, CSV, HTML, OpenSearch and XML via JAXB representations are used within this example.
 	
 	<<QADefectWithSpring>> - This example provides almost the same functionality as the QADefect example, 
-  	but all the resources are declared using the DynamicResource interface. Symphony 2.0 Spring integration is also demonstrated 
+  	but all the resources are declared using the DynamicResource interface. Wink Spring integration is also demonstrated 
   	in this example.
 
 ** JAX-RS core features examples 
@@ -80,9 +80,9 @@
 	
 	<<Preconditions>> - This example is a reference implementation of an application that supports Optimistic Locking (OCC) concept.
 
-** Symphony Client example
+** Wink Client example
 
-	<<QADefects-client>> - An example that introduces Symphony Client basic usage
+	<<QADefects-client>> - An example that introduces Wink Client basic usage
 
 * Building the Examples
 

Modified: incubator/wink/trunk/src/site/apt/how-to-build.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/how-to-build.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/how-to-build.apt (original)
+++ incubator/wink/trunk/src/site/apt/how-to-build.apt Sun Jul  5 11:42:31 2009
@@ -25,9 +25,9 @@
 
 How to Build
 
-  This page provides the information required by developers to download the Symphony 2.0 source files and to build the Symphony 2.0 from these sources.
+  This page provides the information required by developers to download the Wink source files and to build the Wink from these sources.
   
-  The Symphony 2.0 is based on Java. It uses SVN as the source control, and Maven for building 
+  The Wink is based on Java. It uses SVN as the source control, and Maven for building 
   the sources.
  
 * Java
@@ -36,7 +36,7 @@
 	
 * SVN
 
-  The Symphony 2.0 project is an internal open source that uses the SVN of Collabnet 
+  The Wink project is an internal open source that uses the SVN of Collabnet 
   as its version control system. 
   In order to retrieve the sources of the project you will have to install a SVN client.
   This page describes how to install the SVN client so you can checkout the SVN sources.
@@ -51,9 +51,8 @@
   
 ** Checkout Sources
 	
-  Latest sources can be downloaded from: <<<https://ast-symphony-rest-sdk.csd200a.com/svn/ast-symphony-rest-sdk/trunk>>>\
-  To checkout the latest sources, use the following command: <<<svn checkout https://ast-symphony-rest-sdk.csd200a.com/svn/ast-symphony-rest-sdk/trunk>>>\  
-  Please note: in order to checkout the sources you need to {{{http://rndwiki.atlanta.hp.com/confluence/display/Arch/Symphony+Contribution+Technical+Guide#SymphonyContributionTechnicalGuide-obtainDigitalBadge}obtain HP digital badge}} and {{{http://rndwiki.atlanta.hp.com/confluence/display/Arch/Symphony+Contribution+Technical+Guide#SymphonyContributionTechnicalGuide-configureDigitalBadge}configure it}}    
+  Latest sources can be downloaded from: <<<https://svn.apache.org/viewvc/incubator/wink/trunk/>>>\
+  To checkout the latest sources, use the following command: <<<svn checkout https://svn.apache.org/viewvc/incubator/wink/trunk/>>>\  
   
 **	Third-Party Clients (recommended)
 
@@ -67,7 +66,7 @@
   
 * Maven
 
-  The Symphony 2.0 project uses Maven to compile its sources. 
+  The Wink project uses Maven to compile its sources. 
   In order to compile the sources of the project Maven must be installed.
 
 ** Installing Maven
@@ -82,7 +81,7 @@
 
 *** Using Command Line
 	
-	Standard compilation of the Symphony 2.0 project should be performed by executing the <<<mvn clean install>>> command
+	Standard compilation of the Wink project should be performed by executing the <<<mvn clean install>>> command
 	The Follwing section provides some basic maven commands:
 
 	* <<<mvn compile>>> : compiles all sources

Modified: incubator/wink/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/index.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/src/site/apt/index.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony 2.0
+ Wink 0.1
  -----
  -----
  May 2009
@@ -23,17 +23,17 @@
 ~~ under the License.
 ~~
 
-Symphony 2.0
+Wink 0.1
 
-  Symphony 2.0 is simple yet solid framework for building RESTful Web services. It is comprised of a Server module and a Client module\
+  Wink 0.1 is simple yet solid framework for building RESTful Web services. It is comprised of a Server module and a Client module\
   for developing and consuming RESTful Web services.
 
-  The <<Symphony Server>> module is a complete implementation of the JAX-RS v1.0 specification. On top this implementation, the Symphony Server\
+  The <<Wink Server>> module is a complete implementation of the JAX-RS v1.0 specification. On top this implementation, the Wink Server\
   module provides a set of {{{additional-features.html}additional features}} that were designed to facilitate\
   the development of RESTful Web services.
   
   <<<NOTICE>>>: The JAX-RS TCK tests still need to run in order to be able to declare that it is JAX-RS compliant.
   
   
-  The <<{{{client.html}Symphony Client}}>> module is a Java based framework that provides functionality for communicating with RESTful Web services.\
+  The <<{{{client.html}Wink Client}}>> module is a Java based framework that provides functionality for communicating with RESTful Web services.\
   The framework is built on top of the JDK HttpURLConnection and adds essential features that facilitate the development of such client applications.

Modified: incubator/wink/trunk/src/site/apt/license.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/apt/license.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/apt/license.apt (original)
+++ incubator/wink/trunk/src/site/apt/license.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony 2.0 License
+ Wink 0.1 License
  -----
  -----
 
@@ -22,11 +22,11 @@
 ~~ under the License.
 ~~
  
-Symphony 2.0 License
+Wink 0.1 License
 
-* Symphony 2.0 License
+* Wink 0.1 License
 
-  The Symphony 2.0 license is available {{{docs/LICENSE.txt}here}}
+  The Wink 0.1 license is available {{{docs/LICENSE.txt}here}}
   
 * Third-Party Licenses
 

Modified: incubator/wink/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/src/site/site.xml (original)
+++ incubator/wink/trunk/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -18,7 +18,7 @@
     under the License.
 -->
 
-<project name="Symphony 2.0">
+<project name="Wink 0.1">
     <publishDate format="dd-MM-yy kk:mm"/>
     <version position="left"/>
     <bannerRight>
@@ -27,7 +27,7 @@
         <href>http://www.hp.com</href>
     </bannerRight>
     <bannerLeft>
-        <name>Symphony 2.0</name>
+        <name>Wink 0.1</name>
         <src>${module.relative.path}images/SymphonySDKLogo.jpg</src>
         <!-- href>http://enhanced1.sharepoint.hp.com/teams/aztec/AST/SharedTech/Symphony%20SDK/default.aspx</href-->
     </bannerLeft>
@@ -43,35 +43,33 @@
             </style>
         </head>
         <links>
-            <item name="Quick Build" href="http://ilbldwin04.mercury.co.il:8080/quickbuild/app.do"/>
-            <item name="Releases Repository" href="http://ilrndinf01.mercury.co.il:8081/nexus/content/repositories/ast" />
-            <item name="Snaptshots Repository" href="http://ilrndinf01.mercury.co.il:8081/nexus/content/repositories/ast-snapshots" />
-            <item name="AZTEC" href="http://enhanced1.sharepoint.hp.com/teams/aztec/AST/SharedTech/Symphony%20SDK/default.aspx"/>
-            <item name="QC" href="http://qc.atlanta.hp.com/qcbin"/>
+            <item name="Repository" href="" />
+            <item name="SVN" href="http://svn.apache.org/viewvc/incubator/wink/" />
+            <item name="Wiki" href="http://cwiki.apache.org/confluence/display/WINK/Index"/>
+            <item name="Jira" href="https://issues.apache.org/jira/browse/WINK"/>
         </links>
         <breadcrumbs>
             <item name="${project.artifactId}" href="/"/>
-        </breadcrumbs> 
+        </breadcrumbs>
         <menu name="Main">
             <item name="Introduction" href="index.html"/>
             <item name="Features Highlight" href="${module.relative.path}additional-features.html"/>
             <item name="Client" href="${module.relative.path}client.html"/>
             <item href="${module.relative.path}documentation.html" name="Documentation" collapse="true">
-                <item name="Features List" href="${module.relative.path}docs/Symphony_SDK_2.0_Features_List.pdf"/>                
-                <item name="Javadocs" href="${module.relative.path}apidocs/index.html"/>            
-            </item>    
+                <item name="Features List" href="${module.relative.path}docs/Symphony_SDK_2.0_Features_List.pdf"/>
+                <item name="Javadocs" href="${module.relative.path}apidocs/index.html"/>
+            </item>
             <item name="Examples" href="${module.relative.path}examples.html"/>
-            <item name="Downloads" href="${module.relative.path}downloads.html"/>            
-            <item name="Security" href="${module.relative.path}security.html"/>            
-            <item name="How to Build" href="${module.relative.path}how-to-build.html"/>            
-            <item name="License" href="${module.relative.path}license.html"/>            
+            <item name="Downloads" href="${module.relative.path}downloads.html"/>
+            <item name="How to Build" href="${module.relative.path}how-to-build.html"/>
+            <item name="License" href="${module.relative.path}license.html"/>
             <item name="FAQ" href="${module.relative.path}faqs.html"/>
         </menu>
         <!--menu name="Contribute">
             <item name="Introduction" href=""/>
-            <item name="Contribution Policies" href="${module.relative.path}how-to/setup-how.html"/>                   
+            <item name="Contribution Policies" href="${module.relative.path}how-to/setup-how.html"/>
             <item name="Project Setup" href="${module.relative.path}how-to/setup-how.html"/>
-        </menu-->          
+        </menu-->
         <menu ref="modules" />
         <menu ref="reports"/>
     </body>

Modified: incubator/wink/trunk/wink-client/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client/src/site/apt/index.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-client/src/site/apt/index.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony Client Module
+ Wink Client Module
  -----
  -----
  June 2008
@@ -23,8 +23,8 @@
 ~~ under the License.
 ~~
 
-Symphony Client Module
+Wink Client Module
  
-  Symphony REST client is a Java based library that provides functionality for communicating with REST based services. 
+  Wink REST client is a Java based library that provides functionality for communicating with REST based services. 
   The library is built on top of the JDK HttpURLConnection and adds essential features that facilitate development of such client applications.
   
\ No newline at end of file

Modified: incubator/wink/trunk/wink-client/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-client/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="Common">
     <body>
         <breadcrumbs>
-            <item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+            <item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-common/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="Common">
     <body>
         <breadcrumbs>
-            <item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+            <item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-component-test-support/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-component-test-support/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-component-test-support/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-component-test-support/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="Server Test Support">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/apps/Bookmarks/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/Bookmarks/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/Bookmarks/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/Bookmarks/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Bookmars Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/apps/HelloWorld/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/HelloWorld/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/HelloWorld/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/HelloWorld/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="HelloWorld Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/apps/QADefect/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/QADefect/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/QADefect/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/QADefect/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="QADefect Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/QADefectWithSpring/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="QADefect Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/apps/SimpleDefects/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/apps/SimpleDefects/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/apps/SimpleDefects/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/apps/SimpleDefects/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="SimpleDefects Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/client/GoogleDocs-client/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/GoogleDocs-client/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/GoogleDocs-client/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/client/GoogleDocs-client/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,9 +21,9 @@
 <project name="Client GoogleServices Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../../.."/>
-            <item name="symphony-examples" href="../.."/>
+        	<item name="wink-sdk" href="../../.."/>
+            <item name="wink-examples" href="../.."/>
             <item name="client-examples" href=".."/>
-        </breadcrumbs> 
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/apt/index.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/apt/index.apt Sun Jul  5 11:42:31 2009
@@ -26,7 +26,7 @@
 
     This example is located under <<<examples/client/QADefects>>>
 
-    * A simple example that introduces Symphony Client usage
+    * A simple example that introduces Wink Client usage
     
     * Demonstrate the consumption of an Atom feed of defects from the QADefectWithSpring service example which can be found at SDK_HOME/examples/apps/QADefectWithSpring
  

Modified: incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/client/QADefects-client/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,9 +21,9 @@
 <project name="Client QADefects Examples">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../../.."/>
-            <item name="symphony-examples" href="../.."/>
+        	<item name="wink-sdk" href="../../.."/>
+            <item name="wink-examples" href="../.."/>
             <item name="client-examples" href=".."/>
-        </breadcrumbs> 
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/client/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/client/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/client/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/client/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Client Examples">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="winks-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/core/CustomExceptionMapper/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Bookmars Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/core/Jaxb/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Jaxb/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Jaxb/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Jaxb/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Jaxb Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/core/Preconditions/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/core/Preconditions/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/core/Preconditions/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/core/Preconditions/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Locking Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Bookmars Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/ext/History/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/History/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="History Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Bookmars Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/ext/Spring/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="Bookmars Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/ext/WebDAV/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/WebDAV/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/WebDAV/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/WebDAV/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,8 +21,8 @@
 <project name="QADefect WebDAV Example">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href="../.."/>
-            <item name="symphony-examples" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href="../.."/>
+            <item name="wink-examples" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-examples/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/src/site/apt/index.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-examples/src/site/apt/index.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony Examples Module
+ Wink Examples Module
  -----
  -----
  June 2008
@@ -23,7 +23,7 @@
 ~~ under the License.
 ~~
 
-Symphony Examples Module
+Wink Examples Module
 
   The SDK is distributed with several examples demonstrating the abilities of the SDK. 
   All the examples can be found under the <<<examples>>> directory in the distribution zip.

Modified: incubator/wink/trunk/wink-examples/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-examples/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="Examples">
     <body>
         <breadcrumbs>
-            <item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+            <item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-server/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/site/apt/index.apt?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-server/src/site/apt/index.apt Sun Jul  5 11:42:31 2009
@@ -1,5 +1,5 @@
  -----
- Symphony Server Module
+ Wink Server Module
  -----
  -----
  June 2008
@@ -23,7 +23,7 @@
 ~~ under the License.
 ~~
 
-Symphony Server Module
+Wink Server Module
  
-  Symphony Server Module is a core module of Symphony Server component - all Symphony Server component logic resides in this module.  
+  Wink Server Module is a core module of Wink Server component - all Wink Server component logic resides in this module.  
   
\ No newline at end of file

Modified: incubator/wink/trunk/wink-server/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-server/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="Server Core">
     <body>
         <breadcrumbs>
-        	<item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+        	<item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>

Modified: incubator/wink/trunk/wink-webdav/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-webdav/src/site/site.xml?rev=791229&r1=791228&r2=791229&view=diff
==============================================================================
--- incubator/wink/trunk/wink-webdav/src/site/site.xml (original)
+++ incubator/wink/trunk/wink-webdav/src/site/site.xml Sun Jul  5 11:42:31 2009
@@ -7,9 +7,9 @@
     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
@@ -21,7 +21,7 @@
 <project name="WebDAV">
     <body>
         <breadcrumbs>
-            <item name="symphony-sdk" href=".."/>
-        </breadcrumbs> 
+            <item name="wink-sdk" href=".."/>
+        </breadcrumbs>
     </body>
 </project>