You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Cyriaque Dupoirieux <Cy...@pcotech.fr> on 2006/03/16 09:27:42 UTC

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

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
>  
>
>
>
>