1940: Create branch cleanup-2008 from trunk/:1939.

This is the new « cleanup » branch of Olena 1.0, were changes on names, properties and other core-related subjects are to be made before the release. This short diff doesn't show the added (in fact, svn-copied) files for conciseness purpose; only files actually modified are shown. URL: https://svn.lrde.epita.fr/svn/oln/branches Index: README.branches =================================================================== --- README.branches (revision 1939) +++ README.branches (revision 1940) @@ -1,13 +1,21 @@ Summary of the branches of the olena repository. +* cleanup-2008 +** Status: OPEN +** Object: Cleanup of Olena 1.0 +Should be merged back, then closed, as soon as all cleanup changes +have been applied. +** History +Forked from the trunk (r1939) by revision 1940 on 2008-05-09. + * olena-ng -** Status: OPEN. +** Status: OPEN ** Object: Olena NG (Next Generation), based on the SCOOP 2 paradigm Development (temporarily) halted since the advent of the Milena library for Olena 1.0. -** Changes -Contents moved from the trunk by revision 1534 on 2007-11-26. +** History +Contents moved from the trunk (r1533) by revision 1534 on 2007-11-26. Local Variables: Index: cleanup-2008/vcs/oln.rb =================================================================== --- cleanup-2008/vcs/oln.rb (.../trunk/vcs) (revision 1939) +++ cleanup-2008/vcs/oln.rb (.../branches/cleanup-2008/vcs) (revision 1940) @@ -6,7 +6,7 @@ protocol_version '0.1' def olena_commit! ( *args ) - common_commit!("<%= rev %>: <%= title %>", *args) do |subject| + common_commit!("cleanup-2008 <%= rev %>: <%= title %>", *args) do |subject| mail!(:to => %w[olena-patches@lrde.epita.fr], :subject => subject) end end
participants (1)
-
Roland Levillain