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/14 17:16:14 UTC

svn commit: r793931 [2/2] - in /incubator/wink/trunk: src/site/apt/ wink-client/src/main/java/org/apache/wink/client/ wink-client/src/main/java/org/apache/wink/client/internal/ wink-common/src/main/java/org/apache/wink/common/internal/uritemplate/ wink...

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/pom.xml Tue Jul 14 15:16:12 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
@@ -39,7 +39,7 @@
     <build>
         <finalName>DynamicResource</finalName>
     </build>
-    <!-- Dependency on Symphony SDK library -->
+    <!-- Dependency on Wink library -->
     <dependencies>
         <dependency>
             <groupId>org.apache.wink</groupId>

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/readme.txt Tue Jul 14 15:16:12 2009
@@ -6,7 +6,7 @@
 - This example demonstrates the usage of dynamic resources. 
   The Path and Workspace information is defined using the DynamicResource interface and not 
   by annotation as in regular resources.
-  MyApplication class implements a SymphonyApplication and return the dynamic resource 
+  MyApplication class implements a WinkApplication and return the dynamic resource 
   in it’s getInstances method. It is also in charge in this example for setting the Path, 
   WorkspaceTitle and CollectionTitle information to the resource. 
   Functionality wise, this example is the same as the Bookmarks example. 

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/bookmarks.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/bookmarks.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/bookmarks.properties (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/bookmarks.properties Tue Jul 14 15:16:12 2009
@@ -17,5 +17,4 @@
 ## under the License.
 ##
 
-symphony.generator=BookmarksExample
 wink.defaultUrisRelative=false
\ No newline at end of file

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 2009
@@ -34,7 +34,7 @@
 			<param-value>org.apache.wink.example.dynamicresource.MyApplication</param-value>
 		</init-param>
 		<init-param>
-			<param-name>symphony.propertiesLocation</param-name>
+			<param-name>propertiesLocation</param-name>
 			<param-value>/WEB-INF/bookmarks.properties</param-value>
 		</init-param>
 	</servlet>

Modified: incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/apt/index.apt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-examples/ext/DynamicResource/src/site/apt/index.apt Tue Jul 14 15:16:12 2009
@@ -30,7 +30,7 @@
 
   * The Path and Workspace information is defined using the DynamicResource interface and not by annotation as in regular resources.
 
-  * MyApplication class implements a SymphonyApplication and return the dynamic resource in it’s getInstances method. It is also incharge in this example on setting the Path, WorkspaceTitle and CollectionTitle information to the resource. 
+  * MyApplication class implements a WinkApplication and return the dynamic resource in it’s getInstances method. It is also incharge in this example on setting the Path, WorkspaceTitle and CollectionTitle information to the resource. 
 
   * Functionality wise this example is the same as the Bookmark example. 
     

Modified: incubator/wink/trunk/wink-examples/ext/History/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/History/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="Locking" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example Simple Defects
+        Ant build file for Wink example Simple Defects
     </description>
 
 	<property name="final.war.name" value="History.war" />
@@ -57,7 +57,7 @@
 		<!-- Compile the java code -->
 		<javac srcdir="${main}/java" destdir="${build.classes}">
 			<classpath refid="sdk.classpath" />
-			
+
 		</javac>
 	</target>
 
@@ -66,7 +66,7 @@
 
 		<!-- Create the war file -->
 		<war destfile="${final.war}" webxml="${webapp}/WEB-INF/web.xml" basedir="${webapp}" excludes="WEB-INF/**">
-			
+
 			<webinf dir="${webapp}/WEB-INF" includes="**/*" />
 			<classes dir="${build.classes}" includes="**/*" />
 			<lib dir="${sdk.lib}" includes="*.jar" excludes="spring*.jar"/>

Modified: incubator/wink/trunk/wink-examples/ext/History/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/History/readme.txt Tue Jul 14 15:16:12 2009
@@ -19,7 +19,7 @@
 - It is possible to view the versions history of a specific defect in the url:
   http://localhost:8080/History/rest/defects/1/history 
   
--Symphony features used in this example:
+-Wink features used in this example:
    Asset, ServiceDocument, DynamicResource, LinkBuilders, SyndFeed, SyndEntry
      
 Build

Modified: incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/configuration.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/configuration.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/configuration.properties (original)
+++ incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/configuration.properties Tue Jul 14 15:16:12 2009
@@ -18,4 +18,3 @@
 ##
 
 wink.defaultUrisRelative=false
-symphony.generator=REST-style WS SDK

Modified: incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/History/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 2009
@@ -30,7 +30,7 @@
 		<servlet-name>restSdkService</servlet-name>
 		<servlet-class>org.apache.wink.server.internal.servlet.RestServlet</servlet-class>
 		<init-param>
-			<param-name>symphony.propertiesLocation</param-name>
+			<param-name>propertiesLocation</param-name>
 			<param-value>/WEB-INF/configuration.properties</param-value>
 		</init-param>
 		<init-param>

Modified: incubator/wink/trunk/wink-examples/ext/History/src/test/resources/org/apache/wink/example/history/history.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/History/src/test/resources/org/apache/wink/example/history/history.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/History/src/test/resources/org/apache/wink/example/history/history.properties (original)
+++ incubator/wink/trunk/wink-examples/ext/History/src/test/resources/org/apache/wink/example/history/history.properties Tue Jul 14 15:16:12 2009
@@ -17,4 +17,3 @@
 #     under the License.
 ###############################################################################
 wink.defaultUrisRelative=false
-symphony.generator=REST-style WS SDK
\ No newline at end of file

Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="LinkBuilders" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example LinkBuilders
+        Ant build file for Wink example LinkBuilders
     </description>
 
 	<property name="final.war.name" value="LinkBuilders.war" />

Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/pom.xml Tue Jul 14 15:16:12 2009
@@ -39,7 +39,7 @@
     <build>
         <finalName>LinkBuilders</finalName>
     </build>
-    <!-- Dependency on Symphony SDK library -->
+    <!-- Dependency on Wink SDK library -->
     <dependencies>
         <dependency>
             <groupId>org.apache.wink</groupId>

Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/readme.txt Tue Jul 14 15:16:12 2009
@@ -12,7 +12,7 @@
 - A single user information can be obtain from this URI (GET):
      http://localhost:8080/LinkBuilders/rest/users/{userId}
      
--Symphony features used in this example:
+-Wink features used in this example:
    ServiceDocument, LinkBuilders, SyndFeed, SyndEntry
      
 Build

Modified: incubator/wink/trunk/wink-examples/ext/LinkBuilders/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/LinkBuilders/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/LinkBuilders/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/LinkBuilders/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 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
@@ -23,11 +23,11 @@
         "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
 <web-app>
-    <display-name>Symphony SDK demo</display-name>
+    <display-name>Wink Demo</display-name>
     <description>Demonstration of SDK features</description>
 
 	<!--
-		Symphony SDK servlet configuration. This servlet handles HTTP requests
+		Wink servlet configuration. This servlet handles HTTP requests
 		of SDK web service on application server.
 	-->
     <servlet>

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="RuntimeRegistration" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example RuntimeRegistration
+        Ant build file for Wink example RuntimeRegistration
     </description>
 
 	<property name="final.war.name" value="RuntimeRegistration.war" />

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/pom.xml Tue Jul 14 15:16:12 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
@@ -39,7 +39,7 @@
     <build>
         <finalName>RuntimeRegistration</finalName>
     </build>
-    <!-- Dependency on Symphony SDK library -->
+    <!-- Dependency on Wink library -->
     <dependencies>
         <dependency>
             <groupId>org.apache.wink</groupId>

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/readme.txt Tue Jul 14 15:16:12 2009
@@ -8,7 +8,7 @@
 - The application displays a page at http://localhost:8080/RuntimeRegistration for registering 
   the AtomHelloWorldResource and HelloWorldResource.
 
--Symphony features used in this example:
+-Wink features used in this example:
 	Resource runtime registration 
    
 Build

Modified: incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/RuntimeRegistration/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 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
@@ -23,7 +23,7 @@
         "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
 <web-app>
-	<display-name>Symphony SDK demo</display-name>
+	<display-name>Wink Demo</display-name>
 	<description>Demonstration of SDK features</description>
 
 
@@ -45,7 +45,7 @@
 		<servlet-name>restSdkService</servlet-name>
 		<url-pattern>/rest/*</url-pattern>
 	</servlet-mapping>
-	
+
 		<servlet-mapping>
 		<servlet-name>registrationServlet</servlet-name>
 		<url-pattern>/register/*</url-pattern>

Modified: incubator/wink/trunk/wink-examples/ext/Scope/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="Scope" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example Scope
+        Ant build file for Wink example Scope
     </description>
 
 	<property name="final.war.name" value="Scope.war" />

Modified: incubator/wink/trunk/wink-examples/ext/Scope/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/pom.xml Tue Jul 14 15:16:12 2009
@@ -39,7 +39,7 @@
     <build>
         <finalName>Scope</finalName>
     </build>
-    <!-- Dependency on Symphony SDK library -->
+    <!-- Dependency on Wink library -->
     <dependencies>
         <dependency>
             <groupId>org.apache.wink</groupId>

Modified: incubator/wink/trunk/wink-examples/ext/Scope/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/readme.txt Tue Jul 14 15:16:12 2009
@@ -12,7 +12,7 @@
 - The Prototyoe counter can be obtain from this URI (GET):
     http://localhost:8080/Scope/rest/prototype
      
--Symphony features used in this example:
+-Wink features used in this example:
    Scope, LinkBuilders
      
 Build

Modified: incubator/wink/trunk/wink-examples/ext/Scope/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Scope/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Scope/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Scope/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 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
@@ -23,11 +23,11 @@
         "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
 <web-app>
-    <display-name>Symphony SDK demo</display-name>
+    <display-name>Wink Demo</display-name>
     <description>Demonstration of SDK features</description>
 
 	<!--
-		Symphony SDK servlet configuration. This servlet handles HTTP requests
+		Wink servlet configuration. This servlet handles HTTP requests
 		of SDK web service on application server.
 	-->
     <servlet>

Modified: incubator/wink/trunk/wink-examples/ext/Spring/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="Spring" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example Bookmarks
+        Ant build file for Wink example Bookmarks
     </description>
 
 	<property name="final.war.name" value="Spring.war" />

Modified: incubator/wink/trunk/wink-examples/ext/Spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/pom.xml Tue Jul 14 15:16:12 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
@@ -39,7 +39,7 @@
     <build>
         <finalName>Spring</finalName>
     </build>
-    <!-- Dependency on Symphony SDK library -->
+    <!-- Dependency on Wink SDK library -->
     <dependencies>
         <dependency>
             <groupId>org.apache.wink</groupId>

Modified: incubator/wink/trunk/wink-examples/ext/Spring/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/readme.txt (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/readme.txt Tue Jul 14 15:16:12 2009
@@ -8,8 +8,8 @@
 - A list of predefined bookmarks is returned as an Atom feed on this URI:
      http://localhost:8080/Spring/rest/bookmarks
 
--Symphony features used in this example:
-   Symphony Spring integration.
+-Wink features used in this example:
+   Spring integration.
    
 Build
 ===============================================================================

Modified: incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks-context.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks-context.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks-context.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks-context.xml Tue Jul 14 15:16:12 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
@@ -22,12 +22,12 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
 	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-	
+
 	<!--
-		Resources Registrar. 
+		Resources Registrar.
 		This bean is used to provide an Application object.
 		The bean has the following properties:
-		    - classes - returns Classes. Same as Application.getClasses(). 
+		    - classes - returns Classes. Same as Application.getClasses().
 		    			Classes can be classes either of resources or providers.
 		    			The scope is used according default framework definition.
 		    - instances - returns instances of either resources or providers. Instances
@@ -45,12 +45,12 @@
 			</set>
 		</property>
 	</bean>
-	
-	
+
+
 	<!-- Resources -->
 
 	<bean id="resource.bookmarks" class="org.apache.wink.example.bookmarks.BookmarksResource" />
-	
+
 	<!-- Custom proprties defintion -->
 
 	<!-- bookmarks.customPropertiesFactory defines loaded of the custom properties file -->
@@ -64,8 +64,8 @@
 		</property>
 	</bean>
 
-	<!-- bookmarks.placeholderConfigurer overrides the default symphony.propertiesFactory placeholder
-	     that causes Symphony to use bookmarks.customPropertiesFactory instead of the default one -->
+	<!-- bookmarks.placeholderConfigurer overrides the default winkPropertiesFactory placeholder
+	     that causes Wink to use bookmarks.customPropertiesFactory instead of the default one -->
 	<bean id="bookmarks.placeholderConfigurer"
 		class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
 		<property name="ignoreUnresolvablePlaceholders" value="true" />
@@ -73,7 +73,7 @@
 		<property name="propertiesArray">
 			<list>
 				<props>
-					<prop key="symphony.propertiesFactory">bookmarks.customPropertiesFactory
+					<prop key="winkPropertiesFactory">bookmarks.customPropertiesFactory
 					</prop>
 				</props>
 			</list>

Modified: incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks.properties (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/bookmarks.properties Tue Jul 14 15:16:12 2009
@@ -17,5 +17,4 @@
 ## under the License.
 ##
 
-symphony.generator=BookmarksExample
 wink.defaultUrisRelative=false
\ No newline at end of file

Modified: incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/Spring/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 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
@@ -23,12 +23,12 @@
         "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
 <web-app>
-	<display-name>Symphony SDK demo</display-name>
+	<display-name>Wink demo</display-name>
 	<description>Demonstration of SDK features</description>
 
 	<!--
 		Location of file that defines the Spring root application context for
-		Symphony SDK. The Spring context specified here will be loaded by
+		Wink. The Spring context specified here will be loaded by
 		ContextLoaderListener. SDK Spring context provides resources and providers registration,
 		service configuration and other services.
 	-->
@@ -47,12 +47,12 @@
 	<listener>
 		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
 	</listener>
-	
+
 	<servlet>
 		<servlet-name>restSdkService</servlet-name>
 		<servlet-class>org.apache.wink.server.internal.servlet.RestServlet</servlet-class>
 	</servlet>
-	
+
 	<servlet-mapping>
 		<servlet-name>restSdkService</servlet-name>
 		<url-pattern>/rest/*</url-pattern>

Modified: incubator/wink/trunk/wink-examples/ext/WebDAV/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/WebDAV/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/WebDAV/build.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/WebDAV/build.xml Tue Jul 14 15:16:12 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
@@ -20,7 +20,7 @@
 
 <project name="WebDAV" default="dist" basedir=".">
 	<description>
-        Ant build file for Symphony SDK example QA Defects
+        Ant build file for Wink example WebDAV
     </description>
 
 	<property name="final.war.name" value="WebDAV.war" />

Modified: incubator/wink/trunk/wink-examples/ext/WebDAV/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/WebDAV/src/main/webapp/WEB-INF/web.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/WebDAV/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/WebDAV/src/main/webapp/WEB-INF/web.xml Tue Jul 14 15:16:12 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
@@ -23,12 +23,12 @@
         "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
 <web-app>
-	<display-name>Symphony SDK demo</display-name>
+	<display-name>Wink demo</display-name>
 	<description>Demonstration of SDK features</description>
 
 
 	<!--
-		Symphony SDK servlet configuration. This servlet handles HTTP requests
+		Wink servlet configuration. This servlet handles HTTP requests
 		of SDK web service on application server.
 	-->
 
@@ -49,7 +49,7 @@
 	</servlet>
 
 	<!--
-		Symphony SDK servlet mapping. This mapping controls how the SDK
+		Wink servlet mapping. This mapping controls how the SDK
 		servlet is accessed. Example 1: <url-pattern>/*</url-pattern> means
 		that all HTTP requests within the web application context will be
 		handled by SDK servlet. E.g. http://localhost:8080/web-context/defects

Modified: incubator/wink/trunk/wink-scripts/wink-dist/build.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/build.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/build.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/build.xml Tue Jul 14 15:16:12 2009
@@ -33,7 +33,7 @@
 	3. When new component is added under the root level components (e.g. under server in addition to server-core),
 	   the following targets are effected:
 	   	a.  create.dist.lib - if component has dependencies
-	4. Assumption of create.dist.lib is that no third parties have word "symphony" in it and should be removed.
+	4. Assumption of create.dist.lib is that no third parties have word "wink" in it and should be removed.
 	5. Changes in examples should not effect this script.
 	-->
 

Modified: incubator/wink/trunk/wink-scripts/wink-dist/readme.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-dist/readme.txt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-dist/readme.txt (original)
+++ incubator/wink/trunk/wink-scripts/wink-dist/readme.txt Tue Jul 14 15:16:12 2009
@@ -1,8 +1,8 @@
-Symphony REST SDK Distribution
+Wink Distribution
 ==============================
 ==============================
 
-The distribution of Symphony REST SDK occurs during the normal build process at the deploy phase.
+The distribution of Wink REST SDK occurs during the normal build process at the deploy phase.
 All the configuration of the distribution is taken from the maven configuration files.
 
 It's possible to run the generation of the distribution zip by running "mvn antrun:run"

Modified: incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml (original)
+++ incubator/wink/trunk/wink-scripts/wink-site-deploy/pom.xml Tue Jul 14 15:16:12 2009
@@ -66,7 +66,6 @@
 
                         <mkdir dir="${site.docs.dir}" />
                         <!-- Copy PDF Developer Guide that exists under trunk/src/doc/DeveloperGuide into the site directory -->
-                        <!-- <copy file="${src.doc.dir}/DeveloperGuide/Symphony_SDK_Developer_Guide.pdf" todir="${site.docs.dir}"/> -->
                         <copy file="${src.doc.dir}/DeveloperGuide/Apache_Wink_0.1_Features_List.pdf" todir="${site.docs.dir}"/>
                         <!-- Copy license files to site dir -->
                         <copy file="${src.doc.dir}/LICENSE.txt" todir="${site.docs.dir}"/>

Modified: incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/DeploymentConfiguration.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/DeploymentConfiguration.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/DeploymentConfiguration.java (original)
+++ incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/DeploymentConfiguration.java Tue Jul 14 15:16:12 2009
@@ -67,7 +67,7 @@
 
 /**
  * <p>
- * This class implements a default deployment configuration for Symphony. In
+ * This class implements a default deployment configuration for Wink. In
  * order to change this configuration, extend this class and override the
  * relevant methods. In general it's possible to override any methods of this
  * class, but the best practices are to override methods the "init" methods. See

Modified: incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/application/ApplicationProcessor.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/application/ApplicationProcessor.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/application/ApplicationProcessor.java (original)
+++ incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/application/ApplicationProcessor.java Tue Jul 14 15:16:12 2009
@@ -34,7 +34,7 @@
 
 /**
  * Processes the Application object. First singletons are processed and later
- * classes. If the provided Application extends SymphonyApplication, instances
+ * classes. If the provided Application extends WinkApplication, instances
  * are also processed AFTER the singletons and the classes.
  * <p>
  * Pay Attention that classes returned by getSingletons are ignored by both
@@ -76,13 +76,13 @@
         }
 
         if (application instanceof WinkApplication) {
-            processSymphonyApplication((WinkApplication) application);
+            processWinkApplication((WinkApplication) application);
         }
 
         logger.debug("Processing of Application completed.");
     }
 
-    private void processSymphonyApplication(WinkApplication sApplication) {
+    private void processWinkApplication(WinkApplication sApplication) {
         Set<Object> instances = sApplication.getInstances();
         double priority = sApplication.getPriority();
 

Modified: incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/registry/ServerInjectableFactory.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/registry/ServerInjectableFactory.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/registry/ServerInjectableFactory.java (original)
+++ incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/registry/ServerInjectableFactory.java Tue Jul 14 15:16:12 2009
@@ -263,7 +263,7 @@
      */
     public static class FormParamBinding extends BoundInjectable {
 
-        static final String                                FORM_PARAMATERS             = "symphony.formParameters";
+        static final String                                FORM_PARAMATERS             = "wink.formParameters";
         public final static MultivaluedMap<String, String> dummyMultivaluedMap         = null;
         private static Type                                MULTIVALUED_MAP_STRING_TYPE = null;
 

Modified: incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/servlet/AdminServlet.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/servlet/AdminServlet.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/servlet/AdminServlet.java (original)
+++ incubator/wink/trunk/wink-server/src/main/java/org/apache/wink/server/internal/servlet/AdminServlet.java Tue Jul 14 15:16:12 2009
@@ -421,7 +421,7 @@
             + "<form name=\"AdministrationPage\"  method=\"POST\">\r\n"
             + "<div align=\"left\">\r\n"
             + "</br>\r\n"
-            + "<h1>Symphony Admin Console</h1>\r\n"
+            + "<h1>Wink Admin Console</h1>\r\n"
             + "</br>\r\n"
             + "</div>\r\n"
             + "<h2>\r\n"
@@ -432,7 +432,7 @@
             + "<h2>\r\n"
             + "<a href=\"?doc="
             + DOCUMENT_TYPE_REGISTRY
-            + "\"> Symphony Resource registry xml view</a>&#45&#62\r\n"
+            + "\"> Wink Resource registry xml view</a>&#45&#62\r\n"
             + "</h2>\r\n"
             + "</form>\r\n" + "</body>\r\n" + "</html>");
         response.setStatus(HttpStatus.BAD_REQUEST.getCode());

Modified: incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ApplicationProcessorTest.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ApplicationProcessorTest.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ApplicationProcessorTest.java (original)
+++ incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ApplicationProcessorTest.java Tue Jul 14 15:16:12 2009
@@ -176,7 +176,7 @@
         assertEquals(1, resourceRegistry.instances.size());
     }
 
-    public void testSymphonyApplication() {
+    public void testWinkApplication() {
         ResourceRegistryMock resourceRegistry = new ResourceRegistryMock();
         ProvidersRegistryMock providersRegistry = new ProvidersRegistryMock();
         new ApplicationProcessor(new WinkApplicationMock(), resourceRegistry, providersRegistry).process();

Modified: incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ServletWinkApplicationTest.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ServletWinkApplicationTest.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ServletWinkApplicationTest.java (original)
+++ incubator/wink/trunk/wink-server/src/test/java/org/apache/wink/server/internal/application/ServletWinkApplicationTest.java Tue Jul 14 15:16:12 2009
@@ -49,10 +49,10 @@
         }
     }
 
-    public void testSimpleSymphonyApplication() {
-        ServletWinkApplication simpleSymphonyApplication = new ServletWinkApplication(
+    public void testSimpleWinkApplication() {
+        ServletWinkApplication simpleWinkApplication = new ServletWinkApplication(
                 new ServletContextImpl(), "org//apache//wink//server//internal//application//custom.app");
-        Set<Class<?>> classes = simpleSymphonyApplication.getClasses();
+        Set<Class<?>> classes = simpleWinkApplication.getClasses();
         assertTrue(classes.contains(FileProvider.class));
         assertTrue(classes.contains(SourceProvider.DOMSourceProvider.class));
     }

Modified: incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoMessage.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoMessage.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoMessage.properties (original)
+++ incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoMessage.properties Tue Jul 14 15:16:12 2009
@@ -20,5 +20,3 @@
 wink.http.uri=http://localhost:8080/rest/
 wink.https.uri=https://localhost:8443/rest/
 wink.defaultUrisRelative=false
-symphony.errorResponse=override
-symphony.errorResponseDefaultMessage=Error occurred, please contact the site administrator.

Modified: incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoTrace.properties
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoTrace.properties?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoTrace.properties (original)
+++ incubator/wink/trunk/wink-server/src/test/resources/org/apache/wink/server/internal/ErrorResponseTestNoTrace.properties Tue Jul 14 15:16:12 2009
@@ -20,8 +20,5 @@
 wink.http.uri=http://localhost:8080/rest/
 wink.https.uri=https://localhost:8443/rest/
 wink.context.uri=
-symphony.generator=
 wink.defaultUrisRelative=false
 wink.serviceDocumentCssPath=
-symphony.errorResponse=message
-symphony.errorResponseDefaultMessage=

Modified: incubator/wink/trunk/wink-webdav/src/main/java/org/apache/wink/webdav/model/Response.java
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-webdav/src/main/java/org/apache/wink/webdav/model/Response.java?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-webdav/src/main/java/org/apache/wink/webdav/model/Response.java (original)
+++ incubator/wink/trunk/wink-webdav/src/main/java/org/apache/wink/webdav/model/Response.java Tue Jul 14 15:16:12 2009
@@ -276,34 +276,34 @@
      * <p>
      * <table border="1">
      * <tr>
-     * <td>DAV:creationdate</td><td>org.hp.symphony.dav.model.webdav.Creationdate</td>
+     * <td>DAV:creationdate</td><td>org.apache.wink.webdav.model.Creationdate</td>
      * </tr>
      * <tr>
-     * <td>DAV:displayname</td><td>org.hp.symphony.dav.model.webdav.Displayname</td>
+     * <td>DAV:displayname</td><td>org.apache.wink.webdav.model.Displayname</td>
      * </tr>
      * <tr>
-     * <td>DAV:getcontentlanguage</td><td>org.hp.symphony.dav.model.webdav.Getcontentlanguage</td>
+     * <td>DAV:getcontentlanguage</td><td>org.apache.wink.webdav.model.Getcontentlanguage</td>
      * </tr>
      * <tr>
-     * <td>DAV:getcontentlength</td><td>org.hp.symphony.dav.model.webdav.Getcontentlength</td>
+     * <td>DAV:getcontentlength</td><td>org.apache.wink.webdav.model.Getcontentlength</td>
      * </tr>
      * <tr>
-     * <td>DAV:getcontenttype</td><td>org.hp.symphony.dav.model.webdav.Getcontenttype</td>
+     * <td>DAV:getcontenttype</td><td>org.apache.wink.webdav.model.Getcontenttype</td>
      * </tr>
      * <tr>
-     * <td>DAV:getetag</td><td>org.hp.symphony.dav.model.webdav.Getetag</td>
+     * <td>DAV:getetag</td><td>org.apache.wink.webdav.model.Getetag</td>
      * </tr>
      * <tr>
-     * <td>DAV:getlastmodified</td><td>org.hp.symphony.dav.model.webdav.Getlastmodified</td>
+     * <td>DAV:getlastmodified</td><td>org.apache.wink.webdav.model.Getlastmodified</td>
      * </tr>
      * <tr>
-     * <td>DAV:lockdiscovery</td><td>org.hp.symphony.dav.model.webdav.Lockdiscovery</td>
+     * <td>DAV:lockdiscovery</td><td>org.apache.wink.webdav.model.Lockdiscovery</td>
      * </tr>
      * <tr>
-     * <td>DAV:resourcetype</td><td>org.hp.symphony.dav.model.webdav.Resourcetype</td>
+     * <td>DAV:resourcetype</td><td>org.apache.wink.webdav.model.Resourcetype</td>
      * </tr>
      * <tr>
-     * <td>DAV:supportedlock</td><td>org.hp.symphony.dav.model.webdav.Supportedlock</td>
+     * <td>DAV:supportedlock</td><td>org.apache.wink.webdav.model.Supportedlock</td>
      * </tr>
      * <tr>
      * <td>any other</td><td>org.w3c.dom.Element</td>
@@ -311,7 +311,7 @@
      * </table>
      * 
      * <p>for example, if the property to set is <code>DAV:getcontentlanguage</code> then the 
-     * property should be an instance of org.hp.symphony.dav.model.webdav.Getcontentlanguage.
+     * property should be an instance of org.apache.wink.webdav.model.Getcontentlanguage.
      * 
      * <p>if the property is <code>K:myprop</code> then the property should be an instance of 
      * org.w3c.dom.Element

Modified: incubator/wink/trunk/wink-webdav/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-webdav/src/site/apt/index.apt?rev=793931&r1=793930&r2=793931&view=diff
==============================================================================
--- incubator/wink/trunk/wink-webdav/src/site/apt/index.apt (original)
+++ incubator/wink/trunk/wink-webdav/src/site/apt/index.apt Tue Jul 14 15:16:12 2009
@@ -1,5 +1,5 @@
  -----
- Symphony WebDAV Extension
+ Wink WebDAV Extension
  -----
  -----
  December 2008
@@ -23,9 +23,9 @@
 ~~ under the License.
 ~~
 
-Symphony WebDAV Extension
+Wink WebDAV Extension
  
-  Symphony WebDAV Extension is an extension to the basic Rest support of Symphony. 
+  Wink WebDAV Extension is an extension to the basic Rest support of Wink. 
   It adds support for WebDAV operations as defined in {{{http://tools.ietf.org/rfc/rfc4918.txt}RFC 4918}},
   and provides a Java object model to easily build and handle the XMLs that are defined in the WebDAV RFC.