You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/24 09:10:51 UTC

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

Author: crossley
Date: Fri Feb 24 00:10:49 2006
New Revision: 380617

URL: http://svn.apache.org/viewcvs?rev=380617&view=rev
Log:
Increment the version number for the Gallery plugin now that it has new abilities.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml
    forrest/trunk/plugins/plugins.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=380617&r1=380616&r2=380617&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 Feb 24 00:10:49 2006
@@ -20,7 +20,7 @@
   <property name="plugin-name" value="org.apache.forrest.plugin.input.PhotoGallery"/>
   <property name="forrest.version" value="0.8"/>
   <property name="type" value="input"/>
-  <property name="plugin-version" value="0.2"/>
+  <property name="plugin-version" value="0.3"/>
   <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/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/status.xml?rev=380617&r1=380616&r2=380617&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 Feb 24 00:10:49 2006
@@ -18,17 +18,20 @@
 <status>
 
   <changes>
-    <release version="0.2-dev" date="not-released">
-      <action type="add" context="code" dev="RDG">
-        Use locationmap for resolution of resources and files. Resources are exposed via
-        {lm:photoGallery.*}
-      </action>
+    <release version="0.3" date="not-released">
       <action type="add" context="code" dev="TWW">
         Added a "main" index page that supports multiple galleries.  Automated the image
         variant (e.g. thumb, small) creation.  Allow albums to contain metadata.
       </action>
     </release>
-      
+
+    <release version="0.2" date="not-released">
+      <action type="add" context="code" dev="RDG">
+        Use locationmap for resolution of resources and files. Resources are exposed via
+        {lm:photoGallery.*}
+      </action>
+    </release>
+
     <release version="0.1" date="not-released">
       <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.

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?rev=380617&r1=380616&r2=380617&view=diff
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Fri Feb 24 00:10:49 2006
@@ -104,7 +104,7 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery"
         url="http://forrest.apache.org/plugins"
-        version="0.2">
+        version="0.3">
     <description>
       Create a photo Gallery by simply dropping your photos into a directory.
     </description>