From 0a531b828d7f21debc743a21052dc595cbe7fc0e Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Tue, 14 Feb 2006 08:58:19 +0000 Subject: [PATCH] Move packages to trunk root --- {Packages/Stream_support => Stream_support}/changes.txt | 0 .../demo/Stream_support_LEDA/Istream_iterator.C | 0 .../demo/Stream_support_LEDA/README | 0 .../demo/Stream_support_LEDA/makefile | 0 .../demo/Stream_support_LEDA/stream_iterator.C | 0 {Packages/Stream_support => Stream_support}/description.txt | 0 .../doc_tex/IOstream/stream_support.tex | 0 .../doc_tex/IOstream_ref/Istream_iterator.tex | 0 .../doc_tex/IOstream_ref/Ostream_iterator.tex | 0 .../doc_tex/IOstream_ref/Verbose_ostream.tex | 0 .../include/CGAL/IO/File_header_OFF.h | 0 .../include/CGAL/IO/File_header_extended_OFF.h | 0 .../include/CGAL/IO/File_scanner_OFF.h | 0 .../include/CGAL/IO/File_writer_OFF.h | 0 .../include/CGAL/IO/File_writer_VRML_2.h | 0 .../include/CGAL/IO/File_writer_inventor.h | 0 .../include/CGAL/IO/File_writer_wavefront.h | 0 .../include/CGAL/IO/Generic_writer.h | 0 .../include/CGAL/IO/Istream_iterator.h | 0 .../include/CGAL/IO/Ostream_iterator.h | 0 .../include/CGAL/IO/Scanner_OFF.h | 0 .../include/CGAL/IO/Verbose_ostream.h | 0 .../include/CGAL/IO/Writer_OFF.h | 0 .../include/CGAL/IO/binary_file_io.h | 0 .../include/CGAL/IO/generic_copy_OFF.h | 0 {Packages/Stream_support => Stream_support}/long_description.txt | 0 {Packages/Stream_support => Stream_support}/maintainer | 0 {Packages/Stream_support => Stream_support}/src/File_header_OFF.C | 0 .../src/File_header_extended_OFF.C | 0 .../Stream_support => Stream_support}/src/File_scanner_OFF.C | 0 {Packages/Stream_support => Stream_support}/src/File_writer_OFF.C | 0 .../Stream_support => Stream_support}/src/File_writer_VRML_2.C | 0 .../Stream_support => Stream_support}/src/File_writer_inventor.C | 0 .../Stream_support => Stream_support}/src/File_writer_wavefront.C | 0 .../test/Stream_support/Makefile | 0 .../test/Stream_support/cgal_test | 0 .../test/Stream_support/test_support.C | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename {Packages/Stream_support => Stream_support}/changes.txt (100%) rename {Packages/Stream_support => Stream_support}/demo/Stream_support_LEDA/Istream_iterator.C (100%) rename {Packages/Stream_support => Stream_support}/demo/Stream_support_LEDA/README (100%) rename {Packages/Stream_support => Stream_support}/demo/Stream_support_LEDA/makefile (100%) rename {Packages/Stream_support => Stream_support}/demo/Stream_support_LEDA/stream_iterator.C (100%) rename {Packages/Stream_support => Stream_support}/description.txt (100%) rename {Packages/Stream_support => Stream_support}/doc_tex/IOstream/stream_support.tex (100%) rename {Packages/Stream_support => Stream_support}/doc_tex/IOstream_ref/Istream_iterator.tex (100%) rename {Packages/Stream_support => Stream_support}/doc_tex/IOstream_ref/Ostream_iterator.tex (100%) rename {Packages/Stream_support => Stream_support}/doc_tex/IOstream_ref/Verbose_ostream.tex (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_header_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_header_extended_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_scanner_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_writer_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_writer_VRML_2.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_writer_inventor.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/File_writer_wavefront.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Generic_writer.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Istream_iterator.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Ostream_iterator.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Scanner_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Verbose_ostream.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/Writer_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/binary_file_io.h (100%) rename {Packages/Stream_support => Stream_support}/include/CGAL/IO/generic_copy_OFF.h (100%) rename {Packages/Stream_support => Stream_support}/long_description.txt (100%) rename {Packages/Stream_support => Stream_support}/maintainer (100%) rename {Packages/Stream_support => Stream_support}/src/File_header_OFF.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_header_extended_OFF.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_scanner_OFF.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_writer_OFF.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_writer_VRML_2.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_writer_inventor.C (100%) rename {Packages/Stream_support => Stream_support}/src/File_writer_wavefront.C (100%) rename {Packages/Stream_support => Stream_support}/test/Stream_support/Makefile (100%) rename {Packages/Stream_support => Stream_support}/test/Stream_support/cgal_test (100%) rename {Packages/Stream_support => Stream_support}/test/Stream_support/test_support.C (100%) diff --git a/Packages/Stream_support/changes.txt b/Stream_support/changes.txt similarity index 100% rename from Packages/Stream_support/changes.txt rename to Stream_support/changes.txt diff --git a/Packages/Stream_support/demo/Stream_support_LEDA/Istream_iterator.C b/Stream_support/demo/Stream_support_LEDA/Istream_iterator.C similarity index 100% rename from Packages/Stream_support/demo/Stream_support_LEDA/Istream_iterator.C rename to Stream_support/demo/Stream_support_LEDA/Istream_iterator.C diff --git a/Packages/Stream_support/demo/Stream_support_LEDA/README b/Stream_support/demo/Stream_support_LEDA/README similarity index 100% rename from Packages/Stream_support/demo/Stream_support_LEDA/README rename to Stream_support/demo/Stream_support_LEDA/README diff --git a/Packages/Stream_support/demo/Stream_support_LEDA/makefile b/Stream_support/demo/Stream_support_LEDA/makefile similarity index 100% rename from Packages/Stream_support/demo/Stream_support_LEDA/makefile rename to Stream_support/demo/Stream_support_LEDA/makefile diff --git a/Packages/Stream_support/demo/Stream_support_LEDA/stream_iterator.C b/Stream_support/demo/Stream_support_LEDA/stream_iterator.C similarity index 100% rename from Packages/Stream_support/demo/Stream_support_LEDA/stream_iterator.C rename to Stream_support/demo/Stream_support_LEDA/stream_iterator.C diff --git a/Packages/Stream_support/description.txt b/Stream_support/description.txt similarity index 100% rename from Packages/Stream_support/description.txt rename to Stream_support/description.txt diff --git a/Packages/Stream_support/doc_tex/IOstream/stream_support.tex b/Stream_support/doc_tex/IOstream/stream_support.tex similarity index 100% rename from Packages/Stream_support/doc_tex/IOstream/stream_support.tex rename to Stream_support/doc_tex/IOstream/stream_support.tex diff --git a/Packages/Stream_support/doc_tex/IOstream_ref/Istream_iterator.tex b/Stream_support/doc_tex/IOstream_ref/Istream_iterator.tex similarity index 100% rename from Packages/Stream_support/doc_tex/IOstream_ref/Istream_iterator.tex rename to Stream_support/doc_tex/IOstream_ref/Istream_iterator.tex diff --git a/Packages/Stream_support/doc_tex/IOstream_ref/Ostream_iterator.tex b/Stream_support/doc_tex/IOstream_ref/Ostream_iterator.tex similarity index 100% rename from Packages/Stream_support/doc_tex/IOstream_ref/Ostream_iterator.tex rename to Stream_support/doc_tex/IOstream_ref/Ostream_iterator.tex diff --git a/Packages/Stream_support/doc_tex/IOstream_ref/Verbose_ostream.tex b/Stream_support/doc_tex/IOstream_ref/Verbose_ostream.tex similarity index 100% rename from Packages/Stream_support/doc_tex/IOstream_ref/Verbose_ostream.tex rename to Stream_support/doc_tex/IOstream_ref/Verbose_ostream.tex diff --git a/Packages/Stream_support/include/CGAL/IO/File_header_OFF.h b/Stream_support/include/CGAL/IO/File_header_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_header_OFF.h rename to Stream_support/include/CGAL/IO/File_header_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_header_extended_OFF.h b/Stream_support/include/CGAL/IO/File_header_extended_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_header_extended_OFF.h rename to Stream_support/include/CGAL/IO/File_header_extended_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_scanner_OFF.h b/Stream_support/include/CGAL/IO/File_scanner_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_scanner_OFF.h rename to Stream_support/include/CGAL/IO/File_scanner_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_writer_OFF.h b/Stream_support/include/CGAL/IO/File_writer_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_writer_OFF.h rename to Stream_support/include/CGAL/IO/File_writer_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_writer_VRML_2.h b/Stream_support/include/CGAL/IO/File_writer_VRML_2.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_writer_VRML_2.h rename to Stream_support/include/CGAL/IO/File_writer_VRML_2.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_writer_inventor.h b/Stream_support/include/CGAL/IO/File_writer_inventor.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_writer_inventor.h rename to Stream_support/include/CGAL/IO/File_writer_inventor.h diff --git a/Packages/Stream_support/include/CGAL/IO/File_writer_wavefront.h b/Stream_support/include/CGAL/IO/File_writer_wavefront.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/File_writer_wavefront.h rename to Stream_support/include/CGAL/IO/File_writer_wavefront.h diff --git a/Packages/Stream_support/include/CGAL/IO/Generic_writer.h b/Stream_support/include/CGAL/IO/Generic_writer.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Generic_writer.h rename to Stream_support/include/CGAL/IO/Generic_writer.h diff --git a/Packages/Stream_support/include/CGAL/IO/Istream_iterator.h b/Stream_support/include/CGAL/IO/Istream_iterator.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Istream_iterator.h rename to Stream_support/include/CGAL/IO/Istream_iterator.h diff --git a/Packages/Stream_support/include/CGAL/IO/Ostream_iterator.h b/Stream_support/include/CGAL/IO/Ostream_iterator.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Ostream_iterator.h rename to Stream_support/include/CGAL/IO/Ostream_iterator.h diff --git a/Packages/Stream_support/include/CGAL/IO/Scanner_OFF.h b/Stream_support/include/CGAL/IO/Scanner_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Scanner_OFF.h rename to Stream_support/include/CGAL/IO/Scanner_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/Verbose_ostream.h b/Stream_support/include/CGAL/IO/Verbose_ostream.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Verbose_ostream.h rename to Stream_support/include/CGAL/IO/Verbose_ostream.h diff --git a/Packages/Stream_support/include/CGAL/IO/Writer_OFF.h b/Stream_support/include/CGAL/IO/Writer_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/Writer_OFF.h rename to Stream_support/include/CGAL/IO/Writer_OFF.h diff --git a/Packages/Stream_support/include/CGAL/IO/binary_file_io.h b/Stream_support/include/CGAL/IO/binary_file_io.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/binary_file_io.h rename to Stream_support/include/CGAL/IO/binary_file_io.h diff --git a/Packages/Stream_support/include/CGAL/IO/generic_copy_OFF.h b/Stream_support/include/CGAL/IO/generic_copy_OFF.h similarity index 100% rename from Packages/Stream_support/include/CGAL/IO/generic_copy_OFF.h rename to Stream_support/include/CGAL/IO/generic_copy_OFF.h diff --git a/Packages/Stream_support/long_description.txt b/Stream_support/long_description.txt similarity index 100% rename from Packages/Stream_support/long_description.txt rename to Stream_support/long_description.txt diff --git a/Packages/Stream_support/maintainer b/Stream_support/maintainer similarity index 100% rename from Packages/Stream_support/maintainer rename to Stream_support/maintainer diff --git a/Packages/Stream_support/src/File_header_OFF.C b/Stream_support/src/File_header_OFF.C similarity index 100% rename from Packages/Stream_support/src/File_header_OFF.C rename to Stream_support/src/File_header_OFF.C diff --git a/Packages/Stream_support/src/File_header_extended_OFF.C b/Stream_support/src/File_header_extended_OFF.C similarity index 100% rename from Packages/Stream_support/src/File_header_extended_OFF.C rename to Stream_support/src/File_header_extended_OFF.C diff --git a/Packages/Stream_support/src/File_scanner_OFF.C b/Stream_support/src/File_scanner_OFF.C similarity index 100% rename from Packages/Stream_support/src/File_scanner_OFF.C rename to Stream_support/src/File_scanner_OFF.C diff --git a/Packages/Stream_support/src/File_writer_OFF.C b/Stream_support/src/File_writer_OFF.C similarity index 100% rename from Packages/Stream_support/src/File_writer_OFF.C rename to Stream_support/src/File_writer_OFF.C diff --git a/Packages/Stream_support/src/File_writer_VRML_2.C b/Stream_support/src/File_writer_VRML_2.C similarity index 100% rename from Packages/Stream_support/src/File_writer_VRML_2.C rename to Stream_support/src/File_writer_VRML_2.C diff --git a/Packages/Stream_support/src/File_writer_inventor.C b/Stream_support/src/File_writer_inventor.C similarity index 100% rename from Packages/Stream_support/src/File_writer_inventor.C rename to Stream_support/src/File_writer_inventor.C diff --git a/Packages/Stream_support/src/File_writer_wavefront.C b/Stream_support/src/File_writer_wavefront.C similarity index 100% rename from Packages/Stream_support/src/File_writer_wavefront.C rename to Stream_support/src/File_writer_wavefront.C diff --git a/Packages/Stream_support/test/Stream_support/Makefile b/Stream_support/test/Stream_support/Makefile similarity index 100% rename from Packages/Stream_support/test/Stream_support/Makefile rename to Stream_support/test/Stream_support/Makefile diff --git a/Packages/Stream_support/test/Stream_support/cgal_test b/Stream_support/test/Stream_support/cgal_test similarity index 100% rename from Packages/Stream_support/test/Stream_support/cgal_test rename to Stream_support/test/Stream_support/cgal_test diff --git a/Packages/Stream_support/test/Stream_support/test_support.C b/Stream_support/test/Stream_support/test_support.C similarity index 100% rename from Packages/Stream_support/test/Stream_support/test_support.C rename to Stream_support/test/Stream_support/test_support.C