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/12/04 02:16:07 UTC

svn commit: r109740 - /forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml /forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap

Author: rgardler
Date: Fri Dec  3 17:16:07 2004
New Revision: 109740

URL: http://svn.apache.org/viewcvs?view=rev&rev=109740
Log:
we now have a new name
Modified:
   forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml
   forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml?view=diff&rev=109740&p1=forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml&r1=109739&p2=forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml&r2=109740
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/build.xml	Fri Dec  3 17:16:07 2004
@@ -16,7 +16,7 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="OpenOffice.org"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.OpenOffice.org"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap?view=diff&rev=109740&p1=forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap&r1=109739&p2=forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap&r2=109740
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/input.xmap	Fri Dec  3 17:16:07 2004
@@ -27,12 +27,12 @@
       <map:select type="exists">
         <map:when test="{project:content.xdocs}{uri}.sxw">
           <map:match type="regexp" pattern="^(.*?)([^/]*).xml$">
-            <map:generate src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/aggregates/openoffice.xml"/>
-            <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl">
+            <map:generate src="resources/stylesheets/aggregates/openoffice.xml"/>
+            <map:transform src="resources/stylesheets/aggregates/openoffice-document.xsl">
               <map:parameter name="src" value="{project:content.xdocs}{1}{2}.sxw"/>
             </map:transform>
             <map:transform type="cinclude"/>
-            <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl">
+            <map:transform src="resources/stylesheets/openoffice-writer2forrest.xsl">
               <map:parameter name="filename" value="{2}" />
               <map:parameter name="extension" value="sxw" />
             </map:transform>
@@ -42,12 +42,12 @@
         
         <map:when test="{project:content.xdocs}{uri}.sxi">
           <map:match type="regexp" pattern="^(.*?)([^/]*).xml$">
-            <map:generate src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/aggregates/openoffice.xml"/>
-            <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/aggregates/openoffice-document.xsl">
+            <map:generate src="resources/stylesheets/aggregates/openoffice.xml"/>
+            <map:transform src="resources/stylesheets/aggregates/openoffice-document.xsl">
               <map:parameter name="src" value="{project:content.xdocs}{1}{2}.sxi"/>
             </map:transform>
             <map:transform type="cinclude"/>
-            <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/openoffice-impress2forrest.xsl">
+            <map:transform src="resources/stylesheets/openoffice-impress2forrest.xsl">
               <map:parameter name="filename" value="{2}" />
               <map:parameter name="extension" value="sxi" />
             </map:transform>