X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f8e7b4cec7149a685b0a4a58ba56088613124377..6fbcdfade89b3812c24152c86f8aa3be510df7f2:/doc/doxygen/inside_cmake.doc diff --git a/doc/doxygen/inside_cmake.doc b/doc/doxygen/inside_cmake.doc index 25dbb36be9..cbf5d03f20 100644 --- a/doc/doxygen/inside_cmake.doc +++ b/doc/doxygen/inside_cmake.doc @@ -28,10 +28,7 @@ The examples/ directory is organized as follows: - examples/cpp/ for examples using the S4U API - examples/smpi/ or examples using the SMPI API - examples/platforms/ only contains platforms descriptions in the XML format (see @ref platform for details) - - examples/deprecated/java/ for examples using the Java bindings to the MSG API. This directory contains packages (app, async, - cloud, ...) which in turn contain individual examples. If your new example fits in an existing package, add it here, - or create a new package otherwise. - + In each of these directories, there is a CMakeLists.txt file that has to be edited to include the new examples.