Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / doc / doxygen / inside_cmake.doc
index 25dbb36..cbf5d03 100644 (file)
@@ -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.