From b52b8ef93fa858edec543dedee7e8c92b13ce33e Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Tue, 14 Feb 2006 08:58:13 +0000 Subject: [PATCH] Move packages to trunk root --- {Packages/Cartesian_kernel => Cartesian_kernel}/TODO | 0 {Packages/Cartesian_kernel => Cartesian_kernel}/changes.txt | 0 {Packages/Cartesian_kernel => Cartesian_kernel}/description.txt | 0 .../include/CGAL/Cartesian.h | 0 .../include/CGAL/Cartesian/Aff_transformation_2.h | 0 .../include/CGAL/Cartesian/Aff_transformation_3.h | 0 .../include/CGAL/Cartesian/Aff_transformation_rep_2.h | 0 .../include/CGAL/Cartesian/Aff_transformation_rep_3.h | 0 .../include/CGAL/Cartesian/Cartesian_base.h | 0 .../include/CGAL/Cartesian/Circle_2.h | 0 .../include/CGAL/Cartesian/Data_accessor_2.h | 0 .../include/CGAL/Cartesian/Direction_2.h | 0 .../include/CGAL/Cartesian/Direction_3.h | 0 .../include/CGAL/Cartesian/Iso_cuboid_3.h | 0 .../include/CGAL/Cartesian/Iso_rectangle_2.h | 0 .../include/CGAL/Cartesian/Line_2.h | 0 .../include/CGAL/Cartesian/Line_3.h | 0 .../include/CGAL/Cartesian/Plane_3.h | 0 .../include/CGAL/Cartesian/Point_2.h | 0 .../include/CGAL/Cartesian/Point_3.h | 0 .../include/CGAL/Cartesian/Ray_2.h | 0 .../include/CGAL/Cartesian/Ray_3.h | 0 .../include/CGAL/Cartesian/Rotation_rep_2.h | 0 .../include/CGAL/Cartesian/Scaling_rep_2.h | 0 .../include/CGAL/Cartesian/Scaling_rep_3.h | 0 .../include/CGAL/Cartesian/Segment_2.h | 0 .../include/CGAL/Cartesian/Segment_3.h | 0 .../include/CGAL/Cartesian/Sphere_3.h | 0 .../include/CGAL/Cartesian/Tetrahedron_3.h | 0 .../include/CGAL/Cartesian/Translation_rep_2.h | 0 .../include/CGAL/Cartesian/Translation_rep_3.h | 0 .../include/CGAL/Cartesian/Triangle_2.h | 0 .../include/CGAL/Cartesian/Triangle_3.h | 0 .../include/CGAL/Cartesian/Vector_2.h | 0 .../include/CGAL/Cartesian/Vector_3.h | 0 .../include/CGAL/Cartesian/basic_constructions_2.h | 0 .../include/CGAL/Cartesian/basic_constructions_3.h | 0 .../include/CGAL/Cartesian/ft_constructions_2.h | 0 .../include/CGAL/Cartesian/ft_constructions_3.h | 0 .../include/CGAL/Cartesian/function_objects.h | 0 .../include/CGAL/Cartesian/line_constructions_2.h | 0 .../include/CGAL/Cartesian/plane_constructions_3.h | 0 .../include/CGAL/Cartesian/point_constructions_2.h | 0 .../include/CGAL/Cartesian/point_constructions_3.h | 0 .../include/CGAL/Cartesian/predicates_on_directions_2.h | 0 .../include/CGAL/Cartesian/predicates_on_planes_3.h | 0 .../include/CGAL/Cartesian/predicates_on_points_2.h | 0 .../include/CGAL/Cartesian/predicates_on_points_3.h | 0 .../include/CGAL/Cartesian/solve_3.h | 0 .../include/CGAL/Cartesian_converter.h | 0 .../include/CGAL/Simple_cartesian.h | 0 .../include/CGAL/constructions/kernel_ftC2.h | 0 .../include/CGAL/constructions/kernel_ftC3.h | 0 .../include/CGAL/predicates/kernel_ftC2.h | 0 .../include/CGAL/predicates/kernel_ftC3.h | 0 {Packages/Cartesian_kernel => Cartesian_kernel}/maintainer | 0 56 files changed, 0 insertions(+), 0 deletions(-) rename {Packages/Cartesian_kernel => Cartesian_kernel}/TODO (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/changes.txt (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/description.txt (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Aff_transformation_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Aff_transformation_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Aff_transformation_rep_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Aff_transformation_rep_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Cartesian_base.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Circle_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Data_accessor_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Direction_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Direction_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Iso_cuboid_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Iso_rectangle_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Line_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Line_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Plane_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Point_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Point_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Ray_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Ray_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Rotation_rep_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Scaling_rep_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Scaling_rep_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Segment_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Segment_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Sphere_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Tetrahedron_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Translation_rep_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Translation_rep_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Triangle_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Triangle_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Vector_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/Vector_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/basic_constructions_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/basic_constructions_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/ft_constructions_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/ft_constructions_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/function_objects.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/line_constructions_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/plane_constructions_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/point_constructions_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/point_constructions_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/predicates_on_directions_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/predicates_on_planes_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/predicates_on_points_2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/predicates_on_points_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian/solve_3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Cartesian_converter.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/Simple_cartesian.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/constructions/kernel_ftC2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/constructions/kernel_ftC3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/predicates/kernel_ftC2.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/include/CGAL/predicates/kernel_ftC3.h (100%) rename {Packages/Cartesian_kernel => Cartesian_kernel}/maintainer (100%) diff --git a/Packages/Cartesian_kernel/TODO b/Cartesian_kernel/TODO similarity index 100% rename from Packages/Cartesian_kernel/TODO rename to Cartesian_kernel/TODO diff --git a/Packages/Cartesian_kernel/changes.txt b/Cartesian_kernel/changes.txt similarity index 100% rename from Packages/Cartesian_kernel/changes.txt rename to Cartesian_kernel/changes.txt diff --git a/Packages/Cartesian_kernel/description.txt b/Cartesian_kernel/description.txt similarity index 100% rename from Packages/Cartesian_kernel/description.txt rename to Cartesian_kernel/description.txt diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian.h b/Cartesian_kernel/include/CGAL/Cartesian.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian.h rename to Cartesian_kernel/include/CGAL/Cartesian.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Aff_transformation_rep_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h b/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h rename to Cartesian_kernel/include/CGAL/Cartesian/Cartesian_base.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Circle_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Data_accessor_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Direction_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Direction_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Iso_cuboid_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Iso_rectangle_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Line_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Line_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Line_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Line_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Line_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Line_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Line_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Line_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Point_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Point_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Point_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Point_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Point_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Point_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Point_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Point_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Ray_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Ray_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Rotation_rep_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Scaling_rep_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Segment_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Segment_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Sphere_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Tetrahedron_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Translation_rep_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Triangle_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Triangle_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h b/Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/Vector_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/Vector_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h b/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h b/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/basic_constructions_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h b/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h b/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/ft_constructions_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h b/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h rename to Cartesian_kernel/include/CGAL/Cartesian/function_objects.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h b/Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/line_constructions_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h b/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h b/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/point_constructions_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h b/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/point_constructions_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h b/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/predicates_on_directions_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h b/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/predicates_on_planes_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h b/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h rename to Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h b/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/predicates_on_points_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian/solve_3.h b/Cartesian_kernel/include/CGAL/Cartesian/solve_3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian/solve_3.h rename to Cartesian_kernel/include/CGAL/Cartesian/solve_3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Cartesian_converter.h b/Cartesian_kernel/include/CGAL/Cartesian_converter.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Cartesian_converter.h rename to Cartesian_kernel/include/CGAL/Cartesian_converter.h diff --git a/Packages/Cartesian_kernel/include/CGAL/Simple_cartesian.h b/Cartesian_kernel/include/CGAL/Simple_cartesian.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/Simple_cartesian.h rename to Cartesian_kernel/include/CGAL/Simple_cartesian.h diff --git a/Packages/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h b/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h rename to Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h b/Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h rename to Cartesian_kernel/include/CGAL/constructions/kernel_ftC3.h diff --git a/Packages/Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h b/Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h rename to Cartesian_kernel/include/CGAL/predicates/kernel_ftC2.h diff --git a/Packages/Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h b/Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h similarity index 100% rename from Packages/Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h rename to Cartesian_kernel/include/CGAL/predicates/kernel_ftC3.h diff --git a/Packages/Cartesian_kernel/maintainer b/Cartesian_kernel/maintainer similarity index 100% rename from Packages/Cartesian_kernel/maintainer rename to Cartesian_kernel/maintainer