You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Olivier Grisel <ol...@ensta.org> on 2011/02/10 10:50:30 UTC

Re: svn commit: r1069297 - /incubator/stanbol/trunk/pom.xml

Bertrand, can you please update the toplevel README.md file to reflect
this change? I think we should always keep that one up to date
whenever we change something that affects the build procedure.

2011/2/10  <bd...@apache.org>:
> Author: bdelacretaz
> Date: Thu Feb 10 09:19:21 2011
> New Revision: 1069297
>
> URL: http://svn.apache.org/viewvc?rev=1069297&view=rev
> Log:
> STANBOL-70 - disable kres build by default so that the build works in Hudson
>
> Modified:
>    incubator/stanbol/trunk/pom.xml
>
> Modified: incubator/stanbol/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1069297&r1=1069296&r2=1069297&view=diff
> ==============================================================================
> --- incubator/stanbol/trunk/pom.xml (original)
> +++ incubator/stanbol/trunk/pom.xml Thu Feb 10 09:19:21 2011
> @@ -46,7 +46,19 @@
>     <module>parent</module>
>     <module>entityhub</module>
>     <module>enhancer</module>
> -    <module>kres</module>
>     <module>commons</module>
>   </modules>
> +
> +  <profiles>
> +    <profile>
> +       <id>kres</id>
> +       <activation>
> +         <activeByDefault>false</activeByDefault>
> +       </activation>
> +       <modules>
> +         <module>kres</module>
> +       </modules>
> +     </profile>
> +   </profiles>
> +
>  </project>
>
>
>



-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

Re: svn commit: r1069297 - /incubator/stanbol/trunk/pom.xml

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Thu, Feb 10, 2011 at 10:50 AM, Olivier Grisel
<ol...@ensta.org> wrote:
> Bertrand, can you please update the toplevel README.md file to reflect
> this change? I think we should always keep that one up to date
> whenever we change something that affects the build procedure.

You're right - done in revision 1069313.
-Bertrand