Author: crossley Date: Tue Feb 1 02:12:21 2011 New Revision: 1065893 URL: http://svn.apache.org/viewvc?rev=1065893&view=rev Log: Preparing for 0.9 release. This is the result of the section of the release procedure, just prior to bulding rc1. Incrementing version numbers in build system. Re-generate Forrestbar.
Modified: forrest/trunk/main/build.xml forrest/trunk/main/forrest.build.xml forrest/trunk/plugins/build.xml forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi forrest/trunk/tools/forrestbar/xpi/install.rdf Modified: forrest/trunk/main/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1065893&r1=1065892&r2=1065893&view=diff ============================================================================== --- forrest/trunk/main/build.xml (original) +++ forrest/trunk/main/build.xml Tue Feb 1 02:12:21 2011 @@ -45,7 +45,7 @@ <property name="build.compiler.type" value="classic"/> <property name="build.compiler.vm" value="1.5"/> <property name="name" value="apache-forrest"/> - <property name="forrest.version" value="0.9-dev"/> + <property name="forrest.version" value="0.9"/> <property name="forrest.core" location="."/> <property name="java.dir" location="java"/> <property name="plugins.dir" location="${forrest.home}/plugins"/> Modified: forrest/trunk/main/forrest.build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?rev=1065893&r1=1065892&r2=1065893&view=diff ============================================================================== --- forrest/trunk/main/forrest.build.xml (original) +++ forrest/trunk/main/forrest.build.xml Tue Feb 1 02:12:21 2011 @@ -25,7 +25,7 @@ FORREST SITE BUILDER <project default="site" basedir="." name="forrest"> <property environment="env" /> <property name="forrest.home" location="${env.FORREST_HOME}" /> - <property name="forrest.version" value="0.9-dev"/> + <property name="forrest.version" value="0.9"/> <property name="forrest.lib-dir" location="${forrest.home}/lib"/> <property name="forrest.core.lib-dir" location="${forrest.lib-dir}/core"/> <property name="forrest.endorsed.lib-dir" location="${forrest.lib-dir}/endorsed"/> Modified: forrest/trunk/plugins/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=1065893&r1=1065892&r2=1065893&view=diff ============================================================================== --- forrest/trunk/plugins/build.xml (original) +++ forrest/trunk/plugins/build.xml Tue Feb 1 02:12:21 2011 @@ -20,7 +20,7 @@ <!-- The minimum version of Forrest a plugin is known to work --> <!-- This should be overridden in the plugin build file when necessary i.e. when the plugin is being developed for a different Forrest version --> - <property name="forrest.version" value="0.9"/> + <property name="forrest.version" value="0.10"/> <property name="forrest.home" location="${env.FORREST_HOME}"/> <property name="forrest.core" location="${env.FORREST_HOME}/main" /> <property name="forrest.ant.lib.dir" location="${forrest.home}/tools/ant/lib"/> @@ -181,6 +181,7 @@ description="Deploy the plugin documentation" depends="deploy-ready, clean, dist, docs, checkout-deployed-docs, deploy-plugins.xml"> <echo level="info">Deploying plugin documentation to the web server</echo> +<!-- FIXME: Surely this can be improved. --> <if> <contains string="${forrest.version}" substring="0.7"/> <then> Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi?rev=1065893&r1=1065892&r2=1065893&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/trunk/tools/forrestbar/xpi/install.rdf URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/install.rdf?rev=1065893&r1=1065892&r2=1065893&view=diff ============================================================================== --- forrest/trunk/tools/forrestbar/xpi/install.rdf (original) +++ forrest/trunk/tools/forrestbar/xpi/install.rdf Tue Feb 1 02:12:21 2011 @@ -20,7 +20,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>{057e51a0-7e81-4749-ad58-d5e32a6084a9}</em:id> <!-- need guid for 1.0 --> - <em:version>0.8</em:version> + <em:version>0.9</em:version> <em:contributor>Nicola Ken Barozzi</em:contributor> <em:contributor>Dave Brondsema</em:contributor> <em:contributor>David Crossley</em:contributor>