Ooops,
Bad copy paste :-P
Thank you,
Cyriaque,
[EMAIL PROTECTED] a écrit :
Author: thorsten
Date: Wed Mar 15 13:01:30 2006
New Revision: 386161
URL: http://svn.apache.org/viewcvs?rev=386161&view=rev
Log:
Fixing locations of the plugins and build command
Modified:
forrest/trunk/etc/builddispatcher.sh
Modified: forrest/trunk/etc/builddispatcher.sh
URL:
http://svn.apache.org/viewcvs/forrest/trunk/etc/builddispatcher.sh?rev=386161&r1=386160&r2=386161&view=diff
==============================================================================
--- forrest/trunk/etc/builddispatcher.sh (original)
+++ forrest/trunk/etc/builddispatcher.sh Wed Mar 15 13:01:30 2006
@@ -59,12 +59,12 @@
cd $FORREST_HOME/main
./build.sh clean
-./build
+./build.sh
-cd $FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer
+cd
$FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher
$FORREST_HOME/tools/ant/bin/ant local-deploy
-cd $FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.output.themer
+cd $FORREST_HOME/whiteboard/plugins/org.apache.forrest.themes.core
$FORREST_HOME/tools/ant/bin/ant local-deploy
cd $PROJECT_HOME