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/11 23:57:25 UTC

svn commit: r332666 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery: build.xml input.xmap resources.xmap status.xml

Author: rgardler
Date: Fri Nov 11 14:57:16 2005
New Revision: 332666

URL: http://svn.apache.org/viewcvs?rev=332666&view=rev
Log:
use locationmap (FOR-726)

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml?rev=332666&r1=332665&r2=332666&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml Fri Nov 11 14:57:16 2005
@@ -18,9 +18,9 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.input.PhotoGallery"/>
-  <property name="forrest.version" value="0.7"/>
+  <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
-  <property name="plugin-version" value="0.1"/>
+  <property name="plugin-version" value="0.2"/>
   <property name="description" value="Create a photo Gallery by simply dropping your photos into a directory."/>
   <property name="author" value="Apache Forrest Project"/>
   <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.PhotoGallery/"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap?rev=332666&r1=332665&r2=332666&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/input.xmap Fri Nov 11 14:57:16 2005
@@ -27,7 +27,7 @@
   <map:pipelines>
     <map:pipeline internal-only="false">
       <map:match pattern="gallery/**/dir.xml">
-        <map:generate type="imagedirectory" src="{project:content.xdocs}/images/gallery/{1}/preview/">
+        <map:generate type="imagedirectory" src="{lm:project.images/gallery/{1}/preview/}">
           <map:parameter name="exclude" value="Thumbs.db"/> <!-- windows XP thumbnails -->
         </map:generate>
         <map:serialize type="xml" />

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources.xmap?rev=332666&r1=332665&r2=332666&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/resources.xmap Fri Nov 11 14:57:16 2005
@@ -39,11 +39,11 @@
       </map:match>
 
       <map:match pattern="gallery/**.jpg">
-        <map:read src="{project:content.xdocs}/images/{0}" mime-type="image/jpg" />
+        <map:read src="{lm:project.images/{0}}" mime-type="image/jpg" />
       </map:match>
 
       <map:match pattern="gallery/**.JPG">
-        <map:read src="{project:content.xdocs}/images/{0}" mime-type="image/jpg" />
+        <map:read src="{lm:project.images/{0}}" mime-type="image/jpg" />
       </map:match>
       
       <map:match pattern="gallery/**/*arrow.png">

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml?rev=332666&r1=332665&r2=332666&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml Fri Nov 11 14:57:16 2005
@@ -18,6 +18,11 @@
 <status>
 
   <changes>
+    <release version="0.2" date="unreleased">
+      <action dev="RDG" type="fix" context="docs" importance="high">
+        Use locationmap.
+      </action>
+      
     <release version="0.1" date="unreleased">
       <action dev="RDG" type="fix" context="docs" fixes-bug="FOR-519" due-to="kevin">
         Use "alt" motd position to prevent the motd overlaying the image.