You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2008/08/19 16:38:36 UTC

svn commit: r687065 - in /cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample: rcl.properties src/main/resources/COB-INF/overview/overview.html

Author: gkossakowski
Date: Tue Aug 19 07:38:35 2008
New Revision: 687065

URL: http://svn.apache.org/viewvc?rev=687065&view=rev
Log:
Make cocoon-servlet-service-components-sample running again.

Fixed links after renaming of this blocks.

Modified:
    cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.properties
    cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/main/resources/COB-INF/overview/overview.html

Modified: cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.properties
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.properties?rev=687065&r1=687064&r2=687065&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.properties (original)
+++ cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/rcl.properties Tue Aug 19 07:38:35 2008
@@ -14,4 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-org.apache.cocoon.servletservice.demo1.servlet%classes-dir=./target/classes
\ No newline at end of file
+org.apache.cocoon.servletservice.sample.overview.servlet%classes-dir=./target/classes
+#Following entry is needed because sitemap is stored at non-default location
+org.apache.cocoon.servletservice.sample.overview.servlet/contextPath=./src/main/resources/COB-INF/overview
\ No newline at end of file

Modified: cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/main/resources/COB-INF/overview/overview.html
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/main/resources/COB-INF/overview/overview.html?rev=687065&r1=687064&r2=687065&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/main/resources/COB-INF/overview/overview.html (original)
+++ cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/src/main/resources/COB-INF/overview/overview.html Tue Aug 19 07:38:35 2008
@@ -25,28 +25,28 @@
 
 	<h2>Usage in sitemaps</h2>
     <ul>
-      <li><a href="../cocoon-servlet-service-sample1/test">Simple pipeline</a>: A simple pipeline that doesn't use the SSF.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test2">servlet: protocol usage</a>: Calling another pipeline using the servlet: protocol.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test3">servlet: protocol usage (self-referencing)</a>:
+      <li><a href="../cocoon-servlet-service-components-sample/1/test">Simple pipeline</a>: A simple pipeline that doesn't use the SSF.</li>
+      <li><a href="../cocoon-servlet-service-components-sample/1/test2">servlet: protocol usage</a>: Calling another pipeline using the servlet: protocol.</li>
+      <li><a href="../cocoon-servlet-service-components-sample/1/test3">servlet: protocol usage (self-referencing)</a>:
         Calling another pipeline from within the same sitemap (servlet-service) using the servlet: protocol.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test4">Reading a resource</a>: A simple pipeline that reads a resource using the resource: protocol.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test5">Servlet-Service generator</a>: Using the servlet-service generator that
+      <li><a href="../cocoon-servlet-service-components-sample/1/test4">Reading a resource</a>: A simple pipeline that reads a resource using the resource: protocol.</li>
+      <li><a href="../cocoon-servlet-service-components-sample/1/test5">Servlet-Service generator</a>: Using the servlet-service generator that
         performs a POST request on a generating servlet-service and passes the result to the calling pipeline.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test6">Servlet-Service transformer</a>: Using the servlet-service transformer that
+      <li><a href="../cocoon-servlet-service-components-sample/1/test6">Servlet-Service transformer</a>: Using the servlet-service transformer that
         performs a POST request on a transforming servlet-service and passes the transformed result to the calling pipeline.</li>
-      <li><a href="../cocoon-servlet-service-sample1/test7">Servlet-Service serializer</a>: Using the servlet-service serializer that
+      <li><a href="../cocoon-servlet-service-components-sample/1/test7">Servlet-Service serializer</a>: Using the servlet-service serializer that
         performs a POST request on a serializing servlet-service.</li>
     </ul>
 
 	<h2>Sub-Sitemaps</h2>
 	<ul>
-      <li><a href="../cocoon-servlet-service-sample1/sub/test">Simple pipeline</a>: A simple pipeline that doesn't use the SSF./</li>
-      <li><a href="../cocoon-servlet-service-sample1/sub/test3">Servlet: protocol</a>: Use the servlet: protocol from a sub sitemap./</li>
+      <li><a href="../cocoon-servlet-service-components-sample/1/sub/test">Simple pipeline</a>: A simple pipeline that doesn't use the SSF./</li>
+      <li><a href="../cocoon-servlet-service-components-sample1/sub/test3">Servlet: protocol</a>: Use the servlet: protocol from a sub sitemap./</li>
 	</ul>
 
 	<h2>Block-Path module</h2>
 	<ul>
-      <li><a href="../cocoon-servlet-service-sample1/sub/abs">Block-path module</a>: Use the block-path module to find the mount-path of a servlet-service./</li>
+      <li><a href="../cocoon-servlet-service-components-sample/1/sub/abs">Block-path module</a>: Use the block-path module to find the mount-path of a servlet-service./</li>
 	</ul>
 
 	<h2>Passing information of origal request</h2>