You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Guillaume Nodet <gn...@gmail.com> on 2007/05/02 17:28:40 UTC

Re: svn commit: r534513 - /incubator/ode/trunk/Rakefile

Thanks Mattheiu !
I need to find some time to look at ruby / rake / buildr ;-)

On 5/2/07, mriou@apache.org <mr...@apache.org> wrote:
>
> Author: mriou
> Date: Wed May  2 08:25:16 2007
> New Revision: 534513
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=534513
> Log:
> Forcing OpenJPA version until Buildr upgrades.
>
> Modified:
>     incubator/ode/trunk/Rakefile
>
> Modified: incubator/ode/trunk/Rakefile
> URL:
> http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=534513&r1=534512&r2=534513
>
> ==============================================================================
> --- incubator/ode/trunk/Rakefile (original)
> +++ incubator/ode/trunk/Rakefile Wed May  2 08:25:16 2007
> @@ -5,6 +5,12 @@
> require "buildr/javacc"
> require "buildr/jetty"
>
> +module Buildr
> +  module OpenJPA
> +    VERSION = "0.9.7-incubating"
> +  end
> +end
> +
> # Keep this structure to allow the build system to update version numbers.
> VERSION_NUMBER = "1.0-RC2-incubating-SNAPSHOT"
> NEXT_VERSION = "1.0-RC2-incubating"
>
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/

Re: svn commit: r534513 - /incubator/ode/trunk/Rakefile

Posted by Matthieu Riou <ma...@gmail.com>.
No problem. I bet you'll love buildr! The whole ODE build has gone to only
500 lines and it's been working very reliably so far.

On 5/2/07, Guillaume Nodet <gn...@gmail.com> wrote:
>
> Thanks Mattheiu !
> I need to find some time to look at ruby / rake / buildr ;-)
>
> On 5/2/07, mriou@apache.org <mr...@apache.org> wrote:
> >
> > Author: mriou
> > Date: Wed May  2 08:25:16 2007
> > New Revision: 534513
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=534513
> > Log:
> > Forcing OpenJPA version until Buildr upgrades.
> >
> > Modified:
> >     incubator/ode/trunk/Rakefile
> >
> > Modified: incubator/ode/trunk/Rakefile
> > URL:
> >
> http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=534513&r1=534512&r2=534513
> >
> >
> ==============================================================================
> > --- incubator/ode/trunk/Rakefile (original)
> > +++ incubator/ode/trunk/Rakefile Wed May  2 08:25:16 2007
> > @@ -5,6 +5,12 @@
> > require "buildr/javacc"
> > require "buildr/jetty"
> >
> > +module Buildr
> > +  module OpenJPA
> > +    VERSION = "0.9.7-incubating"
> > +  end
> > +end
> > +
> > # Keep this structure to allow the build system to update version
> numbers.
> > VERSION_NUMBER = "1.0-RC2-incubating-SNAPSHOT"
> > NEXT_VERSION = "1.0-RC2-incubating"
> >
> >
> >
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Principal Engineer, IONA
> Blog: http://gnodet.blogspot.com/
>