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 2005/11/23 18:11:18 UTC

svn commit: r348492 - in /forrest/trunk/plugins: build.xml plugins.xml

Author: rgardler
Date: Wed Nov 23 09:11:10 2005
New Revision: 348492

URL: http://svn.apache.org/viewcvs?rev=348492&view=rev
Log:
templates are no longer in the template directory. COntracts will now be copied into the plugin directory thus allowing contracts to be versioned along with the plugin

Modified:
    forrest/trunk/plugins/build.xml
    forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?rev=348492&r1=348491&r2=348492&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Wed Nov 23 09:11:10 2005
@@ -129,7 +129,6 @@
     <copy toDir="${forrest.plugins.localDeploy.dir}/${plugin-name}">
       <fileset dir="${forrest.plugins.dir}/${plugin-name}">
         <exclude name="lib/**"/>
-        <exclude name="templates/**"/>
         <exclude name="build/**"/>
       </fileset>
     </copy>
@@ -166,15 +165,6 @@
       <then>
         <copy toDir="${forrest.plugins.localDeploy.dir}/lib" failonerror="false">
           <fileset dir="lib"/>
-        </copy>
-       </then>
-     </if>
-
-    <if>
-      <available file="templates"/>
-      <then>
-        <copy toDir="${forrest.plugins.localDeploy.dir}/templates" failonerror="false">
-          <fileset dir="templates"/>
         </copy>
        </then>
      </if>

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?rev=348492&r1=348491&r2=348492&view=diff
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Wed Nov 23 09:11:10 2005
@@ -40,75 +40,75 @@
   <plugin name="org.apache.forrest.plugin.input.dtdx"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.dtdx"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Use the NekoDTD tool packaged as a Cocoon Generator to automatically generate 
       some hyperlinked DTD reference documentation.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.excel"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.excel/"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.excel/"
         url="http://forrest.apache.org/plugins"
         version="0.3-dev">
     <description>
       Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.feeder"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.feeder"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder"
         url="http://forrest.apache.org/plugins"
-        version="0.1">
+        version="0.2">
     <description>
       Embed syndicated content in a Forrest site. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>  
 
   <plugin name="org.apache.forrest.plugin.input.listLocations"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.listLocations"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations"
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
       Use lists of locations maintained in a simple xml format
       and transform them to documents.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.OpenOffice.org"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.OpenOffice.org"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org"
         url="http://forrest.apache.org/plugins"
-        version="0.1-dev">
+        version="0.2">
     <description>
       Use various OpenOffice.org document formats as input sources.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.PhotoGallery"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.PhotoGallery"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery"
         url="http://forrest.apache.org/plugins"
-        version="0.1-dev">
+        version="0.2">
     <description>
       Create a photo Gallery by simply dropping your photos into a directory.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.rblasch.forrest.plugin.input.pod"