You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by Ferdy Galema <fe...@kalooga.com> on 2012/05/08 13:35:27 UTC

Re: svn commit: r1335421 - in /gora/trunk: gora-cassandra/ivy/ivy.xml gora-core/ivy/ivy.xml gora-hbase/ivy/ivy.xml gora-sql/ivy/ivy.xml gora-tutorial/ivy/ivy.xml

FYI: I committed this change to ease Eclipse integration with the IvyDE
plugin. (Just like I did to Nutch some time ago). Even though I know Maven
is the official supported build tool for Gora, I still have some uses with
the Ivy support.

Ferdy

On Tue, May 8, 2012 at 1:28 PM, <fe...@apache.org> wrote:

> Author: ferdy
> Date: Tue May  8 11:28:06 2012
> New Revision: 1335421
>
> URL: http://svn.apache.org/viewvc?rev=1335421&view=rev
> Log:
> trivial change to ivy configurations file to ease eclipse integration
>
> Modified:
>    gora/trunk/gora-cassandra/ivy/ivy.xml
>    gora/trunk/gora-core/ivy/ivy.xml
>    gora/trunk/gora-hbase/ivy/ivy.xml
>    gora/trunk/gora-sql/ivy/ivy.xml
>    gora/trunk/gora-tutorial/ivy/ivy.xml
>
> Modified: gora/trunk/gora-cassandra/ivy/ivy.xml
> URL:
> http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/ivy/ivy.xml?rev=1335421&r1=1335420&r2=1335421&view=diff
>
> ==============================================================================
> --- gora/trunk/gora-cassandra/ivy/ivy.xml (original)
> +++ gora/trunk/gora-cassandra/ivy/ivy.xml Tue May  8 11:28:06 2012
> @@ -24,7 +24,7 @@
>       status="integration"/>
>
>   <configurations>
> -    <include file="${project.dir}/ivy/ivy-configurations.xml"/>
> +    <include file="../../ivy/ivy-configurations.xml"/>
>   </configurations>
>
>   <publications>
>
> Modified: gora/trunk/gora-core/ivy/ivy.xml
> URL:
> http://svn.apache.org/viewvc/gora/trunk/gora-core/ivy/ivy.xml?rev=1335421&r1=1335420&r2=1335421&view=diff
>
> ==============================================================================
> --- gora/trunk/gora-core/ivy/ivy.xml (original)
> +++ gora/trunk/gora-core/ivy/ivy.xml Tue May  8 11:28:06 2012
> @@ -23,7 +23,7 @@
>       status="integration"/>
>
>   <configurations>
> -    <include file="${project.dir}/ivy/ivy-configurations.xml"/>
> +    <include file="../../ivy/ivy-configurations.xml"/>
>   </configurations>
>
>   <publications defaultconf="compile">
>
> Modified: gora/trunk/gora-hbase/ivy/ivy.xml
> URL:
> http://svn.apache.org/viewvc/gora/trunk/gora-hbase/ivy/ivy.xml?rev=1335421&r1=1335420&r2=1335421&view=diff
>
> ==============================================================================
> --- gora/trunk/gora-hbase/ivy/ivy.xml (original)
> +++ gora/trunk/gora-hbase/ivy/ivy.xml Tue May  8 11:28:06 2012
> @@ -24,7 +24,7 @@
>       status="integration"/>
>
>   <configurations>
> -    <include file="${project.dir}/ivy/ivy-configurations.xml"/>
> +    <include file="../../ivy/ivy-configurations.xml"/>
>   </configurations>
>
>   <publications>
>
> Modified: gora/trunk/gora-sql/ivy/ivy.xml
> URL:
> http://svn.apache.org/viewvc/gora/trunk/gora-sql/ivy/ivy.xml?rev=1335421&r1=1335420&r2=1335421&view=diff
>
> ==============================================================================
> --- gora/trunk/gora-sql/ivy/ivy.xml (original)
> +++ gora/trunk/gora-sql/ivy/ivy.xml Tue May  8 11:28:06 2012
> @@ -23,7 +23,7 @@
>       status="integration"/>
>
>   <configurations>
> -    <include file="${project.dir}/ivy/ivy-configurations.xml"/>
> +    <include file="../../ivy/ivy-configurations.xml"/>
>   </configurations>
>
>   <publications>
>
> Modified: gora/trunk/gora-tutorial/ivy/ivy.xml
> URL:
> http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/ivy/ivy.xml?rev=1335421&r1=1335420&r2=1335421&view=diff
>
> ==============================================================================
> --- gora/trunk/gora-tutorial/ivy/ivy.xml (original)
> +++ gora/trunk/gora-tutorial/ivy/ivy.xml Tue May  8 11:28:06 2012
> @@ -23,7 +23,7 @@
>       status="integration"/>
>
>   <configurations>
> -    <include file="${project.dir}/ivy/ivy-configurations.xml"/>
> +    <include file="../../ivy/ivy-configurations.xml"/>
>   </configurations>
>
>   <publications defaultconf="compile">
>
>
>

Re: svn commit: r1335421 - in /gora/trunk: gora-cassandra/ivy/ivy.xml gora-core/ivy/ivy.xml gora-hbase/ivy/ivy.xml gora-sql/ivy/ivy.xml gora-tutorial/ivy/ivy.xml

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Thanks Ferdy.

On Tue, May 8, 2012 at 12:35 PM, Ferdy Galema <fe...@kalooga.com> wrote:
> FYI: I committed this change to ease Eclipse integration with the IvyDE
> plugin. (Just like I did to Nutch some time ago). Even though I know Maven
> is the official supported build tool for Gora, I still have some uses with
> the Ivy support.
>
> Ferdy
>
>