You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/12/13 11:17:04 UTC

svn commit: r111699 - /forrest/trunk/main/webapp/dtd.xmap /forrest/trunk/main/webapp/faq.xmap /forrest/trunk/main/webapp/forrest.xmap /forrest/trunk/main/webapp/sitemap.xmap

Author: nicolaken
Date: Mon Dec 13 02:17:02 2004
New Revision: 111699

URL: http://svn.apache.org/viewcvs?view=rev&rev=111699
Log:
Move Forrest java code to the org.apache.forrest namespace.
Refactor the pakage names based on functionality.

Things are generally working, please test further, as now the classes are not in the original Cocoon packages anymore.
Modified:
   forrest/trunk/main/webapp/dtd.xmap
   forrest/trunk/main/webapp/faq.xmap
   forrest/trunk/main/webapp/forrest.xmap
   forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/dtd.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/dtd.xmap?view=diff&rev=111699&p1=forrest/trunk/main/webapp/dtd.xmap&r1=111698&p2=forrest/trunk/main/webapp/dtd.xmap&r2=111699
==============================================================================
--- forrest/trunk/main/webapp/dtd.xmap	(original)
+++ forrest/trunk/main/webapp/dtd.xmap	Mon Dec 13 02:17:02 2004
@@ -29,7 +29,7 @@
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:components>
     <map:generators default="file">
-      <map:generator name="nekodtd" src="org.apache.cocoon.generation.XNIConfigurableFileGenerator" />
+      <map:generator name="nekodtd" src="org.apache.forrest.xni.XNIConfigurableFileGenerator" />
     </map:generators>
     <map:serializers default="html"/>
     <map:transformers default="xslt"/>

Modified: forrest/trunk/main/webapp/faq.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/faq.xmap?view=diff&rev=111699&p1=forrest/trunk/main/webapp/faq.xmap&r1=111698&p2=forrest/trunk/main/webapp/faq.xmap&r2=111699
==============================================================================
--- forrest/trunk/main/webapp/faq.xmap	(original)
+++ forrest/trunk/main/webapp/faq.xmap	Mon Dec 13 02:17:02 2004
@@ -37,7 +37,7 @@
     <map:transformers default="xslt"/>
     <map:matchers default="wildcard"/>
     <map:actions>
-      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.cocoon.acting.sourcetype.SourceTypeAction">
+      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
         <sourcetype name="faq-v10">
           <document-declaration public-id="-//APACHE//DTD FAQ V1.0//EN" />
         </sourcetype>

Modified: forrest/trunk/main/webapp/forrest.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?view=diff&rev=111699&p1=forrest/trunk/main/webapp/forrest.xmap&r1=111698&p2=forrest/trunk/main/webapp/forrest.xmap&r2=111699
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap	(original)
+++ forrest/trunk/main/webapp/forrest.xmap	Mon Dec 13 02:17:02 2004
@@ -78,7 +78,7 @@
     </map:transformers>
 
     <map:actions>
-      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.cocoon.acting.sourcetype.SourceTypeAction">
+      <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
         <sourcetype name="document-v10">
           <document-declaration public-id="-//APACHE//DTD Documentation V1.0//EN" />
         </sourcetype>

Modified: forrest/trunk/main/webapp/sitemap.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=111699&p1=forrest/trunk/main/webapp/sitemap.xmap&r1=111698&p2=forrest/trunk/main/webapp/sitemap.xmap&r2=111699
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap	(original)
+++ forrest/trunk/main/webapp/sitemap.xmap	Mon Dec 13 02:17:02 2004
@@ -92,7 +92,7 @@
       <map:transformer name="skinconf" src="org.apache.forrest.conf.SkinconfTransformer"/>
               
       <!-- Generates @id attributes from <title> strings -->
-      <map:transformer name="idgen" src="org.apache.cocoon.transformation.IdGeneratorTransformer">
+      <map:transformer name="idgen" src="org.apache.forrest.util.IdGeneratorTransformer">
         <element>//*[local-name() = 'section']</element>
         <id>title/text()</id>
       </map:transformer>
@@ -119,7 +119,7 @@
         </input-module>
       </map:transformer>
 
-      <map:transformer name="xpath" logger="sitemap.transformer.xpath" src="org.apache.cocoon.transformation.XPathTransformer" />
+      <map:transformer name="xpath" logger="sitemap.transformer.xpath" src="org.apache.forrest.util.XPathTransformer" />
       
       <map:transformer name="xslt" src="org.apache.cocoon.transformation.TraxTransformer" logger="sitemap.transformer.xslt" pool-max="32" pool-min="8" pool-grow="2">
         <use-request-parameters>false</use-request-parameters>
@@ -211,7 +211,7 @@
     </map:matchers>
 
     <map:selectors>
-      <map:selector logger="sitemap.selector.exists" name="exists" src="org.apache.cocoon.selection.SourceExistsSelector" />
+      <map:selector logger="sitemap.selector.exists" name="exists" src="org.apache.forrest.sourceexists.SourceExistsSelector" />
    <map:selector logger="sitemap.selector.exception" name="exception"
                  src="org.apache.cocoon.selection.ExceptionSelector">
      <exception name="syntax" class="net.sourceforge.chaperon.process.ParseException"/>