Author: crossley Date: Fri Jun 10 09:28:55 2011 New Revision: 1134251 URL: http://svn.apache.org/viewvc?rev=1134251&view=rev Log: published the initial plugin and docs.
Modified: forrest/trunk/etc/review-plugin-deployment.txt forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/build.xml Modified: forrest/trunk/etc/review-plugin-deployment.txt URL: http://svn.apache.org/viewvc/forrest/trunk/etc/review-plugin-deployment.txt?rev=1134251&r1=1134250&r2=1134251&view=diff ============================================================================== --- forrest/trunk/etc/review-plugin-deployment.txt (original) +++ forrest/trunk/etc/review-plugin-deployment.txt Fri Jun 10 09:28:55 2011 @@ -50,7 +50,7 @@ org.apache.forrest.plugin.input.doap org.apache.forrest.plugin.input.ecs | n 8 n 8 n n org.apache.forrest.plugin.input.foaf | y 9 n y 9 n n org.apache.forrest.plugin.input.glossary | y 8 y y 8 n y y -org.apache.forrest.plugin.input.logo | y 8 n 8 n y +org.apache.forrest.plugin.input.logo | y 8 y y 8 n y org.apache.forrest.plugin.input.logs | n 7 y 7 n y org.apache.forrest.plugin.input.odt | y 8 y 8 n y org.apache.forrest.plugin.input.serverStatus | y 8 y 8 n y Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/build.xml?rev=1134251&r1=1134250&r2=1134251&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/build.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/build.xml Fri Jun 10 09:28:55 2011 @@ -18,17 +18,17 @@ <project default="docs" basedir="." name="Forrest org.apache.forrest.plugin.input.logo build file"> <property name="plugin-name" value="org.apache.forrest.plugin.input.logo"/> <!-- Minimum version of Forrest that this version of the plugin requires. --> - <property name="forrest.version" value="0.10"/> + <property name="forrest.version" value="0.8"/> <!-- Initial minimum Forrest version required when this plugin commenced. --> - <property name="forrest.version.initial" value="0.10"/> + <property name="forrest.version.initial" value="0.8"/> <property name="type" value="input"/> <property name="plugin-version" value="0.1"/> <property name="description" value="Assist management of project logos and banner images."/> <property name="author" value="Apache Forrest Project"/> - <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/org.apache.forrest.plugin.input.logo/"/> + <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.logo/"/> <property name="downloadURL" value="http://forrest.apache.org/plugins/"/> <!-- The plugin will only appear in the plugins list if publish = true --> - <property name="publish" value="false"/> + <property name="publish" value="true"/> <!-- Set requires-java = true if the plugin uses Java code Issue: FOR-1137 --> <!-- <property name="requires-java" value="true" /> -->