You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/03/15 22:01:37 UTC

svn commit: r386161 - /forrest/trunk/etc/builddispatcher.sh

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
 



Re: svn commit: r386161 - /forrest/trunk/etc/builddispatcher.sh

Posted by Cyriaque Dupoirieux <Cy...@pcotech.fr>.
Ooops,
Bad copy paste :-P
Thank you,

Cyriaque,

thorsten@apache.org 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
>  
>
>
>
>