Author: crossley
Date: Mon Jun 25 01:06:59 2007
New Revision: 550409
URL: http://svn.apache.org/viewvc?view=rev&rev=550409
Log:
Do not now need to specifically deploy Dispatcher plugins.
This change was already made on the server, but not yet committed.
Tests seem okay.
Modified:
forrest/zone/config/update-forrest-trunk.sh
Modified: forrest/zone/config/update-forrest-trunk.sh
URL:
http://svn.apache.org/viewvc/forrest/zone/config/update-forrest-trunk.sh?view=diff&rev=550409&r1=550408&r2=550409
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Mon Jun 25 01:06:59 2007
@@ -74,15 +74,3 @@
if [ ! $statusBuild ]; then
sendMsg "build failed"
fi
-
-echo >> $logfile
-echo "Deploy dispatcher plugins ..." >> $logfile 2>&1
-# the dispatcher plugin will autodeploy, but not themes
-cd $FORREST_HOME/whiteboard/plugins/org.apache.forrest.themes.core
-$FORREST_HOME/tools/ant/bin/ant local-deploy >> $logfile 2>&1
-statusDeploy=$?
-
-echo "statusDeploy=$statusDeploy" >> $logfile
-if [ ! $statusDeploy ]; then
- sendMsg "etc/structurer.sh failed"
-fi