Author: rgardler
Date: Wed Apr 11 08:41:58 2007
New Revision: 527529
URL: http://svn.apache.org/viewvc?view=rev&rev=527529
Log:
Deploy unversioned plugins to forrest version directory as well as to the root
Modified:
forrest/trunk/plugins/build.xml
Modified: forrest/trunk/plugins/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?view=diff&rev=527529&r1=527528&r2=527529
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Wed Apr 11 08:41:58 2007
@@ -319,6 +319,12 @@
depends="clean, deploy-plugins.xml, deploy-docs, dist,
checkout-deployed-plugins">
<echo>Deploying unversioned plugin ${plugin-name} to the download
server</echo>
+
+ <!-- Put unversioned plugin in the ${forrest.version} directory -->
+ <copy
tofile="${deploy.plugins.svn-dir}/${forrest.version}/${plugin-name}.zip"
+ overwrite="true"
+
file="${forrest.plugins.dist.dir}/${forrest.version}/${plugin-name}-${plugin-version}.zip"/>
+
<!-- Put unversioned plugin in the top-level directory -->
<copy tofile="${deploy.plugins.svn-dir}/${plugin-name}.zip"
overwrite="true"