From ddbb01157fae94869ed6507240d1155a1af55808 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 24 Jul 2008 18:27:12 +0000 Subject: [PATCH] Updates after the removal of changes.txt files. --- .../Developers_manual/directory_structure.tex | 17 ++--------------- .../doc_tex/Developers_manual/svn.tex | 17 +++++++++++------ .../list_package_files_impl.rb | 1 - 3 files changed, 13 insertions(+), 22 deletions(-) diff --git a/Developers_manual/doc_tex/Developers_manual/directory_structure.tex b/Developers_manual/doc_tex/Developers_manual/directory_structure.tex index ffef0e10c4a..8538aaaf22b 100644 --- a/Developers_manual/doc_tex/Developers_manual/directory_structure.tex +++ b/Developers_manual/doc_tex/Developers_manual/directory_structure.tex @@ -22,10 +22,10 @@ be included in an automated way into the internal (and public) releases of the library, the files must be organized in a specific directory structure, which we describe here. We describe the entire directory structure for a package. Not every package will have all the parts described here. Only the files -{\tt maintainer}, {\tt changes.txt} and {\tt description.txt} +{\tt maintainer} and {\tt description.txt} are obligatory. \index{maintainer file@{\tt maintainer} file} -\ccIndexMainItem{\tt changes.txt}\ccIndexMainItem{\tt description.txt} +\ccIndexMainItem{\tt description.txt} Submissions should not contain files in other places than described here. Packages may be rejected if they do, and the contents won't go into releases. @@ -53,8 +53,6 @@ The directory structure of a package named Package should be as follows: +--- developer_scripts/ | +--- package_info/Package/ - | - +- changes.txt | +- description.txt | @@ -107,17 +105,6 @@ The directory structure of a package named Package should be as follows: directory@{\tt developers\_scripts} directory} contains scripts that are of interest to CGAL developers. This directory is included in internal releases only, not in public releases. - \item[\ccAnchor{example/changes.txt}{{\tt changes.txt}}]% - \ccIndexMainItem{\tt changes.txt} used to document important - changes between subsequent versions. Each entry must provide the - date of the change and the name of the person who committed it, as - in the following example: - \begin{verse} - 2 Feb 2004 Sylvain Pion\\ - - Fix a memory-leak in file.h.\\ - - Optimized function A::f(). - \end{verse} - \item[{\tt description.txt}]% \ccIndexMainItem{\tt description.txt} should give a very short description of the contents of the package. diff --git a/Developers_manual/doc_tex/Developers_manual/svn.tex b/Developers_manual/doc_tex/Developers_manual/svn.tex index 53c56d6a953..b76804a9782 100644 --- a/Developers_manual/doc_tex/Developers_manual/svn.tex +++ b/Developers_manual/doc_tex/Developers_manual/svn.tex @@ -63,19 +63,25 @@ The repository tree has the following structure: | | | +--- Convex_hull_2/ | | | - | | |-- maintainer - | | | - | | |-- changes.txt - | | | | | |-- TODO | | | + | | +-- package_info/Convex_hull_2/ + | | | | + | | | |-- maintainer + | | | | + | | | |-- description.txt + | | | | | +-- include/CGAL/ | | | | | +-- src/ | | | | | +-- doc_tex/ | | | - | | +-- test/ + | | +-- examples/Convex_hull_2/ + | | | + | | +-- demo/Convex_hull_2/ + | | | + | | +-- test/Convex_hull_2/ | | | | | +-- ... | | @@ -135,7 +141,6 @@ Here are the access rules: {\texttt{Sylvain.Pion@sophia.inria.fr}} or \ccAnchor{mailto:Laurent.Saboret@sophia.inria.fr} {\texttt{Laurent.Saboret@sophia.inria.fr}}. - Also, indicate for which packages you need write permission. \item If your SSH key contains a passphrase, you have to enter it in \texttt{ssh-agent}. Type: \\ diff --git a/Scripts/developer_scripts/list_package_files_impl.rb b/Scripts/developer_scripts/list_package_files_impl.rb index 5e26d032f2e..26179575d62 100644 --- a/Scripts/developer_scripts/list_package_files_impl.rb +++ b/Scripts/developer_scripts/list_package_files_impl.rb @@ -20,7 +20,6 @@ def get_internal_package_files_list(package_dir) 'dont_submit', 'maintainer', 'description.txt', - 'changes.txt', 'doc_tex', '.svn' ]