From e803e014c0625f688fe1207853a4001fa6770e08 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 25 Aug 2015 15:07:27 -0400 Subject: [PATCH] lib: move `examples/nitcorn` to `lib/nitcorn/examples` Signed-off-by: Jean Privat --- .../nitcorn => lib/nitcorn/examples}/Makefile | 0 .../examples}/src/file_server_on_port_80.nit | 0 .../nitcorn/examples}/src/nitcorn_hello_world.nit | 0 .../nitcorn/examples}/src/xymus_net.nit | 0 .../nitcorn/examples}/www/hello_world/dir/a.txt | 0 .../nitcorn/examples}/www/hello_world/dir/b.txt | 0 .../nitcorn/examples}/www/hello_world/favicon.ico | Bin 1150 -> 1150 bytes 7 files changed, 0 insertions(+), 0 deletions(-) rename {examples/nitcorn => lib/nitcorn/examples}/Makefile (100%) rename {examples/nitcorn => lib/nitcorn/examples}/src/file_server_on_port_80.nit (100%) rename {examples/nitcorn => lib/nitcorn/examples}/src/nitcorn_hello_world.nit (100%) rename {examples/nitcorn => lib/nitcorn/examples}/src/xymus_net.nit (100%) rename {examples/nitcorn => lib/nitcorn/examples}/www/hello_world/dir/a.txt (100%) rename {examples/nitcorn => lib/nitcorn/examples}/www/hello_world/dir/b.txt (100%) rename {examples/nitcorn => lib/nitcorn/examples}/www/hello_world/favicon.ico (100%) diff --git a/examples/nitcorn/Makefile b/lib/nitcorn/examples/Makefile similarity index 100% rename from examples/nitcorn/Makefile rename to lib/nitcorn/examples/Makefile diff --git a/examples/nitcorn/src/file_server_on_port_80.nit b/lib/nitcorn/examples/src/file_server_on_port_80.nit similarity index 100% rename from examples/nitcorn/src/file_server_on_port_80.nit rename to lib/nitcorn/examples/src/file_server_on_port_80.nit diff --git a/examples/nitcorn/src/nitcorn_hello_world.nit b/lib/nitcorn/examples/src/nitcorn_hello_world.nit similarity index 100% rename from examples/nitcorn/src/nitcorn_hello_world.nit rename to lib/nitcorn/examples/src/nitcorn_hello_world.nit diff --git a/examples/nitcorn/src/xymus_net.nit b/lib/nitcorn/examples/src/xymus_net.nit similarity index 100% rename from examples/nitcorn/src/xymus_net.nit rename to lib/nitcorn/examples/src/xymus_net.nit diff --git a/examples/nitcorn/www/hello_world/dir/a.txt b/lib/nitcorn/examples/www/hello_world/dir/a.txt similarity index 100% rename from examples/nitcorn/www/hello_world/dir/a.txt rename to lib/nitcorn/examples/www/hello_world/dir/a.txt diff --git a/examples/nitcorn/www/hello_world/dir/b.txt b/lib/nitcorn/examples/www/hello_world/dir/b.txt similarity index 100% rename from examples/nitcorn/www/hello_world/dir/b.txt rename to lib/nitcorn/examples/www/hello_world/dir/b.txt diff --git a/examples/nitcorn/www/hello_world/favicon.ico b/lib/nitcorn/examples/www/hello_world/favicon.ico similarity index 100% rename from examples/nitcorn/www/hello_world/favicon.ico rename to lib/nitcorn/examples/www/hello_world/favicon.ico -- 1.7.9.5