You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/10/29 01:20:34 UTC

svn commit: rev 55906 - in forrest/trunk/forrestcore/src/core: context fresh-site/src/documentation/content/xdocs

Author: rgardler
Date: Thu Oct 28 16:20:32 2004
New Revision: 55906

Modified:
   forrest/trunk/forrestcore/src/core/context/default-forrest.properties
   forrest/trunk/forrestcore/src/core/context/forrest.xmap
   forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml
Log:
Remove OpenOffice.org functionality (now in pluing)

Modified: forrest/trunk/forrestcore/src/core/context/default-forrest.properties
==============================================================================
--- forrest/trunk/forrestcore/src/core/context/default-forrest.properties	(original)
+++ forrest/trunk/forrestcore/src/core/context/default-forrest.properties	Thu Oct 28 16:20:32 2004
@@ -139,4 +139,5 @@
 project.i18n=false
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
-project.required.plugins=
+# Run "forrest available-plugins" for a list of plug-ins currently available
+project.required.plugins=openOffice.org

Modified: forrest/trunk/forrestcore/src/core/context/forrest.xmap
==============================================================================
--- forrest/trunk/forrestcore/src/core/context/forrest.xmap	(original)
+++ forrest/trunk/forrestcore/src/core/context/forrest.xmap	Thu Oct 28 16:20:32 2004
@@ -315,19 +315,6 @@
             <map:serialize type="xml-document"/>
           </map:match>
         </map:when>
-        <map:when test="{project:content.xdocs}{uri}.sxw">
-          <map:match type="regexp" pattern="^(.*?)([^/]*).xml$">
-            <map:generate src="{forrest:stylesheets}/aggregates/openoffice-writer.xml"/>
-            <map:transform src="{forrest:stylesheets}/aggregates/openoffice-writer.xsl">
-              <map:parameter name="src" value="{project:content.xdocs}{1}{2}.sxw"/>
-            </map:transform>
-            <map:transform type="cinclude"/>
-            <map:transform src="{forrest:stylesheets}/openoffice-writer2forrest.xsl">
-              <map:parameter name="filename" value="{2}" />
-            </map:transform>
-            <map:serialize type="xml-document"/>
-          </map:match>
-        </map:when>
         <map:otherwise>
           <map:generate src="{project:content.xdocs}{uri}.xml" />
           <map:call resource="transform-to-document">

Modified: forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/forrestcore/src/core/fresh-site/src/documentation/content/xdocs/site.xml	Thu Oct 28 16:20:32 2004
@@ -61,8 +61,6 @@
       description="Sample Ascii Art page" />
     <sample-usemap label="usemap" href="usemap.html" 
       description="Client-side imagemap" />
-    <sample-openoffice-writer label="OpenOffice.org Writer" href="openoffice-writer.html" 
-      description="OpenOffice.org Writer sample" />       
     <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
     <sdocbook label="Simplifed Docbook" href="sdocbook.html" 
       description="Simplified DocBook example" />