All four patches are pushed. I will try to get a release out here shortly.
Btw, thanks a million mikael these patches really help alot. On Sat, Feb 7, 2009 at 3:27 PM, Mikael Magnusson <[email protected]> wrote: > > From: Mikael Magnusson <[email protected]> > > Adding all project apps to project.deps makes sure all those apps > are included in the release. > > Signed-off-by: Mikael Magnusson <[email protected]> > --- > server/sinan/src/sin_depends.erl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/server/sinan/src/sin_depends.erl > b/server/sinan/src/sin_depends.erl > index d2ab0f0..4e04501 100644 > --- a/server/sinan/src/sin_depends.erl > +++ b/server/sinan/src/sin_depends.erl > @@ -131,11 +131,11 @@ check_project_dependencies(Prefix, > > check_project_dependencies(Prefix, > ErtsVersion, > - [{_Name, _Vsn, Deps, _} | ProjectApps], > + [App = {_Name, _Vsn, Deps, _} | ProjectApps], > AllProjectApps, Acc) -> > Acc2 = resolve_project_dependencies(Prefix, ErtsVersion, Deps, > AllProjectApps, > - Acc), > + [App | Acc]), > check_project_dependencies(Prefix, > ErtsVersion, > ProjectApps, > -- > 1.5.6.3 > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en -~----------~----~----~----~------~----~------~--~---
