You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2005/01/10 17:35:14 UTC

svn commit: r124812 - /forrest/trunk/docs-author/content/xdocs/cap.xml /forrest/trunk/docs-author/content/xdocs/your-project.xml

Author: rick
Date: Mon Jan 10 08:35:13 2005
New Revision: 124812

URL: http://svn.apache.org/viewcvs?view=rev&rev=124812
Log:
Corrected the class used for SourceTypeAction.  Used to be within the
org.apache.cocoon.* package.  That was changed recently to
org.apache.forrest.*


Modified:
   forrest/trunk/docs-author/content/xdocs/cap.xml
   forrest/trunk/docs-author/content/xdocs/your-project.xml

Modified: forrest/trunk/docs-author/content/xdocs/cap.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/cap.xml?view=diff&rev=124812&p1=forrest/trunk/docs-author/content/xdocs/cap.xml&r1=124811&p2=forrest/trunk/docs-author/content/xdocs/cap.xml&r2=124812
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/cap.xml	(original)
+++ forrest/trunk/docs-author/content/xdocs/cap.xml	Mon Jan 10 08:35:13 2005
@@ -44,7 +44,7 @@
   <...>]]>
   <strong><![CDATA[<map:actions>
    <map:action name="sourcetype"
-      src="org.apache.cocoon.acting.sourcetype.SourceTypeAction">
+      src="org.apache.forrest.sourcetype.SourceTypeAction">
     <sourcetype name="download-v1.0">
      <document-declaration
         public-id="-//Acme//DTD Download Documentation V1.0//EN" />

Modified: forrest/trunk/docs-author/content/xdocs/your-project.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/your-project.xml?view=diff&rev=124812&p1=forrest/trunk/docs-author/content/xdocs/your-project.xml&r1=124811&p2=forrest/trunk/docs-author/content/xdocs/your-project.xml&r2=124812
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/your-project.xml	(original)
+++ forrest/trunk/docs-author/content/xdocs/your-project.xml	Mon Jan 10 08:35:13 2005
@@ -829,7 +829,7 @@
   </map:selectors>
   <map:actions>
    <map:action logger="sitemap.action.sourcetype" name="sourcetype"
-       src="org.apache.cocoon.acting.sourcetype.SourceTypeAction">
+       src="org.apache.forrest.sourcetype.SourceTypeAction">
     <sourcetype name="download-v1.0">
      <document-declaration
         public-id="-//Acme//DTD Download Documentation V1.0//EN" />